| SystemCreateSystemOwnerGroup Method |
The method is intended to be used in an 'oncreate' event for system data objects.
The action object must be a system data object.
If the system does not have an owner user group it will be created and assigned to the system.
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 bool CreateSystemOwnerGroup(
CodeMethodInvokeContext context
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
The action object specified in the context must be a system data object.
Return Value
Type:
Boolean
See Also