Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

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

Forum Posts

Resolved! About ".next" of GlideRecord

  I have a script like below var rec = new GlideRecord('incident'); rec.query(); if(rec.next()) { gs.info(rec.getValue('number') + ' exists'); }   Is "rec.next ()" necessary even if there is only one record in the table?I've used it somehow, but I d...

bonsai by Mega Sage
  • 5009 Views
  • 5 replies
  • 8 helpfuls

NOW Assist for Field service management

I have mentioned the features below which are provided by now assist for Field Service Management (FSM).I tried to find out the data which can give me practical implementation of all these features. But I didn't find it out.If anyone have the knowled...

devarshk by Tera Contributor
  • 1004 Views
  • 2 replies
  • 0 helpfuls

can decision builder be used with catalog builder

I would like to use catalog builder to create a template to be used by our SAM manager to build catalog items for software we offer. Many of our SaaS products have a matrix you can select from and I thought this could be accomplished using decision b...

schmidt4081 by Tera Contributor
  • 669 Views
  • 1 replies
  • 0 helpfuls

IntegrationHub import

I decided to get adventurous and do an import using IntegrationHub.  I've had success using the MS AD v2 spoke to automate group population, and the date I'm trying to import is in several AD tables.  My issue is that when I attempt to  map to the ta...

rteggleston_0-1719605544689.jpeg

On-Call Schedule

Need setup instructions for creating US Holiday schedule for On-Call Scheduling. I created a regular business hours schedule but the US Holidays are not populating automatically. I found instructions for entering holidays manually and one-by-one whic...

Resolved! Mandatory checkbox can be submitted?

i'm currently developing on washington version, and notice that if you add a few checkbox, these variables are bundled together. now, i want to make these checkboxes mandatory, or else the request cannot be submitted. how can i achieve that? i have s...