How can i make the data transfer from a costume field that i created in Sales Order and after posting the data should transfer to Item Ledger Entry in the same field that i created?
thanks and regards
How can i make the data transfer from a costume field that i created in Sales Order and after posting the data should transfer to Item Ledger Entry in the same field that i created?
thanks and regards
hi
add your custom field also on table 83 (ItemJnlLine) and table 32 (item Ledger Entry)
connect to this CU 80 event OnBeforeItemJnlPostLine(ItemJnlLine,SalesLine,SalesHeader);
and values the field of your ItemJnlLine with the one created in the order
linked to the OnBeforeInsertItemLedgEntry(ItemLedgEntry,ItemJnlLine) event;
of CU 22 and assigns the ItemJnlLine field to the ItemLedgEntry
check my answer if it helped you, thanks
DAniele
Hi, hope the following helps.
https://www.dynamicsuser.net/t/flow-one-field-to-item-ledger-entry/56072
Thanks.
ZHU
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156