PDA

View Full Version : Reponse Documents



Alex Lussos
11 Feb 2010, 6:03 AM
Hi all,

I'm struggling to understand how to create a response document, and how this ties back to the parent parent document, from a view. This is a simple thing in the notes client (where it is working), yet I can't seem to get it to work within Ext.nd. It appears that the parent UID is not being passed to the response document.

I've searched the forum and not much is documented on this topic. Could someone please point me in the right direction?

Thanks in advance.

Kindest regards,

Alex

Zakaroonikov
11 Feb 2010, 1:14 PM
Have a look at the Ext.nd Demo database. In the CategoryTest1 form there is an action to create a response to the document you are in. The function call is:



this.openForm({
formName : 'Response',
isResponse : true
});

Alex Lussos
12 Feb 2010, 10:14 AM
Hi Zakaroonikov,

Thanks for your response. I must still be missing something....I'm seeing the following in the demo.nsf that I'm looking at:

@Command([Compose];"Response")

Also, the response button in the demo works correctly when the application is opened in the notes client, yet it does not seem to function properly (the response document tied to the parent document) in ext.

Any other thoughts would be most welcomed.

Kindest regards,

Alex

jratcliff
12 Feb 2010, 12:46 PM
which version of Ext.nd are you using? Maybe the version you are using didn't have the new code. If that is the case, even if you use the code that Zakaroonikov posted it probably won't work since that version of Ext.nd wouldn't look for the 'isResponse' property of the openForm method.

Alex Lussos
12 Feb 2010, 1:44 PM
We're running 2r2.

Alex Lussos
19 Feb 2010, 6:57 AM
Upgraded and got it to work. Thanks for your help.

Warm regards,

Alex