I am setting up a discussion forum on the web. I have the views setup correctly to display the response heirarchy. The RTR documents are not indenting under the appropriate response document. I have 3 forms(Main, Response and RTR). I use a url to create the response document and pass the UNID of the main doc. Then in the Qsave agent I look up the main doc and make it a response to that main doc. The view correctly indents the response docs under the main doc.
Then if you open the response doc I have a url to create the RTR and pass both the main doc unid and the response doc unid. I run a WebQSave agent that makes this RTR doc a response doc to the response doc. But it doesn’t indent under any docs, instead treats it like a main doc at the 1st level.
all 3 forms are included in the view selection formula. The data i display in the responses only column are on both the response form and the RTR form.
What do I need to do to get the RTR to indent under the response doc?