ProductDevelopmentRelationshipsrelationshipRules
Contains workflow rules for product development relationships, defining source and destination status transitions.
Columns
| Name | Type | Description |
| ProductDevelopmentRelationshipsId [KEY] | Long | Find product development object relationships by the relationship ID. |
| RelationshipRuleId [KEY] | Long | Relationship rule ID of the relationship rule. |
| RelationshipId | Long | Relationship ID of the relationship. |
| SourceObjectType | String | Object type code that identifies the source object type in the relationship rule. |
| SourceObjectId | Long | Source object ID in the relationship rule. |
| SourceObjectNumber | String | Number that identifies the source object in the relationship rule. |
| SourceObjectStatusCode | Long | Source object workflow status code defined in the relationship rule. |
| SourceRuleStatus | String | Source object workflow status defined in the relationship rule. |
| DestinationObjectType | String | Object type code that identifies the destination object type in the relationship rule. |
| DestinationObjectId | Long | Destination object ID of the relationship rule. |
| DestinationObjectNumber | String | Number that identifies the destination object in the relationship rule. |
| DestinationObjectStatusCode | Long | Destination object workflow status code defined in the relationship rule. |
| DestinationRuleStatus | String | Destination object workflow status defined in the relationship rule. |
| CreatedBy | String | User who created the relationship rule. |
| CreationDate | Datetime | Date when the relationship rule was created. |
| LastUpdatedBy | String | User who most recently updated the relationship rule. |
| LastUpdateDate | Datetime | Date when the relationship rule was updated. |
| LastUpdateLogin | String | Login that the user used when updating the relationship rule. |
| Finder | String | Finder attribute for the relationship rule. |
| Id | Long | Identifier of the relationship rule. |
| ObjectId | Long | Object identifier. |
| ObjectTypeCode | String | Object type code. |
| RelatedObjectTypeCode | String | Related object type code. |
| TypeCode | String | Type code. |