Hi All,When am trying to create a browse in the custom_instantiaion.cfg file i get a message "datacapture_handleBrowseClick called " in a alert box .And i could not browse further to attach files in my Workflow.Please let me know if anybody has faced similar issue and solution for it.Please find the attached cfg and the screenshot of the message.TS 6.7.2WFM 1.0.1.0
...And i could not browse further to attach files in my Workflow....
1. register the function for callout event2. define the itemName to return back the value, browse location path values3. use window.openex: window.open('/iw-cc/command/iw.formspub.browse_for_link?show_add_remove=false&vpath='+vpath+ '&ceiling='+ceiling+ '&show_thumbnail=true'+ '&hier_callback=eval(callback_81=function(path){opener.parent.getScriptFrame().doBrowseCallBack("'+itemName+'",path); })', 'Browse','scrollbars=yes,width=600,height=500,location=yes' );