web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / DaxGeek / Pass field value from Sales...

Pass field value from SalesTable to CustTrans

Hossein.K Profile Picture Hossein.K 6,648
Follow the steps below,
1) Create a new field (If not already existing)
2) Create the parm method for that field on CustVoucher class
3) Assign value to this parm method in SalesInvoiceJournalPost.postCustVend() method by using the salesTable buffer
4) Add the code for assigning the variable value(or the parm method value) in CustVoucher.initCustVendTrans() method.
Best Regards,
Hossein Karimi

Comments

*This post is locked for comments