I sthere a way of making Response Documents main Documents and the main documents become the responses??
Subject: Making Response Documents main Documents
I’d use LotusScript for that. Get both documents, remove $ref from the response, essentially making it a main document, then use MakeResponse to make the previously parent document a main document. That might, though, get you in trouble if the main document has more than one response and I have no idea how that’ll interact with forms which are designated as main and response.
Subject: RE: Making Response Documents main Documents
Yes. RemoveItem(“$REF”) in the current response doc, and MakeResponse on the current main doc.