Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
Hello,
I want to update a windchill soft attribute (location) of the type Organization which is referred to by the class WTOrganization in Java and the table WTOrganization in the Database. The update of this attribute value is done within a template file.
I tried several ways to do it (Update-Objects webject, organization.setLocation(), etc). When I refresh the browser page of the organization, I see that the location has been updated successfully. But as soon as I restart the server, the new value is lost and the attribute value is instead reset to the value it had before the update.
This doesn't happen when I update the location using the user interface.
It's confusing me. I've been stuck on this issue since some time ago and I can't figure out how to move on.
What I've got to mention is that there is no database column in the WTOrganization table which is relative to the the location field. This field is just a windchill attribute.
I would really appreciate your help. Thank you very much.