How to avoid DOM manipulation in UI action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2024 06:26 AM
Hi Team,
For the below code am getting DOM manipulation warning in update set scanning.
Am trying to call a view via the glideDialogForm, is there any alternations can be done for fixing the dom manipulation error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2024 06:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2024 06:47 AM
Use case:-
"On Hold" Ui action needs to be present for In progress incidents and once the on hold ui action is clicked a popup should come, which will ask the users to provide on hold reason, due date and few fields according to the selection of on hold reason(eg:- if on hold reason is awaiting change then change request field should be visible).
For achieving this i created a on_hold view and am calling that view inside the Ui action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2024 06:54 AM
Hi @Roshini ,
If the fields are not too many then u can go with GlideDialogWindow where u can call a UI page & have the fields created over der.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2024 06:55 AM
@Roshini ,
Try this
https://servicenowguru.com/system-ui/glidedialogwindow-advanced-popups-ui-pages/
Thanks,
Danish