Class NSDuplicateEntry
Carrier object for DuplicateEntry.
Syntax
Constructors
NSDuplicateEntry()
Initializes a new instance of the NSDuplicateEntry class.
Declaration
NSDuplicateEntry
Methods
GetEntryIdentifier()
Carrier object for DuplicateEntry.
Declaration
String GetEntryIdentifier()
Returns
Type | Description |
---|---|
String | String identifier for entry. Typically used to identify an entry in an external system. |
GetEntryName()
Carrier object for DuplicateEntry.
Declaration
String GetEntryName()
Returns
Type | Description |
---|---|
String | Name of duplicate entry. |
GetRuleDisplayName()
Carrier object for DuplicateEntry.
Declaration
String GetRuleDisplayName()
Returns
Type | Description |
---|---|
String | Short name of rule to display to user. |
GetRuleName()
Carrier object for DuplicateEntry.
Declaration
String GetRuleName()
Returns
Type | Description |
---|---|
String | Identifying name for rule. |
GetSoPrimaryKey()
Carrier object for DuplicateEntry.
Declaration
String GetSoPrimaryKey()
Returns
Type | Description |
---|---|
String | Identity of an entry in the SuperOffice database. Should be 0 for matches from external systems. |
SetEntryIdentifier(String)
Carrier object for DuplicateEntry.
Declaration
Void SetEntryIdentifier(String id)
Parameters
Type | Name | Description |
---|---|---|
String | id | String identifier for entry. Typically used to identify an entry in an external system. |
Returns
Type | Description |
---|---|
Void |
SetEntryName(String)
Carrier object for DuplicateEntry.
Declaration
Void SetEntryName(String name)
Parameters
Type | Name | Description |
---|---|---|
String | name | Name of duplicate entry. |
Returns
Type | Description |
---|---|
Void |
SetRuleDisplayName(String)
Carrier object for DuplicateEntry.
Declaration
Void SetRuleDisplayName(String displayName)
Parameters
Type | Name | Description |
---|---|---|
String | displayName | Short name of rule to display to user. |
Returns
Type | Description |
---|---|
Void |
SetRuleName(String)
Carrier object for DuplicateEntry.
Declaration
Void SetRuleName(String name)
Parameters
Type | Name | Description |
---|---|---|
String | name | Identifying name for rule. |
Returns
Type | Description |
---|---|
Void |
SetSoPrimaryKey(Integer)
Carrier object for DuplicateEntry.
Declaration
Void SetSoPrimaryKey(Integer key)
Parameters
Type | Name | Description |
---|---|---|
Integer | key | Identity of an entry in the SuperOffice database. Should be 0 for matches from external systems. |
Returns
Type | Description |
---|---|
Void |