Default value for logged in user not populating when the portal language is changed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 10:22 AM
Hi All,
I am facing an issue where we have a catalog item variable 'Requested for ' in which we are populating logged in user as default value using
javascript:gs.getUserID();
But when the language for the user is changed, this doesn't work and the variable is also not visible.
Anyhelp will be appreciated.
Thanks,
Nayan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 11:39 AM
Hello @nayanmule,
Is it happening to a specific catalog item?
Have you checked client scripts / UI policies?
Any errors in the Browser Console?
If you found this helpful, please hit the thumbs-up button and mark as correct. That helps others find their solutions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2025 04:01 AM
Yes, it is happening only with specific catalog item . Yes, I have checked client scripts & ui policies.
But didn't find any solid reason for the root cause.