Lotus Notes Adapter 6.0 | webMethods Lotus Notes Adapter Documentation | webMethods Lotus Notes Adapter Installation and User’s Documentation | Built-In Services Reference | Built-In Services Reference | wm.ln.session:evaluate
 
wm.ln.session:evaluate
This flow service evaluates a Domino formula. If the formula contains the name of a field, you must use the second method parameter document. The formula takes the field from the document specified as parameter document. Functions that affect the user interface do not work in evaluate. These include: Command, DbManager, DbName, DbTitle, DDEExecute, DDEInitiate, DDEPoke, DDETerminate, DialogBox, PickList, PostedCommand, Prompt, and ViewTitle. You cannot change a document with evaluate; you can only get a result. To change a document, write the result to the document with a method such as Document.replaceItemValue.
Input Parameters
session
Session The Session object to evaluate the formula with.
formula
String The Domino formula.
document
Document Optional. The formula context. Cannot be null.
Output Parameters
value
String[ ] The result of the evaluation. A scalar result is returned in firstElement.