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


Apr 2, 2015, 9:54 AM
1 Posts

doc.UniversalID returns NoteID???

  • Category: Domino Designer
  • Platform: Windows
  • Release: 9.0.1
  • Role: Developer
  • Tags:
  • Replies: 1

Hi there,

I encountered some strange behaviour...

 

On a dialog box' form, a listbox is populated with values via a LS-function.

This function searches another DB and creates listbox-values for each document found: the keyword-synonym is the doc's UNID:

v(i) = Trim(doc.name(0)+"|"+doc.UniversalID)

When the user chooses one of the values, the synonym (UNID) is used to fetch the corresponding document.

 

At one of our customers, the synonym isn't the UNID, but the NoteID! I checked the code and even printed cstr(doc.universalid) to the status bar. It's always the NoteID :-X

 

Any dieas about that?

 

Thanks in advance,

Buzzy

Apr 23, 2015, 6:31 AM
30 Posts
Is it running locally, not on a server?

That might affect things

 

And when you say it's the noteid - is it only 8 characters long?


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