admin wrote:WAR: http://www.trackstudio.com/tse-35/TrackStudio_3562.zip
We tested this Version and the problems ist partly solved.
When the trigger script throws an exception, the values are restored to their former values and the message description is still there. So no resets to default values anymore. That's good and we thank you so far.
But, the changes made in those fields while creating a message are lost. For example, when I add 20 lines of text to a blob field and a script throws an exception on submit, they're lost.
From my point of view (beeing a programmer and barely knowing your code), it seems that you're just loading the values from the task again when an exception occurs. I think the values have to be stored temporary (some Map tempUdfValues) and only written into the object when the script succeeded. But only suggesting here
Speaking of code...
We have some small adjustements to make in the code - So when could we expect the source code of this version to be available?
We can't use this version on our live system without these adjustements.
