In querysave/postsave event, I am trying to create another doc in a remote DB.I debuged it. It has all the items and can access the remote DB(Default editor) as well but can’t save it. I also traced the save method and shows successful but its not.
Sub Postsave(Source As Notesuidocument)
Set ContactDoc = ContactDb.CreateDocument ContactDoc.Form = “Person”
Subject: RE: creating n saving a doc while saving from Current DB
I cannot see any apparant errors in what you are doing.
I had a look in the design of the NAB and could not find anything that could prevent you creating a Person.
You could try to make a new blank db and copy the Person form from the NAB into it. And check if that works. You will also need to include the shared actions from the NAB into this new db.