Resolved! Make UI Action open a URL in a new tab in the browser.
I have a UI Action as a link on a form.When clicked, the UI Action should open a URL in a new tab in the browser.Seems like a simple thing, but I can't figure it out ...In many cases the Community suggests window.open(url, '_blank'); -> don't work be...
