Header Swipe

You can define that the user can switch from one record to another by swiping to the left (previous record) or to the right (next record) in the details view header.

You can define, whether this option is enabled for all info areas or for some info areas only.

To enable the header swipe:

  • Globally:

    Set the View.RecordSwipeEnabledDefault Web Configuration parameter to true, see View.RecordSwipeEnabledDefault.

  • Only in some areas:
    • RecordListView action: Set the SwipeDetailRecords input argument (true|false), see RecordListView.
    • Legacy Form: Switch to the Legacy Forms area, add a form called RecordList and define the SwipeDetailRecords (true|false) in the Options column in JSON syntax:

      {"SwipeDetailRecords":"true"}

    • Related area panel, see CHILDREN_<S&L>.