Skip to main content
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:

GetTooltip()

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:

SetTooltip(String)

Returns: CRMScript.Global.Void Example:

SetValue(String)

Returns: CRMScript.Global.Void Example: