Properties describing a task to create on recipients of a mail merge.
Constructors
NSMailMergeTask()
Initializes a new instance of the NSMailMergeTask class.
Methods
GetCompleted()
Returns: CRMScript.Global.Integer - Completed status for task.
Example:
GetDescription()
Returns: CRMScript.Global.String - Text describing task.
Example:
GetDuration()
Returns: CRMScript.Global.Integer - Duration of task.
Example:
GetOwnerAssociateId()
Returns: CRMScript.Global.Integer - Associate identity of who should be set as owner of the task.
If value is 0, the recipient owner(our contact) will be used.
Example:
GetPriorityId()
Returns: CRMScript.Global.Integer - Priority of task.
Example:
GetProjectId()
Returns: CRMScript.Global.Integer - Project identity to set on task.
Example:
GetSaleId()
Returns: CRMScript.Global.Integer - Sale identity to set on task.
Example:
GetSingleEntryOnEachCompany()
Returns: CRMScript.Global.Bool - Should we only create one task on each company? If false, separate tasks will be created for all persons from the same company.
Example:
GetStartDate()
Returns: CRMScript.Global.DateTime - When the task should start.
Example:
GetTypeId()
Returns: CRMScript.Global.Integer - Type identity to set on task.
Example:
GetVisibleFor()
Returns: CRMScript.NetServer.NSVisibleFor - Who the task should be visible for.
Example:
SetCompleted(Integer)
Returns: CRMScript.Global.Void
Example:
SetDescription(String)
Returns: CRMScript.Global.Void
Example:
SetDuration(Integer)
Returns: CRMScript.Global.Void
Example:
SetOwnerAssociateId(Integer)
Returns: CRMScript.Global.Void
If value is 0, the recipient owner(our contact) will be used.
Example:
SetPriorityId(Integer)
Returns: CRMScript.Global.Void
Example:
SetProjectId(Integer)
Returns: CRMScript.Global.Void
Example:
SetSaleId(Integer)
Returns: CRMScript.Global.Void
Example:
SetSingleEntryOnEachCompany(Bool)
Returns: CRMScript.Global.Void
Example:
SetStartDate(DateTime)
Returns: CRMScript.Global.Void
Example:
SetTypeId(Integer)
Returns: CRMScript.Global.Void
Example:
SetVisibleFor(NSVisibleFor)
Returns: CRMScript.Global.Void
Example: