- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2022 11:40 AM
Good afternoon people!
I have a question, I'm trying to send information through an integration.
The information is in the sc_req_item table, and I need to send the field "Item(cat_item)".
However, when sending, the Sys ID arrives, I would like the name to be sent, how should I do it?
In my Script Include code I did this:
obj.item = registro.getValue('cat_item');
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2022 11:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2022 11:43 AM
try this
registro.getDisplayValue('cat_item');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2022 12:19 PM
It works!
Thank you my friend!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2022 12:22 PM
You are welcome!!!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2022 12:00 PM
Hello @Guilherme Cai_a ,
As @Harshad Wagh suggested the method "getDisplayValue('name')", You can utilise it, but it is strongly advised to use the onChange client script with the GlideAjax method in order to obtain the display value.
Mark it as helpful or correct, If Applicable
Cheers..!
Happy Learning:)
Tushar
Cheers..!
Happy Learning:)
Tushar