Carrier object for Contact.n
Constructors
Initializes a new instance of the NSContact class.
Methods
GetActiveErpLinks()
Returns: CRMScript.Global.Integer - The number of active ERP links.
Example:
GetAddress()
Returns: CRMScript.NetServer.NSAddress - Contact address as a list of LocalizedFieldList objects.
Used to store localized information such as formatted address data. Suitable for passing to an address control for display.
Example:
GetAssociateFullName()
Returns: CRMScript.Global.String - The associate’s culture formatted fullname (firstname, middleName and lastname).
Example:
GetAssociateId()
Returns: CRMScript.Global.Integer - Our contact.
Example:
GetBusinessName()
Returns: CRMScript.Global.String - The business list item name.
Example:
GetCategoryName()
Returns: CRMScript.Global.String - The category list item name.
Example:
GetCity()
Returns: CRMScript.Global.String - City corresponding to zip code.
Example:
Returns: CRMScript.Global.Integer - Primary key.
Example:
GetCountryId()
Returns: CRMScript.Global.Integer - Country.
Example:
GetCountryName()
Returns: CRMScript.Global.String - Name of country in installed language.
Example:
GetDepartment()
Returns: CRMScript.Global.String - Department.
Example:
GetDirectPhone()
Returns: CRMScript.Global.String - The contacts phone.
Example:
GetEmailAddress()
Returns: CRMScript.Global.String - The contact email address.
Example:
GetEmailAddressName()
Returns: CRMScript.Global.String - Visible field.
Example:
Returns: CRMScript.Global.String - The contact’s address, formatted with line breaks and spaces into a single string.
Example:
GetFullName()
Returns: CRMScript.Global.String
Example:
Returns: CRMScript.Global.Bool - Is the contact an owner contact?
This means that all persons on this contact can on only be internal users and not external users.
Example:
GetKananame()
Returns: CRMScript.Global.String - Contact kana name, used in Japanese versions only.
Example:
GetName()
Returns: CRMScript.Global.String - Contact name.
Example:
GetOrgNr()
Returns: CRMScript.Global.String - VAT number or similar.
Example:
GetURL()
Returns: CRMScript.Global.String - The internet address to this contact.
Example:
GetURLName()
Returns: CRMScript.Global.String - Visible field.
Example:
SetActiveErpLinks(Integer)
Returns: CRMScript.Global.Void
Example:
SetAddress(NSAddress)
Returns: CRMScript.Global.Void
Used to store localized information such as formatted address data. Suitable for passing to an address control for display.
Example:
SetAssociateFullName(String)
Returns: CRMScript.Global.Void
Example:
SetAssociateId(Integer)
Returns: CRMScript.Global.Void
Example:
SetBusinessName(String)
Returns: CRMScript.Global.Void
Example:
SetCategoryName(String)
Returns: CRMScript.Global.Void
Example:
SetCity(String)
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
SetCountryId(Integer)
Returns: CRMScript.Global.Void
Example:
SetCountryName(String)
Returns: CRMScript.Global.Void
Example:
SetDepartment(String)
Returns: CRMScript.Global.Void
Example:
SetDirectPhone(String)
Returns: CRMScript.Global.Void
Example:
SetEmailAddress(String)
Returns: CRMScript.Global.Void
Example:
SetEmailAddressName(String)
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
SetFullName(String)
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
This means that all persons on this contact can on only be internal users and not external users.
Example:
SetKananame(String)
Returns: CRMScript.Global.Void
Example:
SetName(String)
Returns: CRMScript.Global.Void
Example:
SetOrgNr(String)
Returns: CRMScript.Global.Void
Example:
SetURL(String)
Returns: CRMScript.Global.Void
Example:
SetURLName(String)
Returns: CRMScript.Global.Void
Example: