Hi Folks Is there a way I can get the Path information of a DCR while clicking on the SAVE / SAVE AS button in a DCR. I want to pass this information to a callServer function and set some other Metadata attributes to this DCR file.Any help would be greatly appreciated. I checked the forums Please note I am using an older version of TeamSite 6.1 on Solaris.ThanksPrasad
// before 6.5var dcrType = _iwdcWin.gTDT;var dcrname = IWDCRInfo.getDCRName()var dcrpath = parent.gWorkarea + "/templatedata/" + dcrType + "/data/" + dcrname;// 6.5 and upvar dcrpath = IWDatacapture.getDCRPath();