How to prompt message in SOW

Alon Grod
Tera Expert

image.jpg

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.

2 REPLIES 2

M Ismail
Tera Guru

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

Manoj89
Giga Sage

Hi,

 

Every record page has this modal added by default, you have to call that modal

 

Manoj89_0-1709478817802.png

 

Whereas every modals related to the record page are setup in this page "Record page modals"

Manoj89_1-1709478990270.png

 

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...