Skip to main content
Carrier object for LegalBase.

Constructors

NSLegalBase()

Initializes a new instance of the NSLegalBase class.

Methods

GetDeleted()

Returns: CRMScript.Global.Bool - true if the LegalBase is deleted. Example:

GetKey()

Returns: CRMScript.Global.String - The key used to uniquely identify this legal base. Example:

GetLegalBaseId()

Returns: CRMScript.Global.Integer - Primary key. Example:

GetName()

Returns: CRMScript.Global.String - Name of legal base. Example:

GetRank()

Returns: CRMScript.Global.Integer - Rank of this consent source. Example:

GetTooltip()

Returns: CRMScript.Global.String - Tooltip for this consent source. Example:

SetDeleted(Bool)

Returns: CRMScript.Global.Void Example:

SetKey(String)

Returns: CRMScript.Global.Void Example:

SetLegalBaseId(Integer)

Returns: CRMScript.Global.Void Example:

SetName(String)

Returns: CRMScript.Global.Void Example:

SetRank(Integer)

Returns: CRMScript.Global.Void Example:

SetTooltip(String)

Returns: CRMScript.Global.Void Example: