The main user group that this user belongs to.
Constructors
NSUserGroup()
Initializes a new instance of the NSUserGroup class.
Methods
GetDeleted()
Returns: CRMScript.Global.Bool - true means that this is a user group that no longer can be selected by the user.
It is not permitted to delete a UserGroup.
Example:
GetId()
Returns: CRMScript.Global.Integer - Primary key.
Example:
GetRank()
Returns: CRMScript.Global.Integer - Rank order.
Example:
Returns: CRMScript.Global.String - Tooltip or other description.
Example:
GetValue()
Returns: CRMScript.Global.String - UserGroup name.
Example:
SetDeleted(Bool)
Marks a user group.
Returns: CRMScript.Global.Void
It is not permitted to delete a UserGroup.
Example:
SetId(Integer)
Returns: CRMScript.Global.Void
Example:
SetRank(Integer)
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
SetValue(String)
Returns: CRMScript.Global.Void
Example: