- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2025 03:38 AM
I have an UI action on the account form called "Create Case".
When clicking on it it should show case type interceptor and
after selecting the case type it should populate the account value from that Account record ?
How can we achieve this?
I see that we have these things in CSM Workspace. How to do it in platform view?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2025 04:19 AM
you can store the account sysId in session variable and then use onLoad client script on Case form to get that session variable and set that field
check this
How to use session variable in service now
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2025 03:55 AM
so what did you start with and where are you stuck?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2025 04:01 AM
I have this UI action on the Account form and I am able to open the interceptor. But I don't know how to pass the Account Name to the target Case type form (after when the user selects the case type).
The Account name should be auto-populated on the Form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2025 04:19 AM
you can store the account sysId in session variable and then use onLoad client script on Case form to get that session variable and set that field
check this
How to use session variable in service now
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2025 04:50 AM
Is there Any other way around other than session variables or g_scratchpad?