Hi.I have a main form in which I have a rich text field (rtf1 - editable) and a computed form with a rich text field (rtf2 -computed). The default value for rtf2 is rtf1.
My document displays rtf1 when the status of the document is “Open” and rtf2 when the status is “Close”.
When I change the status of the document to “Close”, the value of rtf1 is copied to rtf2(which is what I intend).
HOWEVER, when I change the status to “Open” and update/edit the value of rft1, rft2 does not change value when I change the status again to “Close”.
Any ideas on what I’m doing wrong? Thanks in advance.