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

Import set showing records updated

I have a custom (load by script) data source that uses REST calls to download data to populate an import set. Not all the fields in the import set table are populated by the REST data source  The associated transform only maps the fields returned by ...

Colleen by Tera Expert
  • 944 Views
  • 3 replies
  • 0 helpfuls

Create Requests from excel sheet sent through email

Hello, A excel sheet is sent through email which contains 100+ rows. I have a requirement where in I need to create request -> RITM -> task for each row of the sheet.I have create requests through cart functionality but not sure how to automate it fo...

Rachael12 by Tera Contributor
  • 653 Views
  • 2 replies
  • 0 helpfuls

Resolved! Unicode in a notification subject?

Is it possible for me to utilize unicode (or any other method) to add a warning icon to an email subject that gets sent out from a workflow notification? 

WasonJ1 by Tera Expert
  • 473 Views
  • 1 replies
  • 0 helpfuls

Resolved! Record Producer or other method to Update Catalog Items

I would like to do a POC on the following use case.   We get a lot of enhancement requests to update variable values across catalog items including delete and I was thinking it would be fantastic to have a record producer or other method to update va...

ChadWilhelm by Tera Contributor
  • 828 Views
  • 4 replies
  • 2 helpfuls

SAFe Cumulative Flow Diagram not displaying any data

Hello all, my SAFe Cumulative Flow Diagram isnt displaying any data for any of the states. The Scheduled job is pulling the data but I am unsure why nothing is showing for the CFD. Below is a screenshot of what it looks like:Does anyone know why that...

samuelbingham_0-1756825462108.png

How do I add 'assigned_to' field on all server tables in SOW

Hello All, How do I add or make visible already available 'Assiged_to' field on all extended server table in Service Operation workspace. Note - Assigned_to field is already available on default view of all server table but not in SOW view.How do I m...

Dk nov by Tera Contributor
  • 1137 Views
  • 6 replies
  • 1 helpfuls

UI Builder - New button for knowledge base not working

I created a new workspace using UI builder to manage articles in a specific knowledge base.  Everything works except the New button. I am assuming it has to do with picking with article knowledge base I would like the create.  I found the configurati...

valter479 by Tera Contributor
  • 1444 Views
  • 8 replies
  • 1 helpfuls

Indexing CMDB Tables

Is it a good idea to create unique index on CMDB tables, especially for Computers to avoid duplicates? Has anyone done this?

rohinip by Tera Contributor
  • 1668 Views
  • 4 replies
  • 0 helpfuls

Resolved! CMDB Help!!

How to change the stale rule in CMDB ? I guess my team was saying its 45 days 

Resolved! Notification bell for @ mentioned in form

Hi all,  I really need your assistance with "When someone tags you in an additional comment or work note, it shows in the notification bell".  There is already existing email notification "Activity Stream @Mention Email" but we need same alert in not...

sunny27_1-1691681383609.png sunny27_0-1691681267495.png
sunny27 by Tera Contributor
  • 2446 Views
  • 10 replies
  • 6 helpfuls

Resolved! how to set dynamic date and time on duration filed?

Hi All, I have a requirement like, when we create a change request based on the type we need to set date and time on duration filed?normal change = 4 daysexpiated change = 24 hrstandard change = 12 hr how can we set the date and time dynamically base...

pvv1045330 by Tera Contributor
  • 1807 Views
  • 14 replies
  • 4 helpfuls

Resolved! addOption method in client script not working for a user

Hi all, I am working in a scoped application and inside a domain separated environment. I have used the addOption method on client script to addOptions in a choice field on a form. However, I can see the choices, but other users are not able to see t...

sd2097 by Tera Guru
  • 494 Views
  • 2 replies
  • 1 helpfuls

Resolved! Solution Suggestion Required !!

You must update an Incident, create 3 related RITMs, and upsert 150 CI relations atomically. If any step fails, everything must roll back. How would you implement this in scoped apps using GlideRecord, background scripts, or GlideTransaction patterns...