CatDisplayCategoryTable.cloneRecord Method
Creates a new record in the CatDisplayCategoryTable table by duplicating the specified record.
Syntax
public CatDisplayCategoryTable cloneRecord([CatDisplayCategorySharedInfo _tblSharedData, RecId _targetCategory])
Run On
Called
Parameters
- _tblSharedData
Type: CatDisplayCategorySharedInfo Table
The CatDisplayCategorySharedInfo record to which the cloned CatDisplayCategoryTable record will point.
- _targetCategory
Type: RecId Extended Data Type
Return Value
Type: CatDisplayCategoryTable Table
The cloned instance of the CatDisplayCategoryTable record.
Remarks
The cloned record is not inserted into the database.