How to call UI Script in UI Page

miyu
Tera Guru


Is there a way to call a UI Script in UI Page?

1 ACCEPTED SOLUTION

shyamkumar VK
Kilo Patron

Hi @miyu ,

if your UI script is not Global you need to use below Syntax to call UI script into UI page

<g:requires name="[ui script name].jsdbx" /> 

EX : <g:requires name="opengoogle.jsdbx" />

can you please try this and let me know if this helped or required any more information..

Please mark this as helpful and accept as a solution if this resolves your Ask.
Regards,

Shyamkumar

View solution in original post

2 REPLIES 2

shyamkumar VK
Kilo Patron

Hi @miyu ,

if your UI script is not Global you need to use below Syntax to call UI script into UI page

<g:requires name="[ui script name].jsdbx" /> 

EX : <g:requires name="opengoogle.jsdbx" />

can you please try this and let me know if this helped or required any more information..

Please mark this as helpful and accept as a solution if this resolves your Ask.
Regards,

Shyamkumar

Kartik Choudha1
Tera Guru

Hey,

 

check below for better understanding with example.

https://youtu.be/iW0Q3xSMzBY

 

Hope this helps!

Regards,

Kartik choudhary

This video helps you to understand that how we can call ui script from ui page when global checkbox is checked and when global checkbox is unchecked. In my previos video i have demonstrated that how we can call ui script from client script. You can refer that video if you are looking for it ...