Skip to main content
Carrier object for DuplicateEntry.

Constructors

NSDuplicateEntry()

Initializes a new instance of the NSDuplicateEntry class.

Methods

GetEntryIdentifier()

Returns: CRMScript.Global.String - String identifier for entry. Typically used to identify an entry in an external system.

GetEntryName()

Returns: CRMScript.Global.String - Name of duplicate entry.

GetRuleDisplayName()

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

GetRuleName()

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

GetSoPrimaryKey()

Returns: CRMScript.Global.String - Identity of an entry in the SuperOffice database. Should be 0 for matches from external systems.

SetEntryIdentifier(String)

Returns: CRMScript.Global.Void

SetEntryName(String)

Returns: CRMScript.Global.Void

SetRuleDisplayName(String)

Returns: CRMScript.Global.Void

SetRuleName(String)

Returns: CRMScript.Global.Void

SetSoPrimaryKey(Integer)

Returns: CRMScript.Global.Void