cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

IL.collapseTree question

lylebeidler
1-Newbie

IL.collapseTree question

Intralink scripting question: there is a command IL.collapseTree(string,
string) that I'm trying to use to collapse a branch of a structured BOM
tree. Does anyone know what the string arguments need to be? So far I've
tried

IL.collapseTree( "*", null );

IL.collapseTree( ", " );

IL.collapseTree("PIV",");

IL.collapseTree("PIV",selectName);

IL.collapseTree("*",selectName);



(where String selectName = tempName + "/" + tempBranch + "/" + tempRev + "/"
+ tempVersion Smiley Wink



Each one throws the following error:

ILScriptEngine out of sequence command: collapseTree

Error running script: Method invocation error: collapseTree

com.ptc.intralink.client.Intralink.collapseTree(java.lang.String,
java.lang.String)



I think this is telling me that my arguments are not valid (if IL had a
javadocs, I'd be able to tell!!!!)

Has anyone had success with this?

Thanks!



--



Lyle Beidler
MGS Inc
178 Muddy Creek Church Rd
Denver PA 17517
717-336-7528
Fax 717-336-0514
<">mailto:-> -
<">http://www.mgsincorporated.com>
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.
0 REPLIES 0
Top Tags