Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Attached here are updated jsp files. I updated using info posted by daraki in response to my original post. It makes the code more generically applicable, i.e. I removed some hardcoded content and now read that info from the Windchill properties.
I need to upload an excel file on the server, but the starting point should be one of the action click in Windchill. How can i open this html page from an action, could you please guide me on this?
Hello,
I did see that link but i am not able to figure out the entry that i need to make in custom-action.xml to open the html file. Below is the entry that is made by me and is not working. Have placed the .html and .jsp file in the same location. Am i missing anything here?
<action name="importExcelUpdateTSTools" ajax="row" scope="request">
<command url="netmarkets/jsp/ext/UploadFile.html" windowType="popup"/>
</action>
I didn't add it to any actions menu. I used the url directly in the browser, e.g. https://my.company.com/Windchill/netmarkets/jsp/ext/UploadFile.html