CustTable::mcrMergeCustomers Method
Merges the passed customers together.
Syntax
client server public static CustTable mcrMergeCustomers(CustAccount _mergeFromCust, CustAccount _mergeToCust)
Run On
Called
Parameters
- _mergeFromCust
Type: CustAccount Extended Data Type
The CustAccount object being merged into another customer.
- _mergeToCust
Type: CustAccount Extended Data Type
The CustAccount object that the from customer account is being merged to.
Return Value
Type: CustTable Table
The results of the merged CustAccount records.