Skip to main content
vaishals
January 3, 2023
Question

Open interface in new tab

  • January 3, 2023
  • 4 replies
  • 0 views

Hi All,

I have an interface A and inside this interface i have provided a dynamic link so that when user click on the link interface A will be hidden and Interface B will be showing up. Is there any way to display the interface B in new tab rather than flipping the interface? Thanks in advance

4 replies

harshitb6843
January 3, 2023

To do that, you will have to map that interface in a process model and then use the process start link instead of the dynamic link.

January 3, 2023

Hello! As of my knowledge, dynamic link will not perform that. you can use a a!safeLink() function and configure the parameter openlinkIn as new tab but this is preferred for external links. Instead you can also configure a process model and use in the a!startprocesslink() which will do the same.

vaishals
vaishalsAuthor
January 3, 2023

Thankyou for the suggestion. FYI both interface are used in record summary and second interface are just for read only purpose, so in this case  am wondering startprocesslink() is recommended or not since user only need to see the second interface in new tab.

January 3, 2023

Save the second interface as start page for record action and when you click on that record action button which display style is set as "LINKS" and openAction in "DIALOG" or "NEW_TAB".