Is there any way, by which we can access the SPS data at run time
(say using Environment variables)?
Our requirement is:
In the Page viewer web part or any other web part, we want to set
its source URL with the name of the user attacjed to it.
for example:
http://<someurl>?user=<the actual logged user>
The <the actual logged user> part which we set in the GUI while
adding a new web part, should get replaced with actual user ID.
Can we do this??
Also, what are the other variales available?
Say, Roles of user, user's subscriptions etc..?