Reference Icon Not Visible On UI Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2024 02:05 PM
Hello All,
I have created an UI Page which opens in a new tab once clicked on UI Action button. And this page contains a reference field whose reference icon not visible.
Please find the attached screenshots and guide me so that i can see all the records available in the referenced table.
Warm Regards,
Rakesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2024 03:21 AM
Hi @Rakesh116
Please check this OOTB
On problem record:
When moving prb to assess state
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2024 03:34 AM
Hello Atul,
Thanks for your response 🙂
But i see UI Pop up is opened on the same tab of the problem record, i have the issue when i'm trying to open the similar pop up in a new tab.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2024 04:54 AM
Oppp, then may be some browser issue mate. and these kind of issue really tough to trouble shoot some time 😞
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2024 03:45 AM
code working for me. Can you check again.
<?xml version="1.0" encoding="utf-8" ?>
<j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null">
<div class="form-inline">
<div class="form-group">
<label class="reference-label" >Service Offering</label>
<g:ui_reference name="service_sysid" table="service_offering" />
</div>
</div>
<input type="button" onclick="onSubmit()" value="submit"></input>
</j:jelly>