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