Document unique ID from lookup
In R6, it's easy to retrieve the document unique ID from a view. @DbLookup has an extra keyword that will return the lookup document unique ID.
In R6, it's easy to retrieve the document unique ID from a view. @DbLookup has an extra keyword that will return the lookup document unique ID.
Code:
server := @ServerName; db := @Subset(@DbName; -1); @DbLookup("": "NoCahce"; server : db ; <viewname>; <keyword>; <fieldname>; [RETURNDOCUMENTUNIQUEID])
Do you have comments on this tip? Let us know.
This tip was submitted to the SearchDomino.com tip exchange by member William Beh. Please let others know how useful it is via the rating scale at the end of the tip. Do you have a useful Notes/Domino tip or code to share? Submit it to our monthly tip contest and you could win a prize and a spot in our Hall of Fame.