Comment
Jonathan Zur
Tera Contributor
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
01-03-2024
07:40 AM
Hi @syed_faheem ,
Thanks for sharing the great solution. two comments/improvements
- 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);
- 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