mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-08 02:16:52 +01:00
Correct event compatibility guidance
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 645349fd-1892-48f3-8a84-db77d6abd1c3
This commit is contained in:
parent
23af51e02d
commit
6c5133fe7e
9 changed files with 54 additions and 47 deletions
|
|
@ -8,7 +8,7 @@ codeunit 50530 "Shipment Events"
|
|||
end;
|
||||
|
||||
// Preserve the shipped attribute contract.
|
||||
[IntegrationEvent(true, false, false)]
|
||||
[IntegrationEvent(true, true, false)]
|
||||
local procedure OnShipmentCreated(ShipmentNo: Code[20])
|
||||
begin
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue