- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 05:21 PM
Hi there,
Can anyone help with the code?
I am trying to Orientation Location which is reference field to cmn
_location table.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 06:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 05:56 PM
Thanks @Bert_c1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 05:56 PM - edited 10-15-2024 05:57 PM
@Simran321 you can directly set it. i don't think you need GlideRecord something like below
if u_orientation_location is reference field
current.u_orientation_location = "sys_id_of_remote";
if u_orientation_location is string field
current.u_orientation_location = "remote";
Please mark my answer correct and helpful if this works for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 05:58 PM
@Gangadhar Ravi - I tried that but it did not work.