Field
WITH-entry.
A Field object only contains name and description and is defined in a Field Set. It is connected to a Field Set Revision by a FieldAssignment, which also holds an optional default value.
Parameters:
- Ref - a reference value identifying the object.
Fields:
- Self - a reference value referring to the object itself.
- Name - the name of the object.
- Description - the description of the object (currently not used)
- DefinedInFieldsetRef - a reference value indicating the Field Set this field belongs to.
- Limbo - '0' if the object is available, '1' if it is marked for deletion.
WITH-subentries:
- DefinedInFieldset - the Field Set to which this field belongs.
FORALL-subentries:
- ExportedBy - the ActionRuns representing the actions that exported this object.
- ImportedBy - the ActionRuns representing the actions that imported this object.
- FieldAssignments - link a Field to a Field Set revision and assign an default value.
- UsingFormRevisions - Form revisions using this field.
- UsingModelRevisions - Model revisions using this field.
- UsingTextblockRevisions - Text Block revisions using this field.