| RoleAssignmentExpireRoleAssignments Method |
Method sets the status of a number of referred resource assignments to Obsolete.
The action object must have a reference property populated with ResourceAssignment objects.
Codemethod usage | |
---|
Designed to be used in a process only (Yes/No) | No |
Action Object (data object type) | |
Namespace:
Omada.OE.Solution.OIM.Assembly
Assembly:
Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntaxpublic void ExpireRoleAssignments(
CodeMethodInvokeContext context,
string roleAssnPropertySysName,
string configuration
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
- roleAssnPropertySysName
- Type: SystemString
System name of a MV reference property present on the action object, used for specifying ResourceAssignment data objects.
- configuration
- Type: SystemString
ParameterDescriptionSKIPEVENTS[TRUE/FALSE] Skip firing save events on the expired resource assignments. Default: TRUE.
Examples
SKIPEVENTS=FALSE
See Also