smmKACategoryRelation::createNew Method
Calls when a related record is created from outside of the smmKACategoryRelation table.
Syntax
client server public static smmKACategoryRelation createNew(smmEncyclopediaItemId _kaId, RefRecId _recId)
Run On
Called
Parameters
- _kaId
Type: smmEncyclopediaItemId Extended Data Type
The item ID.
- _recId
Type: RefRecId Extended Data Type
The category record ID.
Return Value
Type: smmKACategoryRelation Table
The newly created record.
Remarks
This method is called by the smmEncyclopediaTree class and the CaseDetail form.