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