Skip to main content
Information about a document template, i.e., a document that generally contains unresolved merge tags and that is used as the source for creating new documents.

Constructors

NSTemplateInfo()

Initializes a new instance of the NSTemplateInfo class.

Methods

GetDescription()

Returns: CRMScript.Global.String - Document description, shown as a tooltip or in some extended description area. Example:

GetExternalReference()

Returns: CRMScript.Global.String - Unique key that identifies the document so it can be retrieved. Example:

GetName()

Returns: CRMScript.Global.String - Name of the document, shown in lists etc to the user. Example:

GetPluginId()

Returns: CRMScript.Global.Integer - ID of plugin that stores this template, so it can be retrieved. Example:

SetDescription(String)

Returns: CRMScript.Global.Void Example:

SetExternalReference(String)

Returns: CRMScript.Global.Void Example:

SetName(String)

Returns: CRMScript.Global.Void Example:

SetPluginId(Integer)

Returns: CRMScript.Global.Void Example: