Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

On submit client script

JayaSreeSI
Giga Contributor

Hi We have requirement that is on startwork ui action but they doesn't want to touch that oob ui action so they want me work on onsubmit client script that is Whenever the case changes from ready to in progress state by clicking on start work the Sla will stop but here they need a dialog box to populate to enter mandatory work notes when the user is clicking on start work before the state changes to work in progress that dialog box should pop up and user should enter worknotes and it should map to worknotes field for this i have created a ui page but the glidedialogwindow not appearing on hr case 

4 REPLIES 4

Ankur Bawiskar
Tera Patron

@JayaSreeSI 

is this for native or workspace?

why not use onChange client script?

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 10x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

For both native and workspace

Tanushree Maiti
Tera Sage

HI @JayaSreeSI 

 

Follow this link and step by step , perform it as per your requirement.

 

https://davidmac.pro/posts/2022-02-08-glidemodal/

 

Also you can refer:

https://www.servicenow.com/community/itsm-articles/how-to-open-a-ui-page-in-a-popup-window-glidemoda...

 

Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:

yashkamde
Kilo Sage

Hello @JayaSreeSI ,

 

check the scope bcz if the scope are different of UI Page and client Script (where you are using glidedialogwindow) ui page will not populate..
If different scope configure new glidedialogwindow and then check !

If my response helped mark as helpful and accept the solution.