CatDisplayCategoryTable.setDisplayCategoryName Method
Sets the value of the name field of the current record to a specified value or its variant when there is conflict.
Syntax
public void setDisplayCategoryName(EcoResCategoryName _name)
Run On
Called
Parameters
- _name
Type: EcoResCategoryName Extended Data Type
The potential value to set to the name field.
Remarks
This method does not check whether a record is new or existing. Perform a call to update or insert. This method has its own transaction scope.