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.

Survey Definition and Assign Survey functionality.

Afsar2
Tera Contributor

Hi,

I am trying to customize the Assign Survey functionality on Survey Definition form.

I went into the UI action script and figured out the GlideDialogWindow() has been utilized for the popup.

However, I was not able to find "dialog_asr_user" in UI pages.

I basically need to understand how Survey Instaces are created based on this functionality.

Any suggestions will be helpful.

find_real_file.png   find_real_file.png

 

Thank you,

Afsar Sheikh

 

1 REPLY 1

Yevgeny Pletne1
Tera Expert

I know it's been a year, but I just faced the same problem. for anybody looking, I was able to get this UI Page sys_id by inspecting the from HTML element, and then going to sys_ui_page with that:

/sys_ui_page.do?sys_id=cd5f3130df32010068c37a0d3df263bc

 

apparently, it has the name of 'select_user_assessment', however still can be called with 'dialog_asr_user'. interesting, but beyond the point 🙂 

 

hope this helps!