VendPurchOrderJour.initFromPurchPrepayTable Method
Initializes the IsPrepay and AmountPrepay fields of the VendPurchOrderJourtable from the PurchPrepayTable table by checking the existence of the records in the PurchPrepayTable table and by calling the amountPrepay method of the PurchPrepayTable table to calculate the prepay amount.
Syntax
public void initFromPurchPrepayTable(PurchPrepayTable _purchPrepayTable)
Run On
Called
Parameters
- _purchPrepayTable
Type: PurchPrepayTable Table
The PurchPrepayTable record.