5 pts.
 Create only one document from a Lotus Notes Form
Hello.. I want to create a form which will allow to create only one document from that form i.e, the first time it should allow to create and from next time it should open the document which has been created first with the details saved for the first time and i should be able to keep updating the document in future.please tell me how to do this as i'm a fresher and new to notes.

Software/Hardware used:
ASKED: May 4, 2009  6:50 AM
UPDATED: May 5, 2009  4:18 PM

Answer Wiki:
You could use a profile document.
Last Wiki Answer Submitted:  May 4, 2009  6:00 pm  by  Stiletto   2,700 pts.
All Answer Wiki Contributors:  Stiletto   2,700 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

I agree that a profile document is ideal for what you are describing. They are a remarkably handy and underused feature of Notes. Use @Command([EditProfile]) or GetProfileDocument. The first parameter is the name of the profile form, which you typically design in advance. The second, optional parameter is typically used if you want each user to have a different profile document in the database.

 1,620 pts.