KVSKBAPostedSalesDocumentText
Fields
| Name | Type | Note |
|---|---|---|
| Document Type | Enum (KVSKBAPostedSalesDocTextType) | |
| Document No. | Code[20] | |
| Document Line No. | Integer | |
| Position | Enum (KVSKBATextPosition) | |
| Line No. | Integer | |
| Text | Text[130] | |
| Quote Print | Boolean | |
| Order Print | Boolean | |
| Posted Invoice Print | Boolean | |
| Posted Credit Memo Print | Boolean | |
| Blanket Order Print | Boolean | |
| Return Order Print | Boolean | |
| Posted Shipment Print | Boolean | |
| Posted Return Receipt | Boolean | |
| Separator | Enum (KVSKBASeparator) | |
| Formatted Text | Blob | |
| Starting Date | Date | |
| Ending Date | Date | |
| Prepayment Invoice Print | Boolean | |
| Prepayment Credit Memo Print | Boolean | |
| Order Type | Code[10] |
Procedures
GetBlobText() : Text
Summary: Retrieves the text from the "Formatted Text" blob field and returns it as a string.
procedure GetBlobText(): Text
Returns: The text content of the "Formatted Text" blob field.
Remarks: This method reads the blob data using UTF-8 encoding and returns it as a plain text string.