Fields with Actions

Some fields provide special functions if configured in a tabular Details view. These functions are indicated by an icon displayed beside the field's value.

Tapping the value or the icon calls the function.

The following functions are supported:

  • Links to a parent info area display the media/image33.png icon. No additional configuration needed.
  • Phone fields display the media/image44.png icon, >> MakeCall. You need to define a Select-Function:

    {button:"MakeCall"}

  • E-Mail fields display the media/image34.png icon, >> Email. No additional configuration needed (except placeholders s. note below).
  • Website fields display the media/image32.png icon. No additional configuration needed.
  • For addresses you can configure the media/image45.png icon, >> OpenMapAddress. You need to define a Select-Function:

    {button:"OpenMapAddress"}

Note: Notes: For fields that call a URL it depends on the used browser, whether the website or map is opened in a new browser window or in a new tab.
Note: For fields defined as Hyperlink or E-Mail fields in the data model, you do not need to set the respective field attributes.
Note: If a special field is empty (e.g. no telephone number entered), the icon is not displayed.
Note: For fields/icons using MakeCall, Email and OpenMapAddress, make sure the <infoAreaId>:Placeholders Details control contains all necessary placeholders, >> Placeholders.