Deleting Agent Schedules
We have upgraded from PRPC 7.2.2 to 8.5.5. I need to delete all agent schedules that were created in 7.2.2 and now carried over with upgrade. There are 100s of them, so its tedious to delete them individually from Designer studio.
Is there a sql for 8.5, that I can use to delete them in the DB instead of deleting individually in Designer studio?
@Gopal@FT There no DML provided OOTB but you can prepare one your self based on your environment.
Alternatively you can write an activity which first gets list of agent schedules (Obj-Browse) & then deletes them one by one (Obj-Delete-By-Handle)