Saturday 5 December 2020

salesParmTable to custPackingSlipJour when posting packingslip AX 2012 dynamics code

 New field from salesParmTable to custPackingSlipJour

how to add a field in salesparmtble and pass the value to packingslip journal.


In order to pass a value for a custom field from salesParmTable to packing slip journal you will have to add the code in the below class.
class : SalesPackingSlipJournalCreate\initHeader()
In the initHeader() methods.

Even in case you have to modify a field you will have to write the code after the initHeader completed.

In case of D365 too you can use the same class and methods but in this case you will have to use a Extension class or a post handler to pass the value.

Vikas Mehta.

No comments:

Post a Comment

AZURE INTERVIEW QUESTIONS AND ANSWERS

AZURE INTERVIEW QUESTIONS AND ANSWERES 2021 2. What is cloud computing? Explanation:  It is the use of servers on the internet to “store...