CatDisplayCategorySharedInfo.cloneRecord Method
Creates a new record in the CatDisplayCategorySharedInfo table by duplicating this record.
Syntax
public CatDisplayCategorySharedInfo cloneRecord(UpdateType _displayCategoryUpdateType, RecId _categoryRecId)
Run On
Called
Parameters
- _displayCategoryUpdateType
Type: UpdateType Enumeration
The update type of the CatDisplayCategoryTable record for which to create a CatDisplayCategorySharedInfo record.
- _categoryRecId
Type: RecId Extended Data Type
The record ID to use for the Category field of the duplicated record.
Return Value
Type: CatDisplayCategorySharedInfo Table
The duplicated instance of the CatDisplayCategorySharedInfo record.
Remarks
The duplicated record is not inserted into the database.