Home » Archive for category "LotusScript"

Archive for the ‘LotusScript’ Category:


LotusScript Tip: Return Profile Document from another Database

In all my years of Notes Development, this is my first time I had to return a Profile document to the User, where the profile document existed in another database. The good news is that this is easier than 123: 1. You will use LotusScript 2. Use the GetProfileDocument method in the NotesDatabase Object, and

(Read More…)

LotusScript Tip: Use StampAll+Multi to avoid unnecessary Looping

Hi All. I modify existing code daily and notice poor methods that developers sometimes use to get things done. Example: In LotusScript, if you have a Document Collection, and for each of these documents, you want to set the field Status with a value of “Submitted”,  the following seems to be the common approach: Set

(Read More…)

LotusScript Tip: Stop Notes View from reloading in LSScript

   Hi Everyone. In my previous post, I explained how you could stop a Front-End Document from Reloading if you’re working with a Back-End NotesDocument. In this post, there is a similar issue which occurs with NotesViews. Let’s say you have a LotusScript Agent which currently loops through documents in a NotesView, and during this

(Read More…)

© 2011 Ukuvuma Solutions