How to prompt message in SOW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2024 12:10 AM
Hi,
im trying to create UI Action on the incident table in SOW, when the user click, he will see a prompt window and he will be able to choose multiple groups from the sys_user_group table and it will populate a List type field on the incident table.
I was able to do it with a regular reference field but i want that the user will be able to choose multiple group at once.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2024 12:33 AM
Hi @Alon Grod ,
Check this
https://www.servicenow.com/community/itsm-forum/type-list-in-ui-page-instead-of-reference-field/m-p/...
Please hit helpful and accept this if it solve your problem.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2024 07:18 AM
Hi,
Every record page has this modal added by default, you have to call that modal
Whereas every modals related to the record page are setup in this page "Record page modals"
This article will give you an overview of how to create a form action for workspace and setup payload: https://www.servicenow.com/community/developer-forum/workspace-ui-builder-add-action-modal-related-l...