Record producer Variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2025 11:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2025 01:07 AM
you didn't set the Display=True on your dictionary for ERP Code
Then how did you say that it's not working.
Please mark that and then see
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
‎06-20-2025 01:18 AM
Hi @Ankur Bawiskar i did that but one it will impact other instance as well, is there any substitute method for this. And also when i did display to true it shows correctly but may impact entire instan
ce.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2025 01:25 AM
that's what I informed earlier, it would be a global change.
you can use variable attributes to show the other fields when user types in some value.
see how it's done by @J Siva
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
‎06-19-2025 11:57 PM
I believe the "Legal Name" field is currently set to display by default because its display value is set to True.
Based on the requirement, you have two options:
- Update the Display field in the reference table – This change will be applied globally across the instance.
- Add the following variable attribute to display both the legal name and the ERP supplier code.
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=legal_name;erp_code,ref_ac_columns_search=true
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2025 12:12 AM
Both didn't work in my case .