CaseCategoryRole::remove Method
Removes a security role from a list that has access to the specific case types.
Syntax
client server public static boolean remove(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 remove.
- _categoryType
Type: CaseCategoryType Enumeration
The case category type of the case security role record to remove.
Return Value
Type: boolean
true if the combination of the security role and the case category type was deleted; otherwise, false.