Comment
Jonathan Zur
Tera Contributor

Hi @syed_faheem  ,

 

Thanks for sharing the great solution. two comments/improvements

 

  1. If you want the url to be opened in a new tab, need to change the top.window.location = url; in the UI script to top.window.open(url);
  2. to allow an external user (for example wm_ext_manager in the contractor portal) to run this action, need to add this role to the read ACL of the sys_user_preference table