Identifiable Item
Summary
Almost all classes inherit some basic properties from a root class called IdentifiableItem.
An identifiable item is simply a thing that has an identity — i.e. something that has a primary key.
IdentifiableItems are never explicitly constructed. The class is used as a root class for other classes
Data Definitions
Data Type | Field Name | Rules | About |
---|---|---|---|
AttributeField | attributeField | Zero to Many | Refer to: Atttribute Field |
ExtensionField | extendedBy | Zero to Many | Refer to: Extension Field |
ExternalID | externalIdentity | Zero to Many | Refer to: External ID |
RecordedByUser | recordedBy | Zero to Many | Refer to: Recorded By User |
String | sourceSystemCode | Zero or One | Refer to: Source System |
String | sourceSystemID | Zero or One | Refer to: Source System |
String | uniqueText | Exactly One | A unique primary key for the item assigned by SyncHive. |