smmBusRelTable.relation2Customer Method
Creates a customer by using the specified business relation and sets the fields of the CustTable table by using the values from the specified business relation.
Syntax
private CustAccount relation2Customer(smmBusRelTable _smmBusRelTable, [CustAccount _custAccount])
Run On
ClientOrServer
Parameters
- _smmBusRelTable
Type: smmBusRelTable Table
The business relation.
- _custAccount
Type: CustAccount Extended Data Type
The customer account.
Return Value
Type: CustAccount Extended Data Type
The customer account of the inserted record.