How to create a child document from a parent doc - IBM Domino Notes -


i create child document parent doc. example when click action button create child document.

set response document form type "response" or "response-to-response". set action's formula to

@command([compose]; ""; "your form name"); 

more information here


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

c++ - Producer-consumer based multi-threading for image processing -