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

We are happy to announce the new Windchill Customization board! Learn more.

Windchill - Custom Utility Examples - Updated

Darrell
12-Amethyst

Windchill - Custom Utility Examples - Updated

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.

4 REPLIES 4
dsolat1
6-Contributor
(To:Darrell)

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?

 

Darrell
12-Amethyst
(To:dsolat1)

See the original post here: link

It explains that.

dsolat1
6-Contributor
(To:Darrell)

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>

Darrell
12-Amethyst
(To:dsolat1)

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

Top Tags