CaseCategoryRole::add Method
Adds a security role that has access to the specific case types.
Syntax
client server public static boolean add(SecurityRoleAotName _role, CaseCategoryType _categoryType)
Run On
Called
Parameters
- _role
Type: SecurityRoleAotName Extended Data Type
The security AOT name of the case security role record to add.
- _categoryType
Type: CaseCategoryType Enumeration
The case category type of the case security role record to add.
Return Value
Type: boolean
true if the combination of the security role and the case category type was added; otherwise, false.