Hello, I'm trying to build an app within APEX and got stuck on a problem.
Is it possible to create a new tab in the tab container dynamically? Specifically a user is able to push a button and the button would create a tab on the container based on a default tab(1st tab is created through the Page Designer and will be the basis for all new tabs).
Tried using Javascript for the dynamic action but it only creates the region on top of the default tab and no new tabs are added to the selection.