- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-13-2022 05:49 AM
Can Someone help me how to add the gs.getSession().getLanguage() for the existing javascript (javascript: "name=item_option_new^element=ctms_subcategory^dependent_value=" + current.variables.request_type).
Please find the attached screenshot for your reference.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-13-2022 09:21 AM
Hi NagaNandini,
Not sure if you are asking how to add gs.getSession().getLanguage() to the reference qualifier......
javascript: "name=item_option_new^element=ctms_subcategory^dependent_value=" + current.variables.request_type + "^VARIABLE_NAME=" + gs.getSession().getLanguage()
In place of VARIABLE_NAME use the variable you want.
Please mark my answer as Helpful / Correct if my response resolves your issue.
Regards,
Vamsi S

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-13-2022 09:21 AM
Hi NagaNandini,
Not sure if you are asking how to add gs.getSession().getLanguage() to the reference qualifier......
javascript: "name=item_option_new^element=ctms_subcategory^dependent_value=" + current.variables.request_type + "^VARIABLE_NAME=" + gs.getSession().getLanguage()
In place of VARIABLE_NAME use the variable you want.
Please mark my answer as Helpful / Correct if my response resolves your issue.
Regards,
Vamsi S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2022 02:02 AM
Thank you for your response.