SecuritySegregationOfDuties::validateUsers Method [AX 2012]
Validates that users comply with all SOD rules.
server public static boolean validateUsers(
[RefRecId _ruleId,
SecurityUserRole _userRole,
boolean _createConflicts])
Run On
ServerParameters
- _ruleId
- Type: RefRecId Extended Data Type
The ID of the SOD rule to validate; optional.
- _userRole
- Type: SecurityUserRole Table
The entry that is created in the SecurityUserRole table, if applicable. This implies that conflict should be created and provides the required external data for the conflicts (user ID, role, and so on).
- _createConflicts
- Type: boolean
A value that determines whether conflicts should be created and provides the required external data.
Show: