I am using JAVA corba API to retrieve the contacts from the local address book.
Do anyone know how to search for a particular ID whether this exist in the database or not.
ID here is the document UNID.
thanx in advance.
Amit
I am using JAVA corba API to retrieve the contacts from the local address book.
Do anyone know how to search for a particular ID whether this exist in the database or not.
ID here is the document UNID.
thanx in advance.
Amit
Subject: search formula for Particular UNID in database?
Use the getDocumentUNID() method of the Database class.
–
Subject: RE: search formula for Particular UNID in database?
Ben,
I want the field name name from which i will compare the documentID (document UNID),
I have a document ID (UNID) and i want to search that document using the search formula like Form =“Person” & id = “122312434324324234234” , here i dont know what should i put in place of Id.
Thanx for the comments,
Amit
Subject: RE: search formula for Particular UNID in database?
The formula for accessing a document’s UNID is @Text(@DocumentUniqueID) – note that this kind of stuff is detailed in Domino Designer help.
–
Subject: RE: search formula for Particular UNID in database?
I got it
thanx ben,