Retrieves the HTML element associated with a field.
Identifier to look up field. Normally field name or artifact id
It returns a promise that resolves to the HTML element of the field and resolves to null if the get operation does not succeed.
Retrieves field value by identifier
Identifier to look up field. Normally field name or artifact id
Object representing value of field. Different for each field type
Sets the indicators of fieldIds to the desired state
Array of fieldIds on the layout
Desired state of fields
Sets the value of a given field.
Identifier to look up field. Normally field name or artifact id
Value to set field to. Different for each field type
valueToSet if set properly, null if set does not succeed
Api for accessing and modifying fields