- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2023 09:15 AM
I have a custom table with these records
I wrote a scheduled job to update the d field in my custom table
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)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2023 09:22 AM - edited 07-28-2023 09:23 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2023 09:22 AM - edited 07-28-2023 09:23 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2023 10:09 AM
Thank you so much for your help sir.
Exactly as you told my table name was incorrect and I corrected that so it worked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2023 09:24 AM - edited 07-28-2023 09:26 AM
Please correct the table name as "u_td" in the script because it is custom table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2023 09:28 AM
even i mention the u_td still not working
Please help me it is urgent