We want to streamline our processing of documents from within a Lotus Notes application.
Once an agent runs that marks hundreds of documents ‘approved’, we would like to have the agent call an LEI activity that then exports the data to a csv file. We’d prefer not to have to manually run the LEI activity that does the export to csv file.
Is there any lotus script that would enable this to happen?
Subject: Call LEI activity from Lotus script
is this agent a scheduled agent? If so lei can run the agent then chain and run the export activity
Subject: RE: Call LEI activity from Lotus script
Even if the agent is run manually I would probably follow Barry’s advice and still trigger it from an LEI activity which could then kick-off the csv export activity upon completion.
In case end users need to run this and (I hope) don’t have access to LEI Admin db…
(for the record, I never did this) You could take a look at the agent in LEI admin that runs an activity manually… see what it changes on the activity document (probably copy most of the code)… then just mimic this in your agent (after of course you get a handle on the activity document in LEI Admin db).
Just some ideas… HTH