Skip to main content
Consent information for a give person. Consents are for a particular Purpose, and may be withdrawn (see LegalBase).

Constructors

NSConsentInfo()

Initializes a new instance of the NSConsentInfo class.

Methods

GetComment()

Returns: CRMScript.Global.String - Comment regarding this specific consent. Example:

GetConsentPersonId()

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

GetConsentPurposeId()

Returns: CRMScript.Global.Integer - Primary key for the NSConsentPurpose associated with this consent. Example:

GetConsentPurposeKey()

Returns: CRMScript.Global.String - Key of the NSConsentPurpose associated with this consent. Example:

GetConsentPurposeName()

Returns: CRMScript.Global.String - Name of the NSConsentPurpose associated with this consent. Example:

GetConsentSourceId()

Returns: CRMScript.Global.Integer - Primary key for the NSConsentSource associated with this consent. Example:

GetConsentSourceKey()

Returns: CRMScript.Global.String - Key of the NSConsentSource associated with this consent. Example:

GetConsentSourceName()

Returns: CRMScript.Global.String - Name of the NSConsentSource associated with this consent. Example:

GetLegalBaseId()

Returns: CRMScript.Global.Integer - Primary key for the NSLegalBase associated with this consent. Example:

GetLegalBaseKey()

Returns: CRMScript.Global.String - Key for the NSLegalBase associated with this consent. Example:

GetLegalBaseName()

Returns: CRMScript.Global.String - Name of the NSLegalBase associated with this consent. Example:

GetRegistered()

Returns: CRMScript.Global.DateTime - When this consent record was created. Example:

GetRegisteredAssociateId()

Returns: CRMScript.Global.Integer - The ID of the associate who created this record. Example:

GetUpdated()

Returns: CRMScript.Global.DateTime - When this consent record was last updated. Example:

GetUpdatedAssociateId()

Returns: CRMScript.Global.Integer - The ID of the associate who last updated this record. Example:

SetComment(String)

Returns: CRMScript.Global.Void Example:

SetConsentPersonId(Integer)

Returns: CRMScript.Global.Void Example:

SetConsentPurposeId(Integer)

Returns: CRMScript.Global.Void Example:

SetConsentPurposeKey(String)

Returns: CRMScript.Global.Void Example:

SetConsentPurposeName(String)

Returns: CRMScript.Global.Void Example:

SetConsentSourceId(Integer)

Returns: CRMScript.Global.Void Example:

SetConsentSourceKey(String)

Returns: CRMScript.Global.Void Example:

SetConsentSourceName(String)

Returns: CRMScript.Global.Void Example:

SetLegalBaseId(Integer)

Returns: CRMScript.Global.Void Example:

SetLegalBaseKey(String)

Returns: CRMScript.Global.Void Example:

SetLegalBaseName(String)

Returns: CRMScript.Global.Void Example:

SetRegistered(DateTime)

Returns: CRMScript.Global.Void Example:

SetRegisteredAssociateId(Integer)

Returns: CRMScript.Global.Void Example:

SetUpdated(DateTime)

Returns: CRMScript.Global.Void Example:

SetUpdatedAssociateId(Integer)

Returns: CRMScript.Global.Void Example: