SetRelationship
Updates or establishes relationship columns for records in Sage Intacct, enforcing data integrity.
Input
| Name | Type | Description |
| TableName | String | The name of the table containing the relationship column to be set. |
| Id | String | The unique identifier (ID) of the record to which the relationship is being applied. |
| RelationshipColumn | String | The name of the relationship column that defines the link between records. |
| RelationshipValue | String | The value to be assigned to the relationship column, establishing the relationship between the records. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the relationship was successfully set or if the operation failed. |