microsoft / ALAppExtensions

Repository for collaboration on Microsoft AL application add-on and localization extensions for Microsoft Dynamics 365 Business Central.
MIT License
768 stars 610 forks source link

Event Request Code unit 12 Gen. Jnl.-Post Line #26914

Open gopubala opened 1 month ago

gopubala commented 1 month ago

Describe the request

Hello, in Code unit 12 "Gen. Jnl.-Post Line" in procedure "PostBankAcc()", we need a new event with Ishandled customer want to add more conditions image

Need new Event in Porcedure CalcPmtDisc() to allow custom code, customer want town condition PmtDisc image

Additional context

Please provide the new events Internal work item: AB#542667

azure-boards[bot] commented 1 month ago

✅ Successfully linked to Azure Boards work item(s):

gopubala commented 1 month ago
  1. The purpose of the event is customer wants to add more conditions to allow in function PostBankAcc(). could you please add more parameters IsHandled OnPostBankAccOnAfterBankAccLedgEntryInsert() [IntegrationEvent(false, false)] local procedure OnPostBankAccOnAfterBankAccLedgEntryInsert(var BankAccountLedgerEntry: Record "Bank Account Ledger Entry"; var GenJournalLine: Record "Gen. Journal Line"; BankAccount: Record "Bank Account"; IsHandled : boolean) begin end;

skip only case "Bank Payment Type" of end;