Custom NamePicker Data Provider (dataBean) Sample

If you need to customize NamePicker data, this XSnippet can help you to do that. I needed to use ExtLib NamePicker but our user directory is not domino directory db. It’s custom database. Also we need to add search capability for First Name, Middle Name and Last Name at once. So I need to customize …

Read More Custom NamePicker Data Provider (dataBean) Sample

Update DocumentDataSource – Field Values from Java (XSnippets)

  Usage in SSJS under Button : com.domino.openntf.ferhat.UpdateDocumentDataSource.Update(); Actually I don’t know It is good idea or not but I need it, tried and worked. No Exception. Data Source Field Value is changed and I called Save after this code and Ta taaa … Document’s Field Value is changed. UI component (Visible / ReadOnly – …

Read More Update DocumentDataSource – Field Values from Java (XSnippets)