MembersDetailObjects
Represents properties for detail objects within the workflow, including data type, document object name, details object name, field name, and a modification status flag.
Properties
| Name | Description |
|---|---|
| DetailsObjectName | The name of the detail object within the workflow. |
| FieldName | The field name within the detail object. |
| DataType | The data type of the detail object field. |
| DocumentObjectName | The name of the document object associated with the detail. |
| IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |