why do we get different right-click menu options?
the one that doesn’t allow to open in a new tab/page is a form but I’ve tested with other form pages that do allow to open new tab/window.
IFS Cloud 24R1

why do we get different right-click menu options?
the one that doesn’t allow to open in a new tab/page is a form but I’ve tested with other form pages that do allow to open new tab/window.
IFS Cloud 24R1
Anchor (<a>
) vs. JavaScript Navigation
<a href="..."
>) tag linking to another page.onclick
events) instead of a direct <a>
link.Form vs. Page Navigation
Single Page Application (SPA) Behavior
window.location.replace()
or history.pushState()
), which doesn’t allow opening in a new tab.Security & Restrictions
It seems to be related to the type of page, or the Entry Type (under Navigator Designer). Links are not available in IFS Cloud when the Entry Type is set to TREE.
I did verify this with other pagers, for example Part Cost History (Entry Type is PAGE, link works), Part Cost History Detail (Entry Type is TREE, link does not work).
Unsure if this behavior is what we should expect moving forward or IFS should apply a workaround/fix.
sometimes just because you click the RMB in different phase, maybe you can double click the progress of the window.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.