InventJournalTrans::adjustReleaseDate Method
Updates the ReleaseDate field in the InventJournalTrans table for records with the specified journal number and voucher.
Syntax
client server public static void adjustReleaseDate(InventJournalTrans _inventJournalTrans)
Run On
Called
Parameters
- _inventJournalTrans
Type: InventJournalTrans Table
The InventJournalTrans table record to use as a basis for the update.
Remarks
This method updates all InventJournalTrans table records with the same journal ID and voucher as those in the InventJournalTrans table record.It also sets the ReleaseDate field to the value in the InventJournalTrans table record.