Wednesday, March 19, 2008

Printing from Intralink: Where'd it go?!

One difficulty new Intralink users have is finding data that is printed from the Intralink client. The 'html' folder hidden deeply in the .proi is not the first place users expect the output to go.

To counteract this annoyance, several of my users use this one-liner Intralink Scripting application to direct output to their working directory.

IL.setReportAdapterDefaultPath( System.getProperty("user.dir") );

The users run this once per session.

No comments: