Scheduled Jobs

Phani Pasupulet
Tera Contributor

I have a custom table with these records

PhaniPasupulet_0-1690560617016.png

 

I wrote a scheduled job to update the d field in my custom table

PhaniPasupulet_1-1690560779991.png

Every thing is perfect why scheduled job is not applied to my custom table 
i can able to do it on incident table but 
why I am not able to apply it to my custom table
Can anyone please help
(I want to add d value when s value starts with hii)

1 ACCEPTED SOLUTION

Sagar Pagar
Tera Patron

Hi @Phani Pasupulet,

 

Make sure that the table name and field name in GlideRecord used are  correct.

Have you executed the scheduled job manually by click Execute now button?

 

If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers.
Thanks,
Sagar Pagar

The world works with ServiceNow

View solution in original post

5 REPLIES 5

Sagar Pagar
Tera Patron

Hi @Phani Pasupulet,

 

Make sure that the table name and field name in GlideRecord used are  correct.

Have you executed the scheduled job manually by click Execute now button?

 

If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers.
Thanks,
Sagar Pagar

The world works with ServiceNow

Thank you so much for your help sir.
Exactly as you told my table name was incorrect and I corrected that so it worked.

Sethu Varma
Tera Expert

 

Please correct the table name as "u_td" in the script because it is custom table. 

 

even i mention the u_td still not working 

Please help me it is urgent