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

Forum Posts

Scheduled Job for change request

Hi All,  we need a scheduled job script to send a reminder mail to users before one day of start date in change request.if the scheduled start is on Monday then the email on Friday(working day) , for remaining it should trigger the one day before. Th...

MarripudiL by Tera Contributor
  • 409 Views
  • 4 replies
  • 0 helpfuls

Resolved! Deactivate groups with No users using Flow Designer

Hi Everyone, Can anyone please help me out how to deactivate the groups which has NO Users using Flow Designer. I have tried but not able to get the desired results. Please find the attached screenshot for reference. Thanks in advance

RahmatSharH by Tera Contributor
  • 756 Views
  • 8 replies
  • 0 helpfuls

Resolved! Webservice user ids are locked

I wonder if anyone can shed some light on why this might be happening. On one of our instances we have 2 web service access only users. One is used for MID server access, the other for REST API access to update a table.Both these accounts work fine w...

Ron28 by Kilo Sage
  • 674 Views
  • 2 replies
  • 1 helpfuls

How to create scheduled task

Hi Everyonei created the scheduled job with below script for creating task var createTsk = new GlideRecord('sc_task');createTsk.initialize();createTsk.requested_for = '661b4be04f00b7406209ecee0210c73b';createTsk.short_description = 'update the confer...

when I select a caller, the value appears as 'false'.

On the Incident table, when I select a caller, the value appears as 'false'. I've reviewed all possible causes, including client scripts, business rules, and dictionary configurations. I've also checked reference qualifiers, reference fields, and oth...

tushar16feb by Tera Contributor
  • 429 Views
  • 2 replies
  • 0 helpfuls

Resolved! Populate City and State from Zip Code (New Location)

We are creating a request for a new location to be created. In that request I would like the requestor to enter the zip and have that validate externally and bring back the city and state, preventing errors. Is it possible and what services have you ...