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.
No comments:
Post a Comment