API Implementation
ANDI API allows programmers to use ANDI as a back-end engine for data integration.
By passing parameters to ANDI API, you can build complex applications which can rely on the robust coding of ANDI.
Overview
To run an ANDI activity with LotusScript or Java:
- Get a handle to a Notes Session
- Get a handle to the Andi database
- Create a new document, populate fields with parameter values and save it
- Get a handle to the Andi API agent
- Call the Run method with the NoteID of the document as the parameter
- Get the document back and parse the fields
- Examine the return code and take actions
Sample agents:
- LotusScript:
- Java: