Returns the client field properties that are associated with the calling control.
{string} Field name to get client field properties for.
Configured client field properties.
Returns the field restrictions that are associated with the calling control.
{string} Field name to get restrictions for.
Applied field restrictions.
Returns the value of the supplied field. This works only with fields for the current object with which the control is associated. For example, if the control is on a parent object, you cannot get a child's field.
{string} Field name.
Returns the formatted value of the supplied field. This works only with fields for the current object with which the control is associated.
{string} Field name.
A promise that resolves to the formatted field value, or undefined if the field is not found.
Sets the value of the supplied field. This works only with fields for the current object with which the control is associated. For example, if the control is on a parent object, you cannot set a child's field.
{FieldTypeToValue
{string} Field name.
API methods related to object fields associated with a page.