We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

Resolved! Add approver to catalog task work note

Hello!I am working on a catalog item which goes through approval. Once the RITM is approved, a Catalog Task is created. Is there a way to add the name of the approver to the Task work note? For example: Approved by ServiceNow Guru.Thank you.

ceraulo by Mega Guru
  • 1124 Views
  • 4 replies
  • 1 helpfuls

How to exclude tickets from report with a specific tag

Hi, How can I create a report the excludes ticekts with a specific tag?When I set Tags excluding 'My-tag' then it does not seem to do anything, tickets with 'My-tag' still appears in the list.When I set Tags have 'My-tag' then it works fine. Any idea...

Tam_s Ujj1 by Tera Contributor
  • 1010 Views
  • 1 replies
  • 1 helpfuls

Create JSON To be sent in Payload

Hi,We need to send details of updated fields from an Incident form to 3rd party application.For this, I have created a mapping table and have defined my source fields( which will be from ServiceNow) and Target fields which is of String Type.Now, I ne...

Resolved! Print out month using GlideDateTime from Date field

Hi All, We have a field 'document date' which is a date field and we have another field which is 'period' single line text field.So value of document date takes from default value: javascript:new GlideDateTime().getDisplayValue()ex: 2023-04-14s...

Sri56_0-1681451061222.png
Sri56 by Tera Contributor
  • 1163 Views
  • 2 replies
  • 2 helpfuls

While transforming empty records are getting created

Hi All,We have schedules, in that schedules we are executing transform map, when we click on execute the transform map is also running and it is having script at run script part on import set table we are duplicate records and we are using coalesce b...

Mounika M by Tera Contributor
  • 681 Views
  • 1 replies
  • 0 helpfuls

Resolved! Parse Name Value Pairs

When you parse Name Value Pairs, does it come out as a String? sys_created_on: string = sys_created_onsys_created_by: string = sys_created_byparent: string = parentparent.u_ci_unique_id: string = parent.u_ci_unique_idparent.sys_class_name: string = p...

Sam Santos by Tera Contributor
  • 2903 Views
  • 5 replies
  • 1 helpfuls

Telling when an incident record has been updated

I'm looking to create a "flag" or table value that indicates when there is a new update on a ticket. The flag/valuable would change or go away when the incident is saved and no changes were made to the ticket. Here's the scenario:Watch this "Updated"...