RelatedDataOutput
Field | Type | Description |
---|---|---|
isSuccess | Boolean | Indicates if the related record was processed successfully. |
isCreated | Boolean | true if a new related record was created; false if an existing was updated. |
errorMessage | String | Error message for the related record, if any. |
objectId | String | ID of the related record. |
objectData | Map<String, String> | Field values of the related record. |
relatedList | List<RelatedDataOutput> | Further nested related records (if any). |
Updated 27 days ago