- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Gigi,
One possible solution.
You can create an option and store the internal name of web app there and fetch it in webapp using the following code.
var intName = getOption('optionInternalName');
ctx.vars.webappInternalName = intName;
Thanks,
Deb