Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
We use a data utility to render Boolean attributes as check boxes in a document create page. The default value for all these Boolean attributes is no (unchecked) . In the same create page we have an attribute with a conditional constraint (select a certain value in the drop down list and another attribute in the page is set to Required). If a user makes selections for the Boolean attributes (checks one or more of the boxes) and then make a change to the conditional constraint attribute, the page is refreshed, and the Boolean attributes are unchecked (reset to default value). Is there a best practice for configuring this data utility so the Booleans remain as-is when the conditional constraint attribute is updated?
Hi,
probably your problem is already solved.
I have never had this need in Windchill but, in the jsp pages, I have always saved the form in session to restore it when the page is reloaded
Bye