Skip to main content

Constructors

NSPhoneListItem()

Initializes a new instance of the NSPhoneListItem class.

Methods

GetId()

Returns: CRMScript.Global.Integer - The contact or person’s Id. Example:

GetName()

Returns: CRMScript.Global.String - The contact or person’s name. Example:

GetPersonCellPhone()

Returns: CRMScript.Global.String - Person Cell Phone. Example:

GetPersonDirectPhone()

Returns: CRMScript.Global.String - Person Direct Phone. Example:

GetPersonEmail()

Returns: CRMScript.Global.String - The address itself. Example:

GetPersonFaxNumber()

Returns: CRMScript.Global.String - Actual phone number as entered by the user. Example:

GetPersonPagerNumber()

Returns: CRMScript.Global.String - Actual phone number as entered by the user. Example:

GetPersonPrivatePhone()

Returns: CRMScript.Global.String - Person Private Phone. Example:

GetTooltip()

Returns: CRMScript.Global.String Example:

GetUniqueId()

Returns: CRMScript.Global.String - Property setting a unique id indicating if this is a person or contact. Example:

SetId(Integer)

Returns: CRMScript.Global.Void Example:

SetName(String)

Returns: CRMScript.Global.Void Example:

SetPersonCellPhone(String)

Returns: CRMScript.Global.Void Example:

SetPersonDirectPhone(String)

Returns: CRMScript.Global.Void Example:

SetPersonEmail(String)

Returns: CRMScript.Global.Void Example:

SetPersonFaxNumber(String)

Returns: CRMScript.Global.Void Example:

SetPersonPagerNumber(String)

Returns: CRMScript.Global.Void Example:

SetPersonPrivatePhone(String)

Returns: CRMScript.Global.Void Example:

SetTooltip(String)

Returns: CRMScript.Global.Void Example:

SetUniqueId(String)

Returns: CRMScript.Global.Void Example: