Table of Contents

KVSKBASalesDocumentTextArchive

Fields

Name Type Note
Document Type Enum Sales 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 Shipment Print Boolean
Posted Return Receipt 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 formatted text from the blob field and returns it as a string.

procedure GetBlobText(): Text

Returns: The formatted text as a string.

Remarks: The formatted text is stored in the blob field as UTF-8 encoded text.

GetPlainBlobText() : Text

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

procedure GetPlainBlobText(): Text

Returns: The plain text as a string.

Remarks: The method uses the Editor Management codeunit to convert the formatted text to plain text.