While doing ProductReceiptList, DocumentNum field added, and need to display that field in ProductReceiptJournal form

While doing ProductReceiptList, DocumentNum field added, and need to display that field in ProductReceiptJournal form :

Step 1: Need to add new "DocumentNum" field in "VendPackingSlipJour" Table.
Step 2: Added Code in "PurchpackingSlipJournalCreate" Class -> initHeader( )

            vendPackingSlipJour.DocumentNum           = purchParmTable.DocumentNum;
Step 3: Need to do "Increment CIL", if data is not effected.

Comments

Popular posts from this blog

We will follow the following steps in the AX development.

Need to provide “ItemId lookup” based on "ItemType" field, which selected while creating SalesOrder

How to retrieve multiple selected records from Grid using X++