Skip to main content
Carrier object for Country.

Constructors

NSCountry()

Initializes a new instance of the NSCountry class.

Methods

GetAddressLayoutId()

Returns: CRMScript.Global.Integer - Address layout of the country. Example:

GetCountryId()

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

GetCurrencyId()

Returns: CRMScript.Global.Integer - Default currency for this country. Example:

GetDeleted()

Returns: CRMScript.Global.Bool - true if the country is deleted. Example:

GetDialInPrefix()

Returns: CRMScript.Global.String - Dial in prefix. Example:

GetDomainName()

Returns: CRMScript.Global.String - Domain name of the country. Example:

GetDomesticAddressLayoutId()

Returns: CRMScript.Global.Integer - Domestic address layout of the country. Example:

GetEnglishName()

Returns: CRMScript.Global.String - Name of country in English. Example:

GetForeignAddressLayoutId()

Returns: CRMScript.Global.Integer - Foreign address layout of the country. Example:

GetImageDescription()

Returns: CRMScript.Global.String - Description of the country’s flag image.
This is the country flag that is displayed in the CRM client
Example:

GetInterAreaPrefix()

Returns: CRMScript.Global.String - International prefix. Example:

GetName()

Returns: CRMScript.Global.String - Name of country in installed language. Example:

GetOrgNrText()

Returns: CRMScript.Global.String - Lead text for organization field. Example:

GetRank()

Returns: CRMScript.Global.Integer - The rank of the country. Example:

GetThreeLetterISOCountry()

Returns: CRMScript.Global.String - Three-letter country-code according to ISO3166 Example:

GetTooltip()

Returns: CRMScript.Global.String - The tooltip of the country. Example:

GetTwoLetterISOCountry()

Returns: CRMScript.Global.String - Two-letter country-code according to ISO3166 Example:

GetZipPrefix()

Returns: CRMScript.Global.String - Post prefix. Example:

SetAddressLayoutId(Integer)

Returns: CRMScript.Global.Void Example:

SetCountryId(Integer)

Returns: CRMScript.Global.Void Example:

SetCurrencyId(Integer)

Returns: CRMScript.Global.Void Example:

SetDeleted(Bool)

Returns: CRMScript.Global.Void Example:

SetDialInPrefix(String)

Returns: CRMScript.Global.Void Example:

SetDomainName(String)

Returns: CRMScript.Global.Void Example:

SetDomesticAddressLayoutId(Integer)

Returns: CRMScript.Global.Void Example:

SetEnglishName(String)

Returns: CRMScript.Global.Void Example:

SetForeignAddressLayoutId(Integer)

Returns: CRMScript.Global.Void Example:

SetImageDescription(String)

Returns: CRMScript.Global.Void
This is the country flag that is displayed in the CRM client
Example:

SetInterAreaPrefix(String)

Returns: CRMScript.Global.Void Example:

SetName(String)

Returns: CRMScript.Global.Void Example:

SetOrgNrText(String)

Returns: CRMScript.Global.Void Example:

SetRank(Integer)

Returns: CRMScript.Global.Void Example:

SetThreeLetterISOCountry(String)

Returns: CRMScript.Global.Void Example:

SetTooltip(String)

Returns: CRMScript.Global.Void Example:

SetTwoLetterISOCountry(String)

Returns: CRMScript.Global.Void Example:

SetZipPrefix(String)

Returns: CRMScript.Global.Void Example: