- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2023 01:17 AM
Hi Team ,
I have created a variable get Price button in catalog item and when we click on get price button am collecting field values in client script but am enable to pass the values to processing script as below ...so I can call the script include from process script and string to return to client script and set values to catalog item
Please guide me with correct syntax
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2023 02:35 AM
@String ,
I believe processing script works when a form gets submitted, for your scenario best possible way is you can make
GlideAjax call directly in the client script and perform server side operations and return the data and set data using g_form library.
If my answer solved your issue, please mark my answer as ✅Correct & 👍Helpful based on the Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2023 02:35 AM
@String ,
I believe processing script works when a form gets submitted, for your scenario best possible way is you can make
GlideAjax call directly in the client script and perform server side operations and return the data and set data using g_form library.
If my answer solved your issue, please mark my answer as ✅Correct & 👍Helpful based on the Impact.