KVSKBAPurchDocumentTextArchive
Fields
| Name | Type | Note |
|---|---|---|
| Document Type | Enum Purchase Document Type | |
| 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 Receipt Print | Boolean | |
| Posted Return Shipment | Boolean | |
| Separator | Enum (KVSKBASeparator) | |
| Formatted Text | Blob | |
| Starting Date | Date | |
| Ending Date | Date | |
| Order Type | Code[10] | |
| Version No. | Integer | |
| Doc. No. Occurrence | Integer |
Procedures
GetBlobText() : Text
Summary: Gets the blob text from the "Formatted Text" field and returns it as a string.
procedure GetBlobText(): Text
Returns: The blob text as a string.
Remarks: This method reads the "Formatted Text" blob field and returns its content as a string. It uses an InStream to read the blob data.
GetPlainBlobText() : Text
Summary: Gets the plain text from the "Formatted Text" field and returns it as a string.
procedure GetPlainBlobText(): Text
Returns: The plain text as a string.
Remarks: This method reads the "Formatted Text" blob field, converts it to plain text, and returns its content as a string.