Slider for the Numeric, Currency and Percentage Fields

Add the interactive control in the form of a slider to the fields with the Number, Currency, and Percent types.

To enable this option, specify the following in the field description, refresh metadata archive (refer to CT Mobile Control Panel: Tools / CT Mobile Control Panel 2.0: Tools) and launch mixed synchronization:

  • min_value is the minimum available value for the field.

  • max_value is the maximum available value for the field.

  • step is the modification scale.

ctmobile.slider(min_value,max_value,step)
custom field slider

The setup is complete.

custom field slider app
``