MCRCustCategory::insertMCRCategoryCust Method
Creates record into table MCRCustomersCategory.
Syntax
client server public static MCRCustCategory insertMCRCategoryCust(MCRCustCategory _MCRCustCategory, CustTable _tCustTable)
Run On
Called
Parameters
- _MCRCustCategory
Type: MCRCustCategory Table
A record buffer of table MCRCustCategory to find existing record in table MCRCustomersCategory for a selected category hierarchy.
- _tCustTable
Type: CustTable Table
A record buffer of table CustTable to find existing record in table MCRCustomersCategory for selected product.
Return Value
Type: MCRCustCategory Table
A record in the MCRCustomersCategory table; otherwise, an empty record.