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…
Continue Reading Robin De Bondt’s Article on their blog
Open View with navigation bar
Blog Syndicated with Robin De Bondt’s Permission