function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Lokesh KumarLokesh Kumar 

How to automate the apttus job batch update in salesforce?

currently we are running via manual clicking on the batches. could you please suggest an option to automate apttus job.

these are the apttus batch jobs update.
sharathchandra thukkanisharathchandra thukkani
if it is a batch job then you can use scheduler to schedule the job. more details on schedule apex 

https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_scheduler.htm
Lokesh KumarLokesh Kumar
these jobs are not appearing to schedule through schedular. 
sharathchandra thukkanisharathchandra thukkani
Every batch job has the apex class so you need to schedule it by executing the system.schedule method in developer console.
Lokesh KumarLokesh Kumar
is anyone aware about the above apttus job please help