Skip to main content
Carrier object for ForeignKey.

Constructors

NSForeignKey()

Initializes a new instance of the NSForeignKey class.

Methods

GetCreatedBy()

Returns: CRMScript.Global.String - Name of the person that created the foreign key. Example:

GetCreatedDate()

Returns: CRMScript.Global.DateTime - Registered when. Example:

GetKey()

Returns: CRMScript.Global.String - Subkey (optional). Example:

GetRecordId()

Returns: CRMScript.Global.Integer - Record in the referenced table. Example:

GetTableName()

Returns: CRMScript.Global.String Example:

GetUpdatedBy()

Name of the person that last updated the foreign key
Returns: CRMScript.Global.String - Table name, transformed to and from numeric table id by the service layer. Example:

GetUpdatedDate()

Returns: CRMScript.Global.DateTime - Last updated when. Example:

GetValue()

Returns: CRMScript.Global.String - Key value. Example:

SetCreatedBy(String)

Returns: CRMScript.Global.Void Example:

SetCreatedDate(DateTime)

Returns: CRMScript.Global.Void Example:

SetKey(String)

Returns: CRMScript.Global.Void Example:

SetRecordId(Integer)

Returns: CRMScript.Global.Void Example:

SetTableName(String)

Returns: CRMScript.Global.Void Example:

SetUpdatedBy(String)

Returns: CRMScript.Global.Void Example:

SetUpdatedDate(DateTime)

Returns: CRMScript.Global.Void Example:

SetValue(String)

Returns: CRMScript.Global.Void Example: