Manage
Learn to apply best practices and optimize your operations.
LotusScript
LotusScript creates drag and drop interface in Lotus Notes client
Using this LotusScript, you can create a drag and drop interface that you can implement in your users' Lotus Notes clients, allowing them to move documents from one view to another. Continue Reading
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
Eight easy steps to open and view Flash files in Lotus Notes
Use these 8 steps and some LotusScript to open and use Macromedia Flash files in a Lotus Notes client. Continue Reading
-
LotusScript agent parses ACL to Microsoft Notepad
After modifying a database, emailing large groups of users about the update can be a nuisance. This LotusScript agent will help you efficiently keep users abreast of database changes. Continue Reading
LotusScript finds the first occurrence of a string from the right
Using the Instr function can help to find the first occurrence of a string from the left. However, if you want to find the first occurrence from the right, you can use this LotusScript code. Continue Reading
Clear Recent Contacts view and prevent repopulation in Lotus Notes 8.x
A new feature in Lotus Notes 8 is the inclusion of a Recent Contacts view. If you're not a fan of the feature, insert this LotusScript code in a button and email it to your users. Clicking the button will clear the view and prevent repopulation.Continue Reading
Search Microsoft Active Directory with LotusScript
Since many companies use both Lotus Notes and Microsoft, having the ability to search Active Directory from a Lotus Notes view can be helpful. This LotusScript searches AD without having to rely on a third-party driver.Continue Reading
Three steps to trap and handle save conflicts with LotusScript
Save conflicts can cause problems in Notes/Domino databases when one or more users open a document with a link. That document then opens several times in the Notes client. Use this LotusScript code to trap and handle save-conflict issues before they...Continue Reading
Troubleshoot agents by displaying LotusScript variables online
If your Web users are triggering agents, you may want to find out what's going on. Apply this LotusScript to display and easily troubleshoot triggered agent variables. Learn all the steps.Continue Reading
LotusScript sorts lists alphabetically
There are a lot of things you can accomplish using the List data type in Lotus Notes. But it doesn't allow you to sort objects alphabetically. This LotusScript code will do the trick.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
LotusScript code rebuilds corrupted busytime.nsf file
The Notes/Domino busytime.nsf file can become become corrupted, causing problems with the Resource Reservations database. Use this LotuScript code to rebuild busytime.nsf files nightly -– without deleting busytime.nsf.Continue Reading
LotusScript agent automates selective mail file replication
You can use selective replication to replicate sets of documents in a Notes/Domino database. But what if you need to replicate several Notes/Domino databases? Get the steps and LotusScript agent to set a replication formula for multiple mail files.Continue Reading
LotusScript filters and attaches files to a Notes form
Using the workspace.OpenFileDialog method lets you filter file types before attaching them to a Notes field form. You can modify this method further by limiting the size of attachments. Get the steps and LotusScript you need here.Continue Reading
How to create mail files using a LotusScript agent
This LotusScript agent duplicates the AdminP email file creation process by pulling information from a Domino Directory in Lotus Notes/Domino 6.x and higher.Continue Reading