Details Control

Learn how to define the contents of Details view.

You can define the contents of the Details view in the Details control. In addition, it is used as a fallback if no Edit control was defined.

As in Aurea CRM web fields are grouped in panels, see Panels.

If no child records are found on the device (i.e. the database on the device does not contain any records for an info area), CRM.pad automatically searches for data online.

Adding Panels to the Details Control

To add panels, e. g. to display a map click on the Add new Tab/Group button.

Adding an Image

You can add a field to display an image to the Details and Edit control.

To add an image:

  1. Add a field to store the image's document key and assign the Image field attribute.
  2. If you want to limit the display size of the image, you can define a maximum size with the following JSON syntax:

    {"previewWidth":"90","previewHeight":"120"

Defining Field Contents to be shown in the Details Header

You can define in the Details control that fields from the Details control are displayed in the header below the table caption, see Table Captions.

Assign OrganizerHeaderSubLabel as Function to the field(s) you want to display it in the header. You can also assign the Colspan field attribute, see Field Attributes.