- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2023 12:52 AM
Hi all,
On the record there exist field: model. Which when i set from script doesnt display the value and shows empty record . But when i try to see model's value, it has sysid .I tried checking the display value and dictionary override, no issue from that front.
Any leads?
Regards
Twinkle
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2023 03:02 AM
Just solved it.
It was not taking the right sys_id which should belong to the cmdb_model table.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2023 12:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2023 01:04 AM
Hi Mohith,
Field which is set to display true is display_name and it has value in it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2023 12:57 AM
Hello @Twinkle S
You should use :-
alert(g_form.getDisplayValue('model'))
Plz Mark my Solution as Accept and Give me thumbs up, if you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2023 03:02 AM
Just solved it.
It was not taking the right sys_id which should belong to the cmdb_model table.
Thank you