Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Reference Icon Not Visible On UI Page

Rakesh116
Tera Contributor

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

5 REPLIES 5

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Rakesh116 

 

Please check this OOTB 

 

On problem record:

LearnNGrowAtul_0-1707132056818.png

 

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]

****************************************************************************************************************

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.

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]

****************************************************************************************************************

Pranesh072
Mega Sage

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>

 

Pranesh072_0-1707133498731.png