Skip to main content
Relationship between a (contact/person) and another (contact/person), as described by the RelationDefinition.

Constructors

NSContactRelationEntity()

Initializes a new instance of the NSContactRelationEntity class.

Methods

GetActiveText()

Returns: CRMScript.Global.String - Active text for the relation. Example:

GetComment()

Returns: CRMScript.Global.String - Comment for relation. Example:

GetCreatedBy()

Returns: CRMScript.NetServer.NSAssociate Example:

GetCreatedDate()

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

GetDestinationContactId()

Returns: CRMScript.Global.Integer - ID of the destination contact. The value is mandatory. Example:

GetDestinationContactName()

Returns: CRMScript.Global.String - Name of the destination contact. Example:

GetDestinationPersonId()

Returns: CRMScript.Global.Integer - ID of the destination person. The value is not mandatory. The person must belong to the destination contact. Example:

GetDestinationPersonName()

Returns: CRMScript.Global.String - Name of the destination person. Example:

GetPassiveText()

Returns: CRMScript.Global.String - Passive text for the relation. Example:

GetRelationDefinitionId()

Returns: CRMScript.Global.Integer - Reference to definition. Example:

GetRelationId()

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

GetReversed()

Returns: CRMScript.Global.Integer - Is direction reversed relative to definition. Example:

GetSourceContactId()

Returns: CRMScript.Global.Integer - ID of the source contact. The value is mandatory. Example:

GetSourceContactName()

Returns: CRMScript.Global.String - Name of the source contact. Example:

GetSourcePersonId()

Returns: CRMScript.Global.Integer - ID of the source person. The value is not mandatory. The person must belong to the source contact. Example:

GetSourcePersonName()

Returns: CRMScript.Global.String - Name of the source person. Example:

GetUpdatedBy()

Returns: CRMScript.NetServer.NSAssociate Example:

GetUpdatedDate()

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

SetActiveText(String)

Returns: CRMScript.Global.Void Example:

SetComment(String)

Returns: CRMScript.Global.Void Example:

SetCreatedBy(NSAssociate)

Returns: CRMScript.Global.Void Example:

SetCreatedDate(DateTime)

Returns: CRMScript.Global.Void Example:

SetDestinationContactId(Integer)

Returns: CRMScript.Global.Void Example:

SetDestinationContactName(String)

Returns: CRMScript.Global.Void Example:

SetDestinationPersonId(Integer)

Returns: CRMScript.Global.Void Example:

SetDestinationPersonName(String)

Returns: CRMScript.Global.Void Example:

SetPassiveText(String)

Returns: CRMScript.Global.Void Example:

SetRelationDefinitionId(Integer)

Returns: CRMScript.Global.Void Example:

SetRelationId(Integer)

Returns: CRMScript.Global.Void Example:

SetReversed(Integer)

Returns: CRMScript.Global.Void Example:

SetSourceContactId(Integer)

Returns: CRMScript.Global.Void Example:

SetSourceContactName(String)

Returns: CRMScript.Global.Void Example:

SetSourcePersonId(Integer)

Returns: CRMScript.Global.Void Example:

SetSourcePersonName(String)

Returns: CRMScript.Global.Void Example:

SetUpdatedBy(NSAssociate)

Returns: CRMScript.Global.Void Example:

SetUpdatedDate(DateTime)

Returns: CRMScript.Global.Void Example: