KVSPSAInvoice Suggestion#
Events#
KVSPSAOnFillInfoText(Record KVSPSAInvoice Suggestion Line, Text[150], Boolean) :#
[IntegrationEvent(false, false)]
local procedure KVSPSAOnFillInfoText(InvoiceSuggestionLine: Record "KVSPSAInvoice Suggestion Line"; var InfoText: Text[150]; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Page, Page::"KVSPSAInvoice Suggestion", 'KVSPSAOnFillInfoText', '', false, false)]
local procedure DoSomethingKVSPSAOnFillInfoText(InvoiceSuggestionLine: Record "KVSPSAInvoice Suggestion Line"; var InfoText: Text[150]; var IsHandled: Boolean)
begin
end;
KVSPSAOnFillProblemText(Record KVSPSAInvoice Suggestion Line, Text[100]) :#
[IntegrationEvent(false, false)]
local procedure KVSPSAOnFillProblemText(InvoiceSuggestionLine: Record "KVSPSAInvoice Suggestion Line"; var ProblemText: Text[100]):
[EventSubscriber(ObjectType::Page, Page::"KVSPSAInvoice Suggestion", 'KVSPSAOnFillProblemText', '', false, false)]
local procedure DoSomethingKVSPSAOnFillProblemText(InvoiceSuggestionLine: Record "KVSPSAInvoice Suggestion Line"; var ProblemText: Text[100])
begin
end;
KVSOSAOnBeforeFindJournalToOpen(Record KVSPSAInvoice Suggestion Line, Code[10], Boolean, Boolean) :#
Summary: This Events allows to change the default implementation for which Journal to open
[IntegrationEvent(false, false)]
local procedure KVSOSAOnBeforeFindJournalToOpen(var InvoiceSuggestionLine: Record "KVSPSAInvoice Suggestion Line"; var CurrentJnlBatchName: Code[10]; var OpenedFromBatch: Boolean; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Page, Page::"KVSPSAInvoice Suggestion", 'KVSOSAOnBeforeFindJournalToOpen', '', false, false)]
local procedure DoSomethingKVSOSAOnBeforeFindJournalToOpen(var InvoiceSuggestionLine: Record "KVSPSAInvoice Suggestion Line"; var CurrentJnlBatchName: Code[10]; var OpenedFromBatch: Boolean; var IsHandled: Boolean)
begin
end;
Parameters:
InvoiceSuggestionLine: The record table of the page with all filtersCurrentJnlBatchName: The Jnl. Batch Name which will be openedOpenedFromBatch: Determines if the Jounral is opened from BatchIsHandled: This parameter allows to change the default implementation for which Journal to open
Protected Variables#
GlobalInvoiceResultSalesLineQtyStyle#
Type: Text
GlobalInvoiceResultSalesLineStyle#
Type: Text
GlobalInvoiceResultStyle#
Type: Text
GlobalMyStyle#
Type: Text
GlobalMyStyleQtys#
Type: Text
GlobalPrintBoldStyle#
Type: Text