Constructors
NSTypicalSearch()
Initializes a new instance of the NSTypicalSearch class.
Methods
GetEntityName()
Returns: CRMScript.Global.String - The name of the entity the typical search links to.
Example:
GetIncludePerson()
Returns: CRMScript.Global.Integer - For selection-of-company, state of the Include Main Contact checkbox.
Example:
GetIsEntityDefault()
Returns: CRMScript.Global.Integer - Indicates if this is the default set of criteria for an entity.
Example:
GetRestrictionGroups()
Returns: CRMScript.NetServer.NSArchiveRestrictionGroup[] - The restrictions (can be multiple groups) that make up the TypicalSearch.
Example:
GetSource()
Returns: CRMScript.Global.String - Name of organization that sources and maintains this TypicalSearch.
Allows for both SuperOffice and partners to maintain sets of typical searches without conflict
Example:
GetTitle()
Returns: CRMScript.Global.String - The title of the typical search (multilingual).
Example:
Returns: CRMScript.Global.String - The tooltip for the typical search (multilingual).
Example:
GetTypicalSearchId()
Returns: CRMScript.Global.Integer - Primary key.
Example:
GetVersionNumber()
Returns: CRMScript.Global.Integer - The current downloaded version of this typical search.
Example:
SetEntityName(String)
Returns: CRMScript.Global.Void
Example:
SetIncludePerson(Integer)
Returns: CRMScript.Global.Void
Example:
SetIsEntityDefault(Integer)
Returns: CRMScript.Global.Void
Example:
SetRestrictionGroups(NSArchiveRestrictionGroup[])
Returns: CRMScript.Global.Void
Example:
SetSource(String)
Returns: CRMScript.Global.Void
Allows for both SuperOffice and partners to maintain sets of typical searches without conflict
Example:
SetTitle(String)
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
SetTypicalSearchId(Integer)
Returns: CRMScript.Global.Void
Example:
SetVersionNumber(Integer)
Returns: CRMScript.Global.Void
Example: