Skip to main content
Carrier object for ContactActivity.

Constructors

NSContactActivity()

Initializes a new instance of the NSContactActivity class.

Methods

GetAction()

Returns: CRMScript.Global.Integer - The activity that has occurred on this contact. See <xref href=“CRMScript.NetServer.ContactAction” data-throw-if-not-resolved=“false”></xref>. Example:

GetActionId()

Returns: CRMScript.Global.Integer - ID of the last element an activity was found on () AppointmentId, ContactId, or PersonId). Example:

GetActionTime()

Returns: CRMScript.Global.DateTime - The time of the activity. If more than one activity has occurred on the contact, the last activity time is shown. Example:

GetActivityPersonId()

Returns: CRMScript.Global.Integer - ID of the person causing the activity. Example:

GetActivityPersonName()

Returns: CRMScript.Global.String - The person that carried out the activity on the contact. Example:

GetAssociateFullName()

Returns: CRMScript.Global.String - The contact’s owner. Example:

GetAssociateId()

Returns: CRMScript.Global.Integer - Our contact. Example:

GetCategory()

Returns: CRMScript.Global.String - The contact category. Example:

GetContactId()

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

GetDepartment()

Returns: CRMScript.Global.String - Department. Example:

GetName()

Returns: CRMScript.Global.String - Contact name. Example:

GetOrgNr()

Returns: CRMScript.Global.String - VAT number or similar. Example:

GetPersonId()

Returns: CRMScript.Global.Integer - The person Id. Example:

GetURL()

Returns: CRMScript.Global.String - URL address. Example:

SetAction(Integer)

Returns: CRMScript.Global.Void Example:

SetActionId(Integer)

Returns: CRMScript.Global.Void Example:

SetActionTime(DateTime)

Returns: CRMScript.Global.Void Example:

SetActivityPersonId(Integer)

Returns: CRMScript.Global.Void Example:

SetActivityPersonName(String)

Returns: CRMScript.Global.Void Example:

SetAssociateFullName(String)

Returns: CRMScript.Global.Void Example:

SetAssociateId(Integer)

Returns: CRMScript.Global.Void Example:

SetCategory(String)

Returns: CRMScript.Global.Void Example:

SetContactId(Integer)

Returns: CRMScript.Global.Void Example:

SetDepartment(String)

Returns: CRMScript.Global.Void Example:

SetName(String)

Returns: CRMScript.Global.Void Example:

SetOrgNr(String)

Returns: CRMScript.Global.Void Example:

SetPersonId(Integer)

Returns: CRMScript.Global.Void Example:

SetURL(String)

Returns: CRMScript.Global.Void Example: