Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes an MRCEventTracker record from the PurchLine record that is passed in as a parameter.
Syntax
public void initFromPurchLine(PurchLine _purchLine)
Run On
Called
Parameters
- _purchLine
Type: PurchLine Table
The PurchLine record from which the record is initialized.
Remarks
public void initFromPurchLine(PurchLine _purchLine )
Examples
MRCEventTracker.initFromPurchLine(purchLine );