| IdentityGetIdentityUser Method |
Returns the user related to the Identity selected in a reference property.
The user id can be stored in a reference property (user) and used for sending mails.
Codemethod usage | - |
---|
Designed to be used in a process only (Yes/No) | Yes |
Action Object (data object type) | Process target object |
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 GetIdentityUser(
CodeMethodInvokeContext context,
string identityPropertySysName,
out int userId
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
The action object must be a process target object which must reference an identity.
- identityPropertySysName
- Type: SystemString
Contains the system name of a reference property pointing to an identity
- userId
- Type: SystemInt32
Out parameter to be mapped to the a User reference property
See Also