Adrian Io 13.Apr.12 05:49 AM a Web browser Notes ClientAll ReleasesAll Platforms
I have the following problem.
A user creates a document that has a registration number, another user attempts to modify the same document using a search form, looking after the registration number, but the document is not found every time. I use GetDocumentbyKey. Search is done very quickly after the creation, before the document is indexed.
What function i can use to find the document every time, and not depend from database index. If i use GetEntryByKey is better? I dont want to use database search or sometrhing similar.