Skip to main content
Search preferences for a phone list search.

Constructors

NSPhoneListPreferences()

Initializes a new instance of the NSPhoneListPreferences class.

Methods

GetSearchCompany()

Returns: CRMScript.Global.Bool - True if you want to search for Companies by their name. Example:

GetSearchDepartment()

Returns: CRMScript.Global.Bool - True if you want to search for Departments where your colleagues work. Example:

GetSearchFirstname()

Returns: CRMScript.Global.Bool - True if you want to search for Persons by their firstname. Example:

GetSearchLastname()

Returns: CRMScript.Global.Bool - True if you want to search for Persons by their last name. Example:

GetSearchModeCompany()

Returns: CRMScript.Global.Integer - See <xref href=“CRMScript.NetServer.StringSearchType” data-throw-if-not-resolved=“false”></xref> Example:

GetSearchModeDepartment()

Returns: CRMScript.Global.Integer - See <xref href=“CRMScript.NetServer.StringSearchType” data-throw-if-not-resolved=“false”></xref> Example:

GetSearchModeFirstname()

Returns: CRMScript.Global.Integer - See <xref href=“CRMScript.NetServer.StringSearchType” data-throw-if-not-resolved=“false”></xref> Example:

GetSearchModeLastname()

Returns: CRMScript.Global.Integer - See <xref href=“CRMScript.NetServer.StringSearchType” data-throw-if-not-resolved=“false”></xref> Example:

SetSearchCompany(Bool)

Returns: CRMScript.Global.Void Example:

SetSearchDepartment(Bool)

Returns: CRMScript.Global.Void Example:

SetSearchFirstname(Bool)

Returns: CRMScript.Global.Void Example:

SetSearchLastname(Bool)

Returns: CRMScript.Global.Void Example:

SetSearchModeCompany(Integer)

Returns: CRMScript.Global.Void Example:

SetSearchModeDepartment(Integer)

Returns: CRMScript.Global.Void Example:

SetSearchModeFirstname(Integer)

Returns: CRMScript.Global.Void Example:

SetSearchModeLastname(Integer)

Returns: CRMScript.Global.Void Example: