Tips
Tips
-
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
-
Trap an attachment path via the Domino file upload control field
Get the steps to trap the path of an uploaded attachment in your Notes Domino environment using the Domino file upload control field, JavaScript and HTML. Continue Reading
-
Converting Lotus Notes views to XML documents using JavaScript
To convert Lotus Notes views to XML, you can use the ReadViewEntries command. This tip gives another method -- parsing XML content using JavaScript. Continue Reading
-
An introduction to Lotus Notes password options and essentials
Get an introduction to Lotus Notes and Internet passwords and how they interact with the Domino Directory to secure your Lotus Notes Domino environment. Continue Reading
-
Display a custom message box using a LotusScript-generated button
Use this LotusScript code to create a button featuring a customized message box that appears automatically after running a Lotus Notes application. Continue Reading
-
Debug Lotus Notes documents using extracted data
When dealing with corrupt Lotus Notes documents, use this LotusScript agent to extract data into a text file to debug error messages. Continue Reading
-
Tivoli Directory Integrator synchronizes Notes Domino 8 directories
Get an overview of Tivoli Directory Integrator (TDI), an integration engine that synchronizes identity data in a Lotus Notes Domino 8 directory. Continue Reading
-
Extracting attachments from a Lotus Notes rich-text field
Learn how to extract attachments from a Lotus Notes rich-text field by inserting this LotusScript code into an agent and running it from the Actions menu. Continue Reading
-
Setting up RSS feeds in Lotus Notes Domino 8
Learn step-by-step how to generate RSS feeds within your Notes client using Lotus Notes Domino 8's blog template and Domino Web Access (DWA). Continue Reading
-
Programmatically replace the design of Lotus Notes databases
Trying to programmatically replace the design of several Lotus Notes databases, but can't find an out-of-the box solution? This LotusScript code can help. Continue Reading
-
Java code shortens strings in a SQL table
Data written to a SQL Server table must be a specified length, or problems will occur. This Java code shortens a string that exceeds field size limits. Continue Reading
-
Reading a binary field in an Oracle database with LotusScript
Use this LotusScript code to read a binary field in an Oracle database, allowing you to find Microsoft Word documents, spreadsheets, PDFs and JPEG files. Continue Reading
-
Formula language button manages Deny Access list searches
Get details on how to create a button using Formula language code to search Deny Access lists from the toolbar of a Lotus Notes administrator client. Continue Reading
-
LotusScript equivalent of @Picklist for Lotus Notes
Get the LotusScript code alternative to @Picklist([Folder]), to select folders in a Lotus Notes database. Continue Reading
-
Bringing MailRule documents back into view
MailFile documents may disappear from the Tools -> Rules view when upgrading your Lotus Notes Domino version. Learn the steps needed to make them reappear. Continue Reading