Problem solve
Get help with specific problems with your technologies, process and projects.
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
-
Calculating results for a column in a Lotus Notes view
Find out what types of calculations can be computed for a column in a Lotus Notes view and the best way to go about it with this expert response. 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
Troubleshooting a scheduled agent not running on a Global Notes Architecture (GNA) server
SearchDomino.com LotusScript expert Cregg Hardwick provides extensive troubleshooting guidelines to a Lotus Notes developer trying to run a scheduled agent on the Global Notes Architecture (GNA) server.Continue Reading
Can I stop Lotus Domino Server from transforming embedded images into attachments?
When using a Lotus Notes agent to send HTML email with embedded images, is it possible to stop Lotus Domino Server from transforming the embedded images into attachments? SearchDomino.com LotusScript expert Cregg Hardwick weighs in.Continue Reading