Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
We have a need to manually set the Resolution Date on some legacy problem reports. I don't see a way of doing it through the user interface. Has anybody done something like this either through an info*engine task, java code, or database manipulation?
Only looking to update <100 objects so want to find a simple solution.
Thanks to everybody that replied so quickly!
I have a very ugly solution, that I may choose to make more elegant using an info*engine task. Right now i've got the Problem Report number hardcoded as well as the resolutionDate value. I know i can pass those in as inputs through querystrings, and will probably add that next.
To run this you would go to the URL
http://<server name=">/Windchill/servlet/IE/tasks/<path to=" file=">/updateResolutionDate.xml
Steve D.