How to pass account value to record producer when clicked on Create Case using case type selector?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
We have Create Case button in Account table. We allow user to create case from Account record by clicking on Create Case button which displays the Case Type Selector page that displays the record producers of all case types. When user selects any one record producer that has the account variable, it must auto populate the account from which Create Case was clicked. But it's not working. When we dont have any record producer and directly displays the sn_customerservice_case.do, it displays the account. How can we auto populate the account using record producer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
is this an OOTB declarative action or custom one?
share screenshots
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago - last edited 2 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
I couldn't find in my PDI
Any separate plugin to activate?
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
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 as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
