Hi our requirement is such that as soon as the User saves a DCR , An external task (Program) would start. Presently we are able to run the external task (Perl program) while the DCR is Saving . Because of this an DCR can take upto 20 Mins to Save. So we want some changes so that the User saves the DCR , and continue with other work , but in the background the Perl program would be running. Prem pratick.
In our Design, We have some Option Values in dataCapture.cfg file, These Option values comes from ADMIN DCRs , For eg. If a User Creates a ADMIN DCR and saves it . Then the /title field of the ADMIN DCR should come as an option value in the Rest of the Templates. So we have to either manually edit the datacapture.cfg or Use an Inline callout. Using InLine callout would Increase the CPU Utilization. So we want that as soon as an ADMIN DCR is Created and saved , a Script would envoke that would update all the datacaptur.cfg files for that BRANCH.Hope I am clear.Prem