KVSKBAPostedSrvDocText
Fields
| Name | Type | Note |
|---|---|---|
| Document Type | Enum (KVSKBAPostedServiceDocTextType) | |
| Document No. | Code[20] | |
| Document Table | Enum (KVSKBAPostedSrvDocumentTable) | |
| Document Line No. | Integer | |
| Position | Enum (KVSKBATextPosition) | |
| Line No. | Integer | |
| Text | Text[130] | |
| Service Quote Print | Boolean | |
| Service Order Print | Boolean | |
| Service Invoice Print | Boolean | |
| Service Credit Memo Print | Boolean | |
| Service Shipment Print | Boolean | |
| Service Item Worksheet Print | Boolean | |
| Separator | Enum (KVSKBASeparator) | |
| Formatted Text | Blob | |
| Starting Date | Date | |
| Ending Date | Date | |
| 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.