Hi,I am facing a problem.Firstly, I would like to mention that I am new at Perl and Interwoven. So I relly need help. This is what I have to doI have several DCR's in a directory. Each DCR has a Hidden field "ValidateFlag" that is either True or False. Now a new Link was added to the File Menu in Team Site and on pressing that Link, a Perl script has to be executed that scans through all the DCR's and makes a list of oll the DCR's that have the Hidden Field as False.I know this can be done by Parsing all the DCR's, but that has to be avoided due to Time constraints. So, I am looking for a solution using CGI WRAPPER. Please let me how can I make a call to a IPL file using iw_cgi_wrapper.cgi and then how can I read the Value of the Hidden field using CGI wrapper functions.Please Help me out !!!!!!!!!!!
Try using and inline command. You can refer the formapidevelopers guide.Sorry, I am a bit confused. What has FormAPI got to do with this. Please tell me in little more detail as i am really new to all this. I used FormAPI to store the Hidden Field Value as true/false. But now i simply have to scan all the DCR's and collect those that have the hidden field content as FALSE. And this has to be done without Parsing.If there is some other solution, other than CGI wrapper, please let me know. Any solution will do. Thanks
Hi Ashish,I opt out to do the same using DCRNode parser and going thru each file using DirWalk module. I know everyone has its own time contraints but still one has to do some work to get the results.
No you got me wrong, what i meant by time constraints wasnt that I dont have time. What i meant to say was that, once the user presses the link, the entire functionality has to take place very fast. And there are more than 300 DCr's in the directory all have 40+ Fields, so parsing will take alot of time.I want some way to directly access the Value contained in the hidden field, without using the XML parsing approach!!!!!!!!