metadata capture can be configured by using metadata-rules.cfg and datacapture.cfg files present in iw-home/local/configdirectory.once this is done user can submit metadata by clicking on File > Tag button...my requirement is user should be prompted automatically with a form (where he can enter metadata) when he saves the DCR ,but not by clickingFile > Tag
function edit_metadata() { if (IWDCRInfo.getDCRName() == "") { alert('Please Save the DCR before editing the Metadata'); return false; } var tagpath = '/iw/webdesk/tag?vpath=' + IWDatacapture.getDCRPath(); window.open(tagpath,"","width=500,height=400,status=no,toolbar=no,location=no,resizable=yes,scrollbars=yes,left=75,top=50"); return true;}
What you want to achieve is already provided by interwoven in standard interface.As you are done with DCR creation another form will open up for capturing metdata.