Table of Contents

KVSKBAExtendedTextLine

Extends #437dbf0e84ff417a965ded2bb9650972#Extended Text Line

Fields

Name Type Note
KVSKBASalesQuotePrint Boolean
KVSKBASalesOrderPrint Boolean
KVSKBASalesPostedInvoicePrint Boolean
KVSKBASalesPostedCrMemoPrint Boolean
KVSKBASalesBlanketOrderPrint Boolean
KVSKBASalesReturnOrderPrint Boolean
KVSKBASalesPostedShipmentPrint Boolean
KVSKBASalesPostedReturnReceipt Boolean
KVSKBASeparator Enum (KVSKBASeparator)
KVSKBAPurchQuotePrint Boolean
KVSKBAPurchOrderPrint Boolean
KVSKBAPurchPostedInvoicePrint Boolean
KVSKBAPurchPostedCrMemoPrint Boolean
KVSKBAPurchBlanketOrderPrint Boolean
KVSKBAPurchReturnOrderPrint Boolean
KVSKBAPurchPostedReceiptPrint Boolean
KVSKBAPurchPostedReturnShipm Boolean
KVSKBAServiceQuotePrint Boolean
KVSKBAServiceOrderPrint Boolean
KVSKBAServiceInvoicePrint Boolean
KVSKBAServiceCrMemoPrint Boolean
KVSKBAServiceShipmentPrint Boolean
KVSKBAFormattedText Blob
KVSKBASrvItemWorksheetPrint Boolean
KVSKBASrvContractQuotePrint Boolean
KVSKBAServiceContractPrint Boolean
KVSKBASalesPrepayInvoicePrint Boolean
KVSKBASalesPrepayCrMemoPrint Boolean
KVSKBAPurchPrepayInvoicePrint Boolean
KVSKBAPurchPrepayCrMemoPrint Boolean

Procedures

KVSKBAGetBlobText() : Text

Summary: Gets the formatted text from the blob field and returns it as text.

procedure KVSKBAGetBlobText(): Text

Returns: Text extracted from the formatted text blob.

Remarks: This procedure reads the formatted text stored in the blob field, converts it from UTF-8 encoding, and returns it as text. It first checks if the blob field has a value, and if so, it creates an input stream to read the data and extract the text content.