Dear all,
Can you please let me know I am working in one batch job , which is creating a Sales Quotation through batch job.
So, we added 2 enum fields in customized table isSyncd and isSyncError.
If SalesQutattion successfully done then the line is checked YES in IsSyncd and
If not means is data having some issues then it will not create Sales Quotation and it will be marked with IsSyncError = yes.
So, we kept those in separate form " SalesQuotationTracking" form to track which records are not created Sales Quotation means IsSyncError = YES
So, User will rectify those record and click on send button in form " SalesQuotationTracking" then it has to go through same batch to create Sales Quotation through batch.
My question is
Already 1 batch is running every 10 minutes in everyday to create Sales Quotation and it has track everyday which records are fail to create Sales Quotation. Means IsSyncError = YES
How i will run same batch job again after rectifying those record which is failed to create SalesQuotation means IsSyncError = YES
Is it possible to run the same batch job ( means which we can run from form to press SEND buttin)simenteniously because already same batch job is running everyday after 10 minutes gap.
Please give me more she'd on this
Thanks!