ProjTable.initFromCustTable Method
Initializes fields for the current project record with values from the specified customer record.
Syntax
public void initFromCustTable(CustTable _custTable)
Run On
Called
Parameters
- _custTable
Type: CustTable Table
The customer record.
Remarks
This method sets the delivery address fields for the current project record with the delivery address for the customer. If a delivery address for the customer does not exist, it sets the delivery address fields for the current project with the address for the customer.