Skip to main content
Carrier object for DuplicateRule.

Constructors

NSDuplicateRule()

Initializes a new instance of the NSDuplicateRule class.

Methods

GetDisplayName()

Returns: CRMScript.Global.String - Short name of rule to display to user.

GetDisplayTooltip()

Returns: CRMScript.Global.String - Description of the rule.

GetIsActive()

Returns: CRMScript.Global.Bool - Indicating if a rule is current active, and should included in the duplicate detection.

GetName()

Returns: CRMScript.Global.String - Identifying name for rule.

SetDisplayName(String)

Returns: CRMScript.Global.Void

SetDisplayTooltip(String)

Returns: CRMScript.Global.Void

SetIsActive(Bool)

Returns: CRMScript.Global.Void

SetName(String)

Returns: CRMScript.Global.Void