Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unique ID's (UNID)

Status
Not open for further replies.

PanelMaker

Programmer
May 17, 2005
34
US
Hello,

I need to know where to look to find the UNID for an object so that I can reference it in an application I am making. Any help would be much appreciated.

-Panel Maker
 
The UNID is a property of the document you are working on. You can either use the @documentUniqueID formula or use the UniversalID property of the NotesDocument object.
If using the formula, do not forget to @Text the result, otherwise your code will not work.

Pascal.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top