Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next

View for Lotus Notes Versions

The previous post is correct in that the easiest (and free) way to get this info is to create a view in your NAB.

Since the client versions are within a listed field, you may have many entries per person - we created a view with multiple columns to show the values per list item (version, machine, and last accessed date):

1st Column: Person Name (we use first fullname list item, but you can use any name field(s))
2nd Column: The below formula -
TClntBld1 := @Subset(ClntBld; -1);
TClntBld :=@RightBack(TClntBld1; 8);
TClntMachine := @Subset(ClntMachine; -1);
TClntDate1 := @Text(@Subset(ClntDate; -1));
TClntDate := @Left(TClntDate1;10);
TClntBld + ", " + TClntMachine + ", " + TClntDate
3rd Column and beyond: Copy same formula above, but increment the number in your subsets by one for each additional entry in lists


Feedback response number WEBB8HTGA5 created by ~Ned Elaskioden on 06/14/2011

Lotus Notes Versions (~Sven Umrestero... 13.Jun.11)
. . Lotus Notes version-create view (~Ben Frolucheke... 14.Jun.11)
. . View for Lotus Notes Versions (~Ned Elaskioden... 14.Jun.11)
. . clientlv (~Phil Nonhipige... 14.Jun.11)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS