Change Behaviour of 'Add' button for a table

I’d like to show the edit screen instead of the browse screen when I click on a table’s ‘Add’ button. How do I override the default behavior to show the browse screen?

1 Like

Hi,

I recommend using CreateAction instead of AddAction. You can read more about standard actions in the documentation.

Regards,
Gleb