Question
Intralink scripting - updateDependencyParent question
Intralink 3.4 scripting question.
In the Duplicate dialog box, up at the top is the Update Parents section.
When I record my interaction with this section, by doing RMB > Select All >
Yes, the resultant code as recorded is this:
private void run0 () throws Exception {
IL.openWindow( "DuplicateObjects", ", " ); // recorded step: 1
IL.duplicateObjects( "*.*", "*_.*", null ); // recorded step: 2
IL.deselectAll( "PI" ); // recorded step: 3
IL.updateDependencyParent( "q-28943/82463-28943.drw" ); // recorded
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
In the Duplicate dialog box, up at the top is the Update Parents section.
When I record my interaction with this section, by doing RMB > Select All >
Yes, the resultant code as recorded is this:
private void run0 () throws Exception {
IL.openWindow( "DuplicateObjects", ", " ); // recorded step: 1
IL.duplicateObjects( "*.*", "*_.*", null ); // recorded step: 2
IL.deselectAll( "PI" ); // recorded step: 3
IL.updateDependencyParent( "q-28943/82463-28943.drw" ); // recorded
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

