// Version: Intralink v.3.3, (build #2003290 - I5.0.0.108) // Start Macro Recording import com.ptc.intralink.client.script.*; import com.ptc.intralink.script.*; public class tst_assoc_pdf_02 extends ILIntralinkScript { ILIntralinkScriptInterface IL = (ILIntralinkScriptInterface)getScriptInterface(); private void run0 () throws Exception { IL.deselectAll( "WSPI" ); // recorded step: 1 IL.select( "WSPI", "test/jap103.drw" ); // recorded step: 2 IL.openWindow( "ModifyRelationship", "", "" ); // recorded step: 3 IL.addDependency( "test/jap103.pdf", "BOM Member" ); // recorded step: 4 IL.selectTree( "WSPI", "jap103.drw" ); // recorded step: 5 IL.ok( ); // recorded step: 6 } // End of run0 public void run () throws Exception { run0 (); // recorded } // End of function } // End Macro Recording