You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

Field type

Field type defines a template for a field that can be placed on a page. This makes it easier for business engineers to organize and work with fields that share common presentation styles, data types or other field related properties.

For example, if one project requires multiple fields to have the same presentation styles then a field type can be created where those presentation styles can be defined. Afterwards the fields can be just assigned that type and so they will automatically inherit the presentation styles (rather than specifying the presentation styles individually for every field).

Properties

PropertyDescription
OutputThe type of data that will be displayed when the field is placed on a page
Data typeIf the selected Output type is attribute; the data type of the output attribute
PreconditionIndicates whether the "Precondition" property can be edited when the field is placed on a page
ReadonlyIndicates whether the "Readonly" property is available for edit when the field is placed on a page 
RequiredIndicates whether the "Required" property is available for when the field is placed on a page
RefreshIndicates whether the "Refresh" property is available for edit when the field is placed on a page
LengthIndicates whether the "Length" property is available for edit when the field is placed on a page
Presentation stylesDefines the list of available Presentation Styles that can be selected when the field is placed on a page
ParametersDefines the list of available Parameters that can be selected when the field is placed on a page
  • No labels