Hi all, I want to execute a perl script whenever a DCR/Directory is copied to other branch/place. Is there any event like CreateFSE? iwatupload.ipl works only for "Copy To" but copy event is not triggered ( in iwevents.log it shows only CreateFSE event though an entry is done in iw.cfg) Any pointer to this issue?
'I did this in the past' - ghotiCould you please brief about approach you have followed to acheive customized copy? I have a requirement which needs a copy of DCR should not create duplicate id in its metadata (Ex: I have one DCR with id field filled as '1'; when author make a copy of this DCR, I should change the id field to '2' in the new DCR)I try to get solution by using custom URLs with done_page attribute, but I could not able to find the location of the new DCR that got created by copy action to done_page script.I tried with command triggers, here again I faced problem in identify the copy event.-regards,nagendra
Are you mean to say the location of the destination file is predefined in your case?