Skip to main content

Constructors

NSReplyTemplate()

Initializes a new instance of the NSReplyTemplate class.

Methods

GetDescription()

Returns: CRMScript.Global.String - The description for this reply template. Example:

GetFolderId()

Returns: CRMScript.Global.Integer - The ID of the folder in which this reply template is located. NULL or -1 if this is a top-level reply template. Example:

GetName()

Returns: CRMScript.Global.String - The name for this reply template. Example:

GetReplyTemplateId()

Returns: CRMScript.Global.Integer - The primary key (auto-incremented). Example:

SetDescription(String)

Returns: CRMScript.Global.Void Example:

SetFolderId(Integer)

Returns: CRMScript.Global.Void Example:

SetName(String)

Returns: CRMScript.Global.Void Example:

SetReplyTemplateId(Integer)

Returns: CRMScript.Global.Void Example: