FormRevision
WITH-entry.
Fields:
- Ref - a reference value identifying this object.
Fields:
- Self - a reference indicating this object itself.
- FormRef - refers to the Form this revision belongs to.
- Revision - the revision number.
- CreationDate - the date this object was last changed.
- CreatedByRef - refers to the user who created this object.
- Description - the description of this object.
- Errors - contains an error message if saving this object failed.
- IsCurrent - '1' if this is the current revision, '0' otherwise.
- IsAccepted - '1' if this is the accepted revision, '0' otherwise.
- IsPublished - '1' if this is the published revision, '0' otherwise.
- IsInDevelopment - '1' if this is the in-development revision, '0' otherwise.
- Limbo - '0' if this object is available, '1' if it is marked for deletion.
WITH-subentries:
- CreatedBy - the user who created this object.
- Form - the form this object is a revision of.
FORALL-subentries:
- Labels - labels held by this object.
- Characteristics - the characteristics of this object.
- ExportedBy - the ActionRuns representing the actions that exported this object.
- ImportedBy - the ActionRuns representing the actions that imported this object.
- UsedFields - the Fields used by this object.
- UsedFieldsets - the Field Sets used by this object.
- UsedViews - the Views used by this object.