Hi,
Am working on R8 version, as am facing issue with noteid.
Am using NoteId to open a document its not working (“NT00000DA6”) anyone have idea why NoteID is not working?
At the sametime if I use UNID of document its working.
http://servername/databasename/AllDrafts/NT0009D34A?opendocument
Regards
Reegan
Subject: Hexadecimal Values
To utilize this function you need to use hexadecimal values. Hexadecimal - Wikipedia
NoteIDs and UNIDs are hexadecimal values which range from 0-9 and A-F. You are using:
(“NT00000DA6”)
Strip off the NT and you should not have any issue as long as the note (“00000DA6”) exists.
Subject: Avoid NoteIDs
Don’t use the NoteID. It’s only unique for the server on which that document was created. If somebody uses a smilar URL but on another server then the NoteID approach won’t find your document. The Universal ID will.
Cheers,