KVSPSAJob Document Text
Fields
| Name | Type | Note |
|---|---|---|
| Document Type | Enum (KVSPSAJob Document Type) | |
| No. | Code[20] | |
| Position | Enum (KVSKBATextPosition) | |
| Line No. | Integer | |
| Text | Text[130] | |
| Job Document | Boolean | |
| Document Line No. | Integer | |
| Formatted Text | Blob |
Procedures
InsertExtendedText() :
Summary: This procedure is used for copy extended text into job document text.
procedure InsertExtendedText():
InsertStdText() :
Summary: This procedure is used for copy standard text into job document text.
procedure InsertStdText():
Events
KVSPSAOnAfterTransferFieldsFromExtTextLine(Record KVSPSAJob Document Text, Record Extended Text Line) :
Summary: Integration event raised after transferring fields from extended text line.
[IntegrationEvent(false, false)]
local procedure KVSPSAOnAfterTransferFieldsFromExtTextLine(var JobDocumentText: Record "KVSPSAJob Document Text"; ExtendedTextLine: Record "Extended Text Line"):
Parameters:
JobDocumentText: The job document text recordExtendedTextLine: The extended text line record