-
Notifications
You must be signed in to change notification settings - Fork 688
Open
Labels
FinanceGitHub request for Finance areaGitHub request for Finance areaevent-requestRequest for adding an eventRequest for adding an event
Description
Why do you need this change?
We need to populate custom fields before the document number and balance account is assigned.
Describe the request
GenJnlLine.Init();
--> NEW EVENT
OnAfterGenJnlLineInit(GenJnlLine, "Bank Acc. Reconciliation Line");
<-- NEW EVENT
GenJnlLine."Line No." := GenJnlLine."Line No." + 10000;
GenJnlLine.Validate("Posting Date", "Transaction Date");
SourceCodeSetup.Get();
case
GenJnlTemplate.Type of
GenJnlTemplate.Type::General:
[IntegrationEvent(false, false)]
local procedure OnAfterGenJnlLineInit(var GenJournalLine: Record "Gen. Journal Line"; BankAccReconciliationLine: Record "Bank Acc. Reconciliation Line")
begin
end;
Internal work item: AB#622665
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
FinanceGitHub request for Finance areaGitHub request for Finance areaevent-requestRequest for adding an eventRequest for adding an event