PolymorphicColumnsRelationships
Lists polymorphic fields and their possible object references, enabling flexible relationships.
Columns
| Name | Type | Description |
| TableName | String | The name of the Salesforce object (table) containing the polymorphic relationship. |
| ColumnName | String | The name of the polymorphic field, which can reference more than one object type. |
| SalesforceType | String | The Salesforce data type associated with the polymorphic field. |
| PrimaryKeyName | String | The primary key field of the current table that uniquely identifies each record. |
| RelationshipName | String | The name used by Salesforce to define the relationship between the polymorphic field and related objects. |
| ReferencedTableName | String | The name of the Salesforce object that the polymorphic field may reference. |
| ReferencedColumnName | String | The name of the column in the referenced object that the polymorphic field points to. |
| ForeignKeyName | String | The name of the foreign key constraint that defines the polymorphic relationship. |