Open notes database in formula language
How to open a notes database(e.g names.nsf) and browse through records in Formula Language?
Looking for relevant Lotus Domino Whitepapers? Visit the SearchDomino.com Research Library.
Jacksaro | Jun 2 2008 5:41AM GMT
Thank you, i used the below method and got it
@DbLookup( class : cache ; server : database ; view ; key ; fieldName ; keywords )
From help file, i understand that key is the first sorted column in view. i have given value of first sorted column and got the output.
Is it possible to specify the column name and its value to search the view and get the result.
Say for example, i am searching in names.nsf
i have a view called “User”. In this Full name is the first sorted column
I passed a full name in key filed and got the results.
Instead, i would like to pass UniqueID as input in this search and get corresponding values. Is this possbile?