Forum Discussion
LRS + Query String + Accessing Actor details
Hi,
Using LRS publishing, is there a way to access the actor's id and email within Storyline, if it has been set up to use query strings? I can't see an internal variable for these.
Do I need to resolve to parse the query string myself, using JS?
I'd like to welcome the user to the course, using their Actor name.
- JohnMorgan-c50cFormer Staff
Hi PJ,
Thanks for asking about this! I believe this is something that would be done using JavaScript. Our staff doesn't usually give JavaScript recommendations, but many people in our E-Learning Heroes community are well-versed in JavaScript. So I will leave you in their hands for any suggestions!
In the meantime, here is an article about LRS Support!
- AVT-DigitalCommunity Member
Sure thing, no worries, I can figure it out. It also seems that Storyline has a built-in function which returns all query strings:
window.globals.parseParams()