Manage
Learn to apply best practices and optimize your operations.
Lotus Notes Domino Agents
LotusScript agent moves new mail to folder
Use this LotusScript agent in a Lotus Notes mail-in database to move new mail to a specified folder. Continue Reading
Quickly scan all databases on a Lotus Domino server
Use this agent to quickly scan all the databases on your Lotus Domino server. You'll find out which databases you don't have access to, which aren't included in the directory catalog and more. Continue Reading
Run or restart Notes/Domino agents via text messages
Discover how one Notes/Domino developer at a small company set up his mail database to send him a text message when an agent terminates abruptly. You'll also get the code that you can text back to the database to run or restart the agent. Continue Reading
-
Approve Lotus Notes documents using a BlackBerry mobile device
Use this agent to match your BlackBerry email to the address specified in a Lotus Notes admin document. Then, message recipients can easily approve Notes documents using a BlackBerry mobile device. Continue Reading
LotusScript agent indexes Lotus Notes/Domino databases
Are you looking for a simpler way to search for information in your Lotus Notes/Domino databases? Use this LotusScript agent to automatically index databases according to specified keywords. Continue Reading
Open documents in Lotus Notes from the Web without a UNID
You can use the "Notes://" URL and the UNID to open documents in the Lotus Notes client from a link on the Web. But what do you do if you only have the view and key? This tip offers a solution.Continue Reading
Fix and update Lotus Notes documents with limited access
When updating or fixing a document in a Lotus Notes database, there are a few things to consider. First, ensure that you have the proper system access. Then, run this agent to easily update or fix the document.Continue Reading
Verify scheduled agent status with Domino Extensible Language (DXL)
Discover how to use Domino Extensible Language (DXL) to check the status of active scheduled agents on Lotus Domino servers and in Notes databases.Continue Reading
How to export data from a Lotus Notes database to a CSV file
Discover an agent that will export data from a Lotus Notes Domino database into a CSV file that can then be imported into almost any other application.Continue Reading
Enable or disable scheduled agents without opening the Lotus Notes database design
Get instructions and LotusScript code that will enable or disable scheduled agents from the Lotus Notes UI without having to open the database design.Continue Reading
-
Creating custom views in Lotus Notes databases
Get code and instructions to set up a Domino agent that lets users easily create custom views in Lotus Notes databases.Continue Reading
Editing fields in a Lotus Notes view with Ajax
Instead of opening a Lotus Notes view in a pop-up window, editing it and then saving it again, you can modify fields directly using Ajax. SearchDomino.com member Jinoy George explains how.Continue Reading
How to automatically create a backup copy of your Domino Directory
SearchDomino.com member Jari Riihimaki provides a Lotus Notes agent that automatically creates a backup copy of your Domino Directory. After implementing this agent, you'll never again need to restore documents back to your Domino Directory or check...Continue Reading
Export Lotus Notes documents to Microsoft Word via Internet Explorer
Use this shared agent to automatically open a Lotus Notes document in Internet Explorer and then copy and paste it into Microsoft Word using the user32.dll Windows system file.Continue Reading
Best practices for using the Lotus Notes WebQuerySave agent
SearchDomino.com member Sameer Thakur explains common pitfalls associated with using WebQuerySave agent and how to avoid them when validating data on a Lotus Notes form.Continue Reading