Hi,
I have wrote a job that update values in many tables (Updating takes time as there are many records that are updated)
The job should run when a form is closed (the job takes value from the form as parameter).
The job is executed on form close method but it takes time which causes delay on form close.
One solution is to run this job on batch.
But user wants to update tables at run time.
Is there is a way to run job at background like a batch when the form closes and there is no delay at form close method.
(i wrote a batch job that runs on form close but user does not what to show batch job dialogue.)
Thanks