We are running some pages in NAV - rolecenter activity pages in particular - embedded in a SharePoint site.
In that case the CLIENTTYPE in NAV is 'Web', but I need to know the difference between the normal NAV webclient and the (embedded) client from NAV, because I need to hide a specific field in the normal Web client, that must be visible on the SharePoint Client.
It is not an option to create a copy of the page because Personalisation done on the page needs to be the same on all available clients (Windows/Web/Phone/SharePoint)
Any ideas?
Jan Veenendaal
0
Answers
Probably something to try. Let me know if this works or not.
Carsten
==> How To Ask Questions The Smart Way
This post is my own opinion and does not necessarily reflect the opinion or view of my employer.
I will get back to you soon I hope.
-- BACK ALREADY --
It works like a charm! The filter is already available in the OnOpenPage trigger, so I do not need to use a group.
Bummer is that now I would like to use the OnOpenPageEvent event to check the filter - but that event fires AFTER the OnOpenPage trigger executes. And the trigger does a RESET - killing my filter.
So for now I will just modify the trigger and hope for an 'OnBeforeOnOpenPage' event....