Skip to main content
Carrier object for ConsentSource.

Constructors

NSConsentSource()

Initializes a new instance of the NSConsentSource class.

Methods

GetConsentSourceId()

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

GetDeleted()

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

GetKey()

Returns: CRMScript.Global.String - The key used to uniquely identify this consent source. Example:

GetMailTemplateId()

Returns: CRMScript.Global.Integer - The mail template to use when automatically sending emails to new persons created with this consent source. Example:

GetName()

Returns: CRMScript.Global.String - Name of consent source. Example:

GetRank()

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

GetTooltip()

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

SetConsentSourceId(Integer)

Returns: CRMScript.Global.Void Example:

SetDeleted(Bool)

Returns: CRMScript.Global.Void Example:

SetKey(String)

Returns: CRMScript.Global.Void Example:

SetMailTemplateId(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: