So, I am trying to create a landing page for a specific user where I only want him to have access to his smart view workspace no access to classic view.
How to do this using perspective manager?
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
in the Configure Smart View there is a global flag that says the user should see the Classic or not . If you know Oscript or request OT to make it customizable for a group of users perhaps this can be easily done.
Otherwise the theory you have to operate using some logic is like this
http(s)://serveraddress/livelinkvirtualdirectory/livelink.exe or unix script or what not
well all smartUI entry points are ending in /app so
whatever classicURL/app is smart…
so in theory depending on what you do in your perspective code you can put the URL's ending in app somewhat.
another low tech idea if your webserver is IIS install URLrewrite so anytime the pattern detects /livelink.exe? rewrite it to correct smartui pattern.
BTW URL rewrite came from apache/tomcat people so if you are running it on that you have it already…