Hi all,
I want to open from a custom link a certain view within the system. I use the following code as found on MSDN:
var url = context.getClientUrl() +
"/main.aspx?etn=" + entityName + "&pagetype=entitylist&viewid=%7b" + viewId + "%7d&viewtype=1039";
window.open(url);
This code works fine but the view is shown without navigation bar on top which is not what we want. How can I open the page with the navigation bar?
Thanks in advance.
Robin
*This post is locked for comments
I have the same question (0)