How to call catalog item variable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2020 09:56 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2020 10:41 AM
Hi
catalog item variables can be accessed in server script using
current.variables.variable_name;
Kindly mark the comment as a correct answer and also helpful if this answers your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2020 11:07 AM
Could you explain the question a bit more? Not sure what you are asking.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2020 11:08 AM
Hi,
If you want variable to be used in Catalog Client Script you can use same as we use fields
For example : g_form.setValue('pass variable name here', 'pass value here')
For more information you can refer:
And to use variables in other service side scripts
current.variables.variable_name.
Please let me know if you need anything more on this.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2025 04:21 AM
it's perfect