Skip to main content
Carrier object for ParticipantSyncData.

Constructors

NSParticipantSyncData()

Initializes a new instance of the NSParticipantSyncData class.

Methods

GetContactBusiness()

Returns: CRMScript.Global.String - The business that the contact is associated with.
The GUI forces the user to enter a business type.
Example:

GetContactCategory()

Returns: CRMScript.Global.String - The category that is set on the company.
The GUI forces the user to enter a category type
Example:

GetContactCountry()

Returns: CRMScript.Global.String Example:

GetContactDepartment()

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

GetContactFullName()

Returns: CRMScript.Global.String Example:

GetContactId()

Returns: CRMScript.Global.Integer - Contact ID of owning contact, may be 0 Example:

GetContactName()

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

GetContactUrl()

Returns: CRMScript.Global.String[] - The contact’s internet addresses. Example:

GetCountry()

Returns: CRMScript.Global.String - The country this contact is located in.
The country a contact is saved with, affects the phone number format, and the address layout.
Example:

GetEMail()

Returns: CRMScript.Global.String[] Example:

GetMessenger()

Returns: CRMScript.Global.String[] Example:

GetParticipantStatus()

Returns: CRMScript.Global.Integer - The appointment status for this participant. See <xref href=“CRMScript.NetServer.AppointmentStatus” data-throw-if-not-resolved=“false”></xref> Example:

GetPersonAcademicTitle()

Returns: CRMScript.Global.String - Academic title, populated from Salutation list but can be overwritten with anything at all. Example:

GetPersonAddress()

Returns: CRMScript.NetServer.NSAddressSyncData Example:

GetPersonCountry()

Returns: CRMScript.Global.String - The country this contact person is located in. Example:

GetPersonFirstName()

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

GetPersonFormalName()

Gets formal name for a person, as used in labels. (Full name + person title + academic title)
Returns: CRMScript.Global.String Example:

GetPersonFullName()

Returns: CRMScript.Global.String - The person’s full name localized to the current culture/country. (internal name used in clients for employees). Example:

GetPersonId()

Returns: CRMScript.Global.Integer - Person ID of person the appointment is with, may be 0 Example:

GetPersonLastname()

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

GetPersonMiddleName()

Returns: CRMScript.Global.String - Middle name or ‘van’ etc. Example:

GetPersonMrmrs()

Returns: CRMScript.Global.String Example:

GetPersonPosition()

Returns: CRMScript.Global.String - The position. This is a predefined SuperOffice value, different from Title. Example:

GetPersonTitle()

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

GetPhoneContact()

Returns: CRMScript.Global.String[] - Returns a collection of office phone numbers that belong to the contact person. Example:

GetPhoneDirect()

Returns: CRMScript.Global.String[] Example:

GetPhoneFax()

Returns a collection of fax numbers that belong to the contact person.
Returns: CRMScript.Global.String[] Example:

GetPhoneMobile()

Returns a collection of mobile phone numbers that belong to the contact person.
Returns: CRMScript.Global.String[] Example:

GetPhonePrivate()

Returns a collection of phone numbers that belong to the contact person.
Returns: CRMScript.Global.String[] Example:

GetPostalAddress()

Returns: CRMScript.NetServer.NSAddressSyncData Example:

GetStreetAddress()

Returns: CRMScript.NetServer.NSAddressSyncData Example:

GetUrl()

Returns: CRMScript.Global.String[] - The URLs related to this person. Example:

GetVoip()

Returns: CRMScript.Global.String[] Example:

SetContactBusiness(String)

Returns: CRMScript.Global.Void
The GUI forces the user to enter a business type.
Example:

SetContactCategory(String)

The GUI forces the user to enter a category type
Returns: CRMScript.Global.Void Example:

SetContactCountry(String)

Returns: CRMScript.Global.Void Example:

SetContactDepartment(String)

Returns: CRMScript.Global.Void Example:

SetContactFullName(String)

Returns: CRMScript.Global.Void Example:

SetContactId(Integer)

Returns: CRMScript.Global.Void Example:

SetContactName(String)

Returns: CRMScript.Global.Void Example:

SetContactUrl(String[])

Returns: CRMScript.Global.Void Example:

SetCountry(String)

Returns: CRMScript.Global.Void
The country a contact is saved with, affects the phone number format, and the address layout.
Example:

SetEMail(String[])

Returns: CRMScript.Global.Void Example:

SetMessenger(String[])

Returns: CRMScript.Global.Void Example:

SetParticipantStatus(Integer)

Returns: CRMScript.Global.Void Example:

SetPersonAcademicTitle(String)

Returns: CRMScript.Global.Void Example:

SetPersonAddress(NSAddressSyncData)

Returns: CRMScript.Global.Void Example:

SetPersonCountry(String)

Returns: CRMScript.Global.Void Example:

SetPersonFirstName(String)

Returns: CRMScript.Global.Void Example:

SetPersonFormalName(String)

Returns: CRMScript.Global.Void Example:

SetPersonFullName(String)

Returns: CRMScript.Global.Void Example:

SetPersonId(Integer)

Returns: CRMScript.Global.Void Example:

SetPersonLastname(String)

Returns: CRMScript.Global.Void Example:

SetPersonMiddleName(String)

Returns: CRMScript.Global.Void Example:

SetPersonMrmrs(String)

Returns: CRMScript.Global.Void Example:

SetPersonPosition(String)

Returns: CRMScript.Global.Void Example:

SetPersonTitle(String)

Returns: CRMScript.Global.Void Example:

SetPhoneContact(String[])

Returns a collection of office phone numbers that belong to the contact person.
Returns: CRMScript.Global.Void Example:

SetPhoneDirect(String[])

Returns: CRMScript.Global.Void Example:

SetPhoneFax(String[])

Returns: CRMScript.Global.Void Example:

SetPhoneMobile(String[])

Returns: CRMScript.Global.Void Example:

SetPhonePrivate(String[])

Returns: CRMScript.Global.Void Example:

SetPostalAddress(NSAddressSyncData)

Returns: CRMScript.Global.Void Example:

SetStreetAddress(NSAddressSyncData)

Returns: CRMScript.Global.Void Example:

SetUrl(String[])

Returns: CRMScript.Global.Void Example:

SetVoip(String[])

Returns: CRMScript.Global.Void Example: