Can we call a UI Page ,onChange of the state field?

Kethe Yamini
Tera Contributor
 
1 REPLY 1

Amitoj Wadhera
Kilo Sage

Hello @Kethe Yamini ,

 

Yes you can, here is the code:

 

var gdw = new GlideDialogWindow('UI_PAGE_NAME');
	gdw.setSize(750,300);
	gdw.setPreference('table_name', g_form.getTableName());
	gdw.render();

 

If you find my response helpful, please consider marking it as the 'Accepted Solution' and giving it a 'Helpful' rating. Your feedback not only supports the community but also encourages me to continue providing valuable assistance.

 

Regards,

Amitoj