Advance reference qualifier is not working in the self service portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2023 02:44 PM
Good day!
I have a reference field to show the user's phone device(s).
I have a very simple reference qualifier that is not working in the portal but it works in the core UI.
Could someone pls check if I am missing something?
Thanks in advance.
Regards,
Jocelyn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2023 03:11 PM - edited 07-19-2023 03:12 PM
try removing last part ^EQ , and test again.
Also check if you have assigned_to field on u_telecom table, becuase as per this configuration variable 'select the device' reference will show only those devices where assigned_to is present with that specific sys_id.
If you want to show devices of logged in user and assigned_to field is present on u_telecom table then you can use following:
javascript:'assigned_to='+gs.getUserID();
Regards,Sushant Malsure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2023 05:11 PM
Hi Sushant,
Thanks for your response. I tried and it did not work:
But in core UI, it works:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2023 05:15 PM
@JLeong ..
Regards,Sushant Malsure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2023 05:30 PM
It did not work 😞