Opening different screens by one action button

One screen provides list of items. Using action button opens detail screen for selected item. Now there is a request to open different screens according to the value of certain field. How can I achieve such functionality?

In order to open different screen using a single action button depending on the data you can use a simple trick: Create different buttons with the same title but with different rules. By switching a record the buttons will switch depending on the data in the record. For the user it will look like a single button but actually it will be a different button with the same title.

1 Like