Skip to main content
The fields returned when checking a temporary key.

Constructors

NSTemporaryKeyInfo()

Initializes a new instance of the NSTemporaryKeyInfo class.

Methods

GetDomain()

Returns: CRMScript.Global.Integer - The domain for this key. Unknown if key is not valid. See <xref href=“CRMScript.NetServer.TemporaryKeyDomain” data-throw-if-not-resolved=“false”></xref>. Example:

GetIsExpired()

Returns: CRMScript.Global.Bool - Whether the key is expired or not. Example:

GetPersonId()

Returns: CRMScript.Global.Integer - The person ID this key is related to. May be null. Example:

GetTargetId()

Returns: CRMScript.Global.Integer - The primary key of the entity this temporary key is for, dependent of domain. Example:

SetDomain(Integer)

Returns: CRMScript.Global.Void Example:

SetIsExpired(Bool)

Returns: CRMScript.Global.Void Example:

SetPersonId(Integer)

Returns: CRMScript.Global.Void Example:

SetTargetId(Integer)

Returns: CRMScript.Global.Void Example: