Hi,i have a complicated problem of updating a DCR without opening the corresponding templatised page Basically on generating DCR1, DCR2 should also get Updated.In my case the DCR2 is only getting updated when i open the DCR2 from frontend and Click on "Save". So i have to somehow initate the SAVE functionality for DCR2 when DCR1 is generated. Is this possible from command prompt or any other way??Please Help.
Hi,thanks for ur quick reply.Actually in my case the asp page which should be actually updated from DCR2 is a templatised page and the ipl which is generating this asp page is reading the updated content from a text file, this text file is updated when the DCR1 is generated. So when i open this templatised page and "Save" it, the DCR2 then gets updated and corresponding changes are reflected on the ASP page.Is there any other way which some how initiates the SAVE functionality from tne code for DCR1.Parsing the DCR is my last optionThanks