- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2023 02:06 PM - edited 09-14-2023 02:40 PM
Hello,
question on cascading variables on an order guide, right now I have:
Role = variable in order guide (reference to a table thats being autopopulated)
Role= catalog item variable in order guide (single text field)
both have exactly the same name
right now, instead of the name of the role, it is displaying the sys_id on here per screenshot below.
does anyone know I can display the name of the role or maybe another way of implementing this, thank you any feedback is appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2023 05:05 PM
Hi @HenryD
As its reference field on order guide, it will store 'sys_id' of that record and it will pass it to catalog item.
And on catalog item 'Role' variable is single line text and sys_id coming from order guide will be set.
If possible make Role variable on catalog item as reference field then it will work as expected.
ServiceNow Developer
I know one thing, and that is that I know nothing.
- Socrates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2023 05:05 PM
Hi @HenryD
As its reference field on order guide, it will store 'sys_id' of that record and it will pass it to catalog item.
And on catalog item 'Role' variable is single line text and sys_id coming from order guide will be set.
If possible make Role variable on catalog item as reference field then it will work as expected.
ServiceNow Developer
I know one thing, and that is that I know nothing.
- Socrates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2023 08:51 PM
@Vishal Birajdar yes sir, worked like a charm, thank you so much