Skip to main content
Data carrier class for an item (cell) in an archive. Contains properties and members for three distinct values: The (visible) display value; the tooltip hint, and the link hint.

Constructors

NSArchiveColumnData()

Initializes a new instance of the NSArchiveColumnData class.

Methods

GetDisplayValue()

Returns: CRMScript.Global.String - The visible display value for an archive cell. It is always a string, and other data types are converted to string according to the invariant culture. “[I:123]” or “[D:2014-09-13]”. Further conversion to the local culture is the responsibility of the client. Example:

GetLinkHint()

Returns: CRMScript.Global.String - The link hint consists of information to construct an actual link; additional information (such as a view context) must be provided by the client, who is also responsible for building the link. The content of the link will generally be one or more ids, such as contact_id=123. Example:

GetTooltipHint()

Returns: CRMScript.Global.String - The tooltip hint is either a text to be shown (after resource tag substitution), or a tooltip key to be given to the tooltip provider system in order to asynchronously retrieve the actual tooltip. Example:

SetDisplayValue(String)

Returns: CRMScript.Global.Void Example:

SetLinkHint(String)

Returns: CRMScript.Global.Void Example:

SetTooltipHint(String)

Returns: CRMScript.Global.Void Example: