Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

ITSM forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Flow Designer - Wait for Condition not working

Hi,I have created a flow designer. I need to wait for 5 minutes after the state is changed from On-boarding to Provisioning and i have added a wait for condition on the flow designer to wait for 5 minutes when the state changes to Provisioning which ...

Hari1_0-1683652440583.png
Hari1 by Mega Sage
  • 1036 Views
  • 1 replies
  • 0 helpfuls

Resolved! Unable to call mail script in scoped application

I have a mail script that I am calling from notification but get a message script is not found. I tried to call it using scope name like ${mail_script:my_scope.getinfo} but did not work. How can i do this?

samadam by Mega Sage
  • 4463 Views
  • 11 replies
  • 5 helpfuls

Resolved! Attach an attachment to a SCTASK using a script

I am creating a Scheduled Job using a custom script and want to attach a static document every time a ticket is created.  The catalog item workflow creates the REQ, RITM, and SCTASK and is working as desired.  However, I cannot seem to get the attach...

Tony103 by Tera Contributor
  • 2058 Views
  • 3 replies
  • 0 helpfuls

Create a catalog task based on requested item variables

I have a requirement to create a catalog task based on a requested item variable:  The catalog item is for users to use when staff are leaving, but the issue I have is that all the tasks are generated at the time of the request being submitted (norma...

AlexSaager1_0-1681728849774.png
Alex Saager1 by Tera Contributor
  • 2315 Views
  • 14 replies
  • 3 helpfuls

Alternative of current.update in BR

Hi,As per my requirement it has to create the task and RITM and link the task and RITM in the task related list. but if we remove the current.update it stopping  to create the task. I tried with GlideRecod of task table, but still not showing the tas...

Munna1 by Tera Contributor
  • 1106 Views
  • 2 replies
  • 0 helpfuls

Resolved! How to change date format from DD-MM-YYYY to DD/MM/YYYY

Hi Team,I have 2 date field start date and end date,end date populate automatically according to start date and adding 15 days in end date accordingly start date.I have written one script but I am unable to convert it into DD/MM/YYYY format. var star...

lucky24 by Tera Contributor
  • 4796 Views
  • 6 replies
  • 3 helpfuls

How to remove attachment from sys_attachment table

The Attachment type variables in the portal is not behaving properly. Once you add any attachment via attachment type variable a delete button will appear but if I click on that delete button the attachment is getting removed from the portal not from...

Resolved! Number of records to be displayed in a list page. Can we display the records more than 100 rows per page. How can we acheive this?

We can normally select the option on the title Context menu and then Show  (10 rows per page, 15 rows per page, 20 rows per page, 50 rows per page, 100 rows per page). But here the requirement got is, it should display 300 records per page. How can ...

SrinivasPkl by Tera Contributor
  • 26548 Views
  • 3 replies
  • 5 helpfuls

Process to have Employees Audit/Update their Assets

We are looking at implementing a process via Service Portal that would allow employees to review their assigned assets such as phone, computer, printer, etc.   This would involve notification to employees to go to the portal to review/update/confirm ...