Create profiles that process JSON request
Changes for V.8
Put the agent code in a library JSONProcessor.<br/>
Rewrite the agent “getData” for use the library.<br/>
The field “ParmName” was changed to Multiples values to allow search in the view with multiples values.<br/>
Change the code that browse the view for use NotesViewEntryCollection instead of NotesDocumentCollection to get the result set in order.<br/>
Change the instruction vw.getAllDocumentsByKey(“”) to vw.getAllEntries for return all documents in the view.