Resolved! Update set
Hi community, I am working on a story where I have created portal pages , widgets everything. Now I need to capture it into a update set to move it on another instance. How we can capture portal pages in a update set ?
Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!
Hi community, I am working on a story where I have created portal pages , widgets everything. Now I need to capture it into a update set to move it on another instance. How we can capture portal pages in a update set ?
Hi, How to open the Mobile camera to take pictures in service portal , can anyone help me in this Regards, Sasidhar.
Hi everyone. Can you please help me on this one? I created an email notification wherein the Employee's People Lead can choose between "Yes" or "No". What happened was when I click the "Click here for Yes" it was working fine and I received the email...
Hi there, I'm trying to restric ACLs permissions for Demand RIDACs items according to demand record permissions. I need to use the canWrite() function and it should look the parent demand record. I have builded a script but it doesn't work var answer...
I wanted to trigger a notification and while creating i'm unable to select sysevent table This flow designer is in a different custom application.
Hi Guys, I working in a code, but it didn't work. I need to use Glidefilter and the result should be grouped by manager, someone know is its possible? Following my code: var now_GR = new GlideAggregate('sys_user_group');now_GR.groupBy("manager"); //I...
Hi folks, I am setting the scratchpad variables for a workflow and am using an encoded query. The query works fine when I run it in the .list view of my table and I get back a number of distinct records. When I use it in my script, however, it retu...
Hello all,I'm attempting to generate dynamic notification content based on the recipient's email domain.I wrote a mail script to meet the need, however it isn't working. Is there anything I've missed?Thank you (function runMailScript( /* GlideRecord ...
I can't make articles anymore so I have to post this as a question. I also had to break this down into multiple smaller posts because some automated thing kept flagging my big post as spam. So instead, here is a little mini-series on some things we...
Hello,I'm trying to get previous value in email notification. I can get this by using Business Rule.For example:current.u_previous_state_string = previous.state;But when I try to use "previous.xx" in mail script, the code didn't work:<mail_script>tem...
I am using PDF Template and PDF Template mapping. I am using Advanced Script for the mapping and want to return something which is added to the field in the PDF document to be generated. If you use the Mapping Field field to map to the field in the ...
When I look at the list view for scheduled jobs.I can see a list of triggered flows but cannot find the flow that is triggered.I have been checking flow related tables, but cannot find a connection.How can I match Trigger:(SYS ID) to flow that is tri...
Hello!Can anyone help me, I want to change the text color of the list of records in a simple list component in UI Builder. It's the default which is this shade of green and black from ServiceNow, and I want change it. Example the records of Incident ...
when I clicked on the gear setting in the upper right SN landing page, and selected Homepage or Dashbaord it would not bring me directly to either. Now I have to Go to the upper left corner and click on the ServiceNow logo. How can we achieve this f...
Hi team, i am trying to set Manager field based on the requested for filed both are reference type.. Any help would be appreciated........... Thanks in advance Below is the script :: Client Script : function onChange(control, oldValue, newVal...
