Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Change Approval Policies vs Flow Designer

I'm working on converting a large workflow for Change Request to the Flow Designer standard but also notice that there is a new feature called Change Approval Policies.  Is there any advantage to using Change Approval Policies compared to Flow design...

tahnalos by Kilo Sage
  • 2725 Views
  • 2 replies
  • 6 helpfuls

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
  • 902 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
  • 524 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
  • 2300 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"...

JSON Array with filters

Hi Team, I have an endpoint that accepts filter as JSON Array with filters as stated in their documentation. How can I use that to build the endpoint? This is what they gave me. Endpoint is https://myAppliance.hostname.com/rest/scan/solution?limit=5 ...

SM16 by Tera Expert
  • 1937 Views
  • 4 replies
  • 1 helpfuls

Resolved! Attachment on Inbound Actions - CART API

Hi,I have an inbound action that creates RITM thru CART API.Everything is working fine, RITM is created but attachments are not included on the RITM ticket.I might be missing something on my inbound action... any advices?createRequest();function crea...