Hello,
I want to add an option in the context menu named more. In the incident list I achieve this but how to do inside a form.
As shown in the picture I want more after save option.
And also how to add menu inside configuration as shown in the i...
Hello,
Try this link 2nd point in this link might help you to create pop up and refer to another table.
https://servicenowguru.com/system-ui/glidedialogwindow-quickforms/
Let me know if this help.
Thanks
Hello Roxi,
You can do a script within the UI Policy
function onCondition() {
var grpName = '205fac11db606b04fe86fd641d9619ff'; //Group SysIDvar usrID = g_user.userID;var grp = new GlideRecord('sys_user_grmember');grp.addQuery('group', grpName);grp...
Hello Merle,
Check this thread that might help you
https://community.servicenow.com/community?id=community_question&sys_id=46e303e5dbd8dbc01dcaf3231f961956
Let me know if this works!!
Hello,
Check this thread here is BR written that helps you
https://community.servicenow.com/community?id=community_question&sys_id=a2904296dbff6b04200f0b55ca9619c2
Let me know if this works!!
Hi Sarika,
You can create a preview button using ui actions. And by clicking in preview button you can show a dialog box with the button submit and modify.
And for more info of dialog box you can refer this link
https://servicenowguru.com/system-ui/g...