How do I create a response document from an action on a form in Lotus Domino Designer?

StackOverflow https://stackoverflow.com/questions/23288598

  •  09-07-2023
  •  | 
  •  

Question

I have 2 forms:

  1. Document
  2. Response

How to add Response form to Documents forms, I nothing found in properties.

I'm using Domino designer 8.

Was it helpful?

Solution

To create a response document all of the below have to be true:

  1. The Form has to be a "Response" in its properties
  2. For view- actions a document (that will become the "main"- document for the response) has to be selected in a view
  3. For form- actions the document has to be SAVED at least once. You cannot add a respoonse to an unsafed main- document.

If neither 2 or 3 is true, then the message No document is selected... will appear.

If it works, you will find an item "$Ref" in the properties of the response, that contains the Universal- ID of the parent document.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top