FieldCapturePoint
Object: FieldCapturePoint
Section titled “Object: FieldCapturePoint”A point in the status flow where a field should be captured.
Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
required* | Boolean! | Whether the field is required or not. If false, the field can be null or omitted. If true, the field must be supplied when updating, or the status change will be rejected. |
position* | FieldPosition! | What position on the status this field should be captured at. For Submitted, Completed and the exception statuses, it must be the entering position. For approved, it must be the exiting position. |
status* | Status! | The status this capture point is on. |
field* | Field! | The field this capture point captures. |