- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2022 12:47 AM
When a case is created using a record producer, we want the name of the producer to be updated in one of the custom field on the case form.
Solved! Go to Solution.
- Labels:
-
Multiple Versions
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2022 12:19 AM
Hi,
you mentioned your custom field is reference to sc_cat_item_producer table
So you just had to use this and use correct field name
cat_item.sys_id -> gives sysId
current.u_customField = cat_item.sys_id;
Regards
Ankur
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-10-2022 02:34 AM
Hi,
What is the custom field type.
If it free text field you should hard code the name.
If it reference field you should hardcore the sys_id.
Regards,
Suresh.
Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2022 02:37 AM
Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2022 01:13 AM
Please have a look at ServiceNow Guru, there this topic is well described: https://servicenowguru.com/reporting/identify-servicenow-record-producer-create-record/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2022 01:29 AM
Hi Pavlo,
I had come across this article but as mentioned in the article this BR needs to be updated in every single RP's and the issue with us is that we have 150+ RP's.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2022 01:35 AM
Did you check my above response?
It should work fine
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader