Topic:
In the Notes client, you create a new response document from the parent.
On the web, you can do it that way via Formula language, or you can do it anywhere via URL (within same db).
Solution Syntax:
"/folder/db.nsf/ResponseForm?OpenForm&ParentUNID=" + unid;
Sample JavaScript function:
previous page
|