Skip to main content
Carrier object for ModuleLicenseLink.

Constructors

Initializes a new instance of the NSModuleLicenseLink class.

Methods

GetAssigned()

Returns: CRMScript.Global.Bool - Is the module license assigned to a given user. Example:

GetCanAssign()

Returns: CRMScript.Global.Bool - Can a specific user assign this module license. Example:

GetDescription()

Returns: CRMScript.Global.String - The description of the module license. Example:

GetFree()

Returns: CRMScript.Global.Integer - The number of licenses that are free to be assigned. Example:

GetInUse()

Returns: CRMScript.Global.Integer - The total number of licenses (of a given license module) that are occupied. Example:

GetIsHidden()

Returns: CRMScript.Global.Bool - Is hidden from Ui. Example:

GetModuleLicenseId()

Returns: CRMScript.Global.Integer - The identifier of the module license. Example:

GetName()

Returns: CRMScript.Global.String - The name of the module license. Example:

GetPrerequisiteModuleName()

Returns: CRMScript.Global.String Example:

GetSortOrder()

Returns: CRMScript.Global.Integer Example:

GetTooltip()

Returns: CRMScript.Global.String - The tooltip to be shown in some gui with details on the module license. Example:

GetTotal()

Returns: CRMScript.Global.Integer - The total number of module licenses. In other words the number of free license added to the number of licenses in use equals the total number of licenses. Example:

GetUnrestricted()

Returns: CRMScript.Global.Bool - Is this module license restricted or unrestricted. Example:

SetAssigned(Bool)

Returns: CRMScript.Global.Void Example:

SetCanAssign(Bool)

Returns: CRMScript.Global.Void Example:

SetDescription(String)

Returns: CRMScript.Global.Void Example:

SetFree(Integer)

Returns: CRMScript.Global.Void Example:

SetInUse(Integer)

Returns: CRMScript.Global.Void Example:

SetIsHidden(Bool)

Returns: CRMScript.Global.Void Example:

SetModuleLicenseId(Integer)

Returns: CRMScript.Global.Void Example:

SetName(String)

Returns: CRMScript.Global.Void Example:

SetPrerequisiteModuleName(String)

Returns: CRMScript.Global.Void Example:

SetSortOrder(Integer)

Returns: CRMScript.Global.Void Example:

SetTooltip(String)

Returns: CRMScript.Global.Void Example:

SetTotal(Integer)

Returns: CRMScript.Global.Void Example:

SetUnrestricted(Bool)

Returns: CRMScript.Global.Void Example: