Skip to main content

Constructors

NSSelectionForFind()

Initializes a new instance of the NSSelectionForFind class.

Methods

GetCanSaveAsSelection()

Returns: CRMScript.Global.Bool - Most Find entities support saving the search as a Dynamic Selection. This bool indicates if that is the case. Example:

GetFilterScreenHeading()

Returns: CRMScript.Global.String - ‘Find sale’, or whatever is appropriate for the Find<entity>filter page; this string will contain resource references Example:

GetMainHeading()

Returns: CRMScript.Global.String - ‘Sale’, intended for the main headings in the Find front page; this string will contain resource references Example:

GetProviderName()

Returns: CRMScript.Global.String - The name of the Archive Provider to use when working with this selection; this is the main entity provider, never Shadow, Combined or anything else fancy. Example:

GetSelectionEntityHeading()

Returns: CRMScript.Global.String - ‘Companies’, or whatever else is appropriate* the plural form of the entity name, intended for the Selection.Details tab before it is saved (!!); this string will contain resource references Example:

GetSelectionId()

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

SetCanSaveAsSelection(Bool)

Returns: CRMScript.Global.Void Example:

SetFilterScreenHeading(String)

‘Find sale’, or whatever is appropriate for the Find<entity>filter page; this string will contain resource references
Returns: CRMScript.Global.Void Example:

SetMainHeading(String)

Returns: CRMScript.Global.Void Example:

SetProviderName(String)

Returns: CRMScript.Global.Void Example:

SetSelectionEntityHeading(String)

Returns: CRMScript.Global.Void Example:

SetSelectionId(Integer)

Returns: CRMScript.Global.Void Example: