| Permanent Auto Reply |
LotusScript |
This script provides a permanent auto-reply agent, reliable, and with a particular function :
the e |
Fabrice Papirnyk |
Mar 12, 2026 |
| Check if a document is readonly for current user in LotusScript |
LotusScript |
|
Karsten Lehmann |
Oct 1, 2025 |
| LotusScript agent to generate Person documents |
LotusScript |
|
Patrick Kwintensson |
Aug 21, 2025 |
| Simple lambda wrapper for Domino JNX |
Java |
This class is an easy way to run DominoJNX code. It provides DominoClient object for your code. You |
Serdar Basegmez |
Jun 20, 2025 |
| applications.json for Verse customization |
Admin Scripts |
This is the application.json file used to customiza Verse as shown in my session at Engage 2005 |
Roberto Boccadoro |
May 27, 2025 |
| Check the type of a field |
Java |
|
Patrick Kwintensson |
Apr 2, 2025 |
| No-dojo Login Dialog |
XPages |
Session-based authentication is required!
Add styles and other spices to taste.
Based on Oliver Buss |
Sjef Bosman |
Jan 2, 2025 |
| DXL for joker.com certstore.nsf configuration |
XML |
This document can be imported into certstore.nsf to allow for joker.com as a DNS provider for dns-01 |
Jesse Gallagher |
Oct 24, 2024 |
| A function to convert an ISO 8601 date to a NotesDateTime |
LotusScript |
The date is constructed using datenumber and timenumber so you know the correct month and day is bei |
Carl Tyler |
Oct 11, 2024 |
| Get agents schedule information using DXL |
Java |
Java code if you programmatically need to get the schedule for agents. it uses DXL to export and XML |
Thomas Adrian |
Nov 9, 2023 |
| Log.nsf Viewer |
Java |
simple log.nsf viewer that output all rows from log.nsf containing the phrase "Start executing agent |
Thomas Adrian |
Sep 8, 2023 |
| Pretty print JSON in LotusScript |
LotusScript |
You can use this code to format a JSON string, it does not add any colors, it only add indentation. |
Thomas Adrian |
Mar 31, 2023 |
| Sorts a NotesDocumentCollection by DateTime item in reversed order - latest at top |
JavaScript (Server) |
This is a modified version of Ulrich Krause snippet that can be found here
https://openntf.org/XSnip |
Thomas Adrian |
Jan 26, 2023 |
| Fast view column reader |
LotusScript |
The code is part of a class. It reads view data into a cache. That cache can of course be used multi |
Sjef Bosman |
Oct 27, 2022 |
| Create a Connection Document in the user's NAB |
LotusScript |
This is the code of the agent used in the Collabsphere Session INF107 - Useful Hacks for Domino Admi |
Marianna Tomasatti |
Oct 20, 2022 |
| Create a Group based on a field (Company Name) in a Person Document |
LotusScript |
This script was started by me, messed up by me, and fixed by the great Bruce Lill.
My customer has |
Keith Brooks |
Apr 7, 2022 |
| Magic Button by Tim Tripcony |
Formula |
Source: Tim Tripcony, 2008 - https://web.archive.org/web/20160121234622/http://avatar.red-pill.mobi/ |
Serdar Basegmez |
Feb 21, 2022 |
| Simple (and limited) Xpages export to Excel with no external dependencies |
Java |
This snippet is useful when your excel export is as simple as just 1 sheet with data tha can be hand |
Javier Sanchez |
Feb 13, 2022 |
| Log to Domino using JSON |
XPages |
This XPAGE read json from a POST request and create a log entry in the database. This is useful if y |
Thomas Adrian |
Dec 13, 2021 |
| Script to fix a Mail File Location in a Person Document |
Admin Scripts |
This is a simple thing, but one that is very valuable, especially when doing server folder or drive |
Keith Brooks |
Oct 9, 2021 |
| An alternative way to include the newest version of CKEditor 4 |
XPages |
CKeditor is developing rapidly, however the implementation in XPages is staying behind.
Pasting con |
René vd Weide |
Apr 12, 2021 |
| Converting Regular Common Name Lists into Notes Hierarchical Names |
Admin Scripts |
I prefer to have people in Notes format in groups because no one knows the future, although the name |
Keith Brooks |
Jan 18, 2021 |
| Looking up and Converting a List of Notes Names into their Email Address |
Admin Scripts |
When asked to pull the email names for a list of Notes names so marketing could export them to an ou |
Keith Brooks |
Jan 17, 2021 |
| Create a Forwarding Address in a Person Doc based on Email Address |
Admin Scripts |
This is a simple thing, but one that is very valuable, especially when doing domain changes, email m |
Keith Brooks |
Dec 15, 2020 |
| Volt Audit Trail |
JavaScript (Volt) |
This can be used to add an audit to a Multi-line entry field, as HTML. To do so:
1. Add a Multi-Line |
Paul S Withers |
Jul 12, 2020 |
| Get list of groups user belongs to |
Java |
Utils.getSession().getUserGroupNameList() will return the groups the user in context belongs to. I u |
Patrick Kwintensson |
May 13, 2020 |
| Change OSGI_HTTP_DYNAMIC_BUNDLES in Notes.ini from LotusScript |
LotusScript |
Call this agent with Agent.RunOnServer to change the value of OSGI_HTTP_DYNAMIC_BUNDLES on a Domino |
Karsten Lehmann |
Jan 23, 2020 |
| Set/reset LogStatusBar environment variable when needed |
LotusScript |
When you want to start logging to log.nsf, just put
Dim h As New LogHelper
and delete the object |
Sjef Bosman |
Apr 25, 2019 |
| Convert NotesJSONElement.Type value to String |
LotusScript |
NotesJSONElement.Type returns an integer. This converts it to meaningful text |
Paul S Withers |
Apr 1, 2019 |
| Changing Input to Select in Profiles |
JavaScript (Connections Customizer) |
This changes the "Building" label and field to be for "Department", giving a comboBox of selections. |
Paul S Withers |
Mar 29, 2019 |