CatDisplayCategoryTable::findNonExistNameInCatalog Method
Finds a name that does not match any existing CatDisplayCategoryTable record in the given catalog.
Syntax
client server public static Name findNonExistNameInCatalog(
RefRecId _catalogRecId,
[Name _strValueExactMatch,
RecId _excludedRecId])
Run On
Called
Parameters
- _catalogRecId
Type: RefRecId Extended Data Type
The catalog record ID.
- _strValueExactMatch
Type: Name Extended Data Type
The exact value to match the Name field.
- _excludedRecId
Type: RecId Extended Data Type
Return Value
Type: Name Extended Data Type
A string that would not conflict with the name column of any existing CatDisplayCategoryTable record in the given catalog.
Remarks
An exception is thrown if one cannot be found after exhausting all possibilities.