This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Hi everyone,
I have a widget that shows documents based from the username. Ex.
Username = Pedro Penduko
Document Field = pedro.penduko@pinoymovies.com,enteng.kabisote@pinoymovies.com
Here's a partial code.
String processor = session.getCommonUserName();
StringBuilder builder = new StringBuilder();
builder.setLength(0);
// change processor to email format code here. Ex. Pedro Penduko to pedro.penduko
builder.append("Form = \"Pending\" & AppName = \"someApp\" & @Contains(@Lowercase(Processor); @Lowercase(\""); builder.append(processor); builder.append("\"))");
DocumentCollection coll = ctlDB.search(builder.toString());
I tried getAllDocumentsByKey() but the problem is Lotus Notes only does first initial match.
Is there a way I can use contains on getAllDocumentsByKey rather that just first initial match?
Regards,
Philip
Feedback number WEBB8NE4WF created by ~Tate Desfreekonyings on 11/08/2011
Status: Open
Comments: