These docs are for v20.3.44. Click to read the latest docs for v20.3.186.

Discussions

Ask a Question
Back to All

SiteMap -> URL Parameters? Current Logged in User ID

Hello,

I have developed a Client Based iPart and have (finally) managed to get it to upload and deploy within our RiSE site.

The last step I really need to do is 'configure' the URL parameter so that the Client Based iPart can use the ID.

If I manually type the ID=SOMEIDHERE everything works fine.

I've gone into sitemaps and tried to configure the URL Parameter (much like we do in IQA) and have set it to:

?ID="@LoggedInUser"
have also tried
?ID=@LoggedInUser

I'm aware the above may not be the actual ID (and could return their name or something), but I want to atleast get a parameter being passed to the URL before searching for the correct parameter to send.

Does anyone know how to actually pass the current user ID so my iPart can grab it?

Thanks!