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 Codeunit 5805 Item Charge Assgnt. (Purch.) #26923

Closed gopubala closed 1 week ago

gopubala commented 1 month ago

Describe the request

The purpose of event is customer want to skip the standard code & allow to custom code under function CreateDocChargeAssgnt()

can you add the IsHandled() as parameter

[IntegrationEvent(false, false)] local procedure OnBeforeCreateDocChargeAssgn(var LastItemChargeAssgntPurch: Record "Item Charge Assignment (Purch)"; var FromPurchLine: Record "Purchase Line"; isHandled: boolean) begin end;

if IsHandled then exit;

image

Additional context

Please provide the ishandled parameter Internal work item: AB#543003

azure-boards[bot] commented 1 month ago

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

JakovljevicDusan commented 1 week ago

Already implemented with #26902