ProductDevelopmentRelationships
Stores relationships between product development objects such as items, change orders, and other entities.
Columns
| Name | Type | Description |
| Id [KEY] | Long | Value that uniquely identifies the relationship. |
| CreatedBy | String | User who created the relationship. |
| ObjectVersionNumber | Int | Attribute value that represents the version number of the source object in the relationship. |
| CreationDate | Datetime | Date when the relationship was created. |
| LastUpdateDate | Datetime | Date when the relationship was updated. |
| LastUpdatedBy | String | User who most recently updated the relationship. |
| LastUpdateLogin | String | Login that the user used when updating the relationship. |
| RelatedObjectId | Long | Related object ID in the relationship. |
| RelatedObjectTypeCode | String | Object type code that identifies the related object type in the relationship. |
| RelatedObjectTypeValue | String | Object type value that identifies the related object type in the relationship. |
| RelatedObjectName | String | Name value of the related object in the relationship. |
| RelatedObjectDescription | String | Description value of the related object in the relationship. |
| RelatedObjectStatus | String | Status of the related object in the relationship. |
| RelatedObjectLatestFlag | Bool | Latest Revision indicator of the related object in the relationship. |
| RelatedObjectRevision | String | Revision of an item when the related object is ITEM. |
| RelatedObjectOrganizationCode | String | Organization code that identifies the related object organization in the relationship. |
| RelatedObjectSubTypeValue | String | Subtype of the related object in the relationship. |
| RelatedObjectPk1Value | Long | First primary key identifier of the related object in the relationship. |
| RelatedObjectPk2Value | Long | Second primary key identifier of the related object in the relationship. |
| ObjectId | Long | Source object ID in the relationship. |
| ObjectTypeCode | String | Object type code that identifies the source object type in the relationship. |
| ObjectTypeValue | String | Type of source object in the relationship. |
| TypeCode | String | Relationship type code of the relationship. |
| TypeValue | String | Relationship type value of the relationship. |
| ForwardRelationshipFlag | Bool | Indicates whether the relationship is from the context object to the related object. |
| DiscoverOnlyAccessFlag | Bool | Indicates whether the user has only the discover privilege on the related object. |
| ItemObjectType | String | Value that identifies the type of item object of the related object. |
| Finder | String | Finder attribute for the relationship. |