- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2024 06:36 AM
i want that data stored in one variable of on change client script of certian field can be accessed in on change client script of other.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2024 06:51 AM
@nikhil142057806 Use g_scratchpad.<variable name>for accessing global variables across client scripts. The "g_scratchpad" object works fine on a regular form like incident and on Service portal but it doesn't work on Service Catalog Form.
Please mark the response helpful and correct if it manages to address your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2024 06:51 AM
@nikhil142057806 Use g_scratchpad.<variable name>for accessing global variables across client scripts. The "g_scratchpad" object works fine on a regular form like incident and on Service portal but it doesn't work on Service Catalog Form.
Please mark the response helpful and correct if it manages to address your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2024 01:14 AM
Thanks for the solution, It is working perfectly