KVSKBASalesDocTextTemplate#
Obsolete
This Element will be removed or changed with a future Version of the App.
Fields#
Name | Type | Note |
---|---|---|
Document Type | Enum (KVSKBASalesDocTextTemplateDocType) | |
Header / Lines | Option | OptionMembers: Header,Lines |
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 |
Procedures#
TransferFieldstToExtTextLine(Record Extended Text Line) :#
Obsolete
This Element will be removed or changed with a future Version of the App.
[Obsolete('This procedure is no longer supported', '24.0')]
procedure TransferFieldstToExtTextLine(var extTextLineVar: Record "Extended Text Line"):
Events#
OnAfterTransferFieldstToExtTextLine(Record KVSKBASalesDocTextTemplate, Record Extended Text Line) :#
Obsolete
This Element will be removed or changed with a future Version of the App.
[Obsolete('This event is no longer supported', '24.0')]
[IntegrationEvent(false, false)]
local procedure OnAfterTransferFieldstToExtTextLine(var SalesDocumentTextTemplate: Record "KVSKBASalesDocTextTemplate"; var ExtendedTextLine: Record "Extended Text Line"):
[EventSubscriber(ObjectType::Table, Table::"KVSKBASalesDocTextTemplate", 'OnAfterTransferFieldstToExtTextLine', '', false, false)]
local procedure DoSomethingOnAfterTransferFieldstToExtTextLine(var SalesDocumentTextTemplate: Record "KVSKBASalesDocTextTemplate"; var ExtendedTextLine: Record "Extended Text Line")
begin
end;