I was wondering if any of you have been able to add any additional links to the Quick Links pulldown menu in PDMLink 10.1? It seems like a nice area to add a few hyperlinks to.
Thanks
[cid:image001.png@01CDC1B3.C91F7080]
Jim
Jim Van Dragt PLM Architect Information Technology hermanmiller.com
Jim - You will have to copy the following section from Navigation-actionModels.xml to your custom-actionModels.xml and add your custom Action. You will also have to define the UI components for that action in custom-actions.xml
<model name="header" actions"="> <description> actions that appear in the top right of the header </description> <submodel name="help"/"> <action name="clipboard" type="netmarkets"/"> <action name="queueMonitorMain" type="wvs"/"> <submodel name="mysettings"/"> <action name="checkConsole" type="object"/"> <action name="batchPrintGlobal" type="wvs"/"> <action name="hotList" type="user"/"> <action name="softwareDownloads" type="netmarkets"/"> <action name="emailPage" type="team"/"> <action name="copyPage" type="object"/"> <submodel name="open"/"> <action name="separator" type="separator"/"> <action name="signOut" type="fba"/"> <action name="CUSTOM_ACTION" type="object"/"> </model>
Raju Pulavarthi Sr. Systems Analyst - Windchill Team Global Information Technology
Ok, figured out what should be the code inside thte jsp to launch a web url. (Rather than in the sample they showed how to do for new mail). Please put the below code in the jsp to launch 'webutl'.