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
@nikolakukrika we need SalesHeader (as var) and AltCustVATReg.
OnAfterUpdateAltCustVATRegInSalesHeader(var SalesHeader: Record "Sales Header"; AltCustVATReg: Record "Alt. Cust. VAT Reg.");
@AndreBreitenbach adding a record in the signature without var can be a performance hit if this code is invoked from the loop. Should we add a var to the second rec too? It would be a better event.
Describe the request
Please add a new Publisher OnAfterUpdateAltCustVATRegInSalesHeader here:
Additional context
We plan additional fields in this process and need to handle and transfer them if filled.
Internal work item: AB#563818
The text was updated successfully, but these errors were encountered: