Survey Definition and Assign Survey functionality.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2022 03:49 AM
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.
Thank you,
Afsar Sheikh
- Labels:
-
Survey Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2023 05:47 AM
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!