Hi All,
I need to write a generic datacapture.cfg where I need to get category Name and dataType dynamically on the basis of from where user clicked New Form Entry and then pass the category Name and dataType to our custom perl script which will load the datacapture.cfg for the user.
The only solution I can think of that write a CGI , call as inline from the UI DCT, get the vPath using cwd.vpath get the category name and Vpath then call the perl Script passing categoryName and vPath, get the datacapture.cfg from backend and then load the form for the user. Might be I sound like crazy but this is our requirement to have the DCT as generic.
Please let me know if any better solution is there.
Any help is highly appreciated.