MainCreateUserFromTemplate Method |
Method creates a new user.
The properties of the specified template object will be copied from the action object to the new user,
based on the settings of the specified copy rule.
A property id must be provided containing the username on the action object.
Codemethod usage | |
---|---|
Designed to be used in a process only (Yes/No) | No |
Action Object (data object type) |
Namespace: Omada.OE.UtilityCodeAssembly
public bool CreateUserFromTemplate( CodeMethodInvokeContext context, string copyRuleUIdStr, string userNamePropertySysName )