You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
In Report 5707 "Batch Post Transfer Orders" it should exist an event
OnCodeOnAfterPostTransferOrder(var TransferHeader: Record "Transfer Header"; var TransferOrderPost: Enum "Transfer Order Post")
[IntegrationEvent(false, false)] local procedure OnCodeOnBeforePostTransferOrder(var TransferHeader: Record "Transfer Header"; var TransferOrderPost: Enum "Transfer Order Post") begin end;
Additional context
I want to access the end of the procedure RunPostBatchTransferOrder.
The text was updated successfully, but these errors were encountered:
Describe the request
Hi
In Report 5707 "Batch Post Transfer Orders" it should exist an event
OnCodeOnAfterPostTransferOrder(var TransferHeader: Record "Transfer Header"; var TransferOrderPost: Enum "Transfer Order Post")
[IntegrationEvent(false, false)] local procedure OnCodeOnBeforePostTransferOrder(var TransferHeader: Record "Transfer Header"; var TransferOrderPost: Enum "Transfer Order Post") begin end;
Additional context
I want to access the end of the procedure RunPostBatchTransferOrder.
The text was updated successfully, but these errors were encountered: