Die Frage tauchte erst heute wieder auf, daher gebe ich das kurz nochmal wieder:
UNID / Unique ID / Universal IDThe universal ID, which uniquely identifies a document across all replicas of a database. In character format, the universal ID is a 32-character combination of hexadecimal digits (0-9, A-F).
If two documents in replica databases share the same universal ID, the documents are replicas.
If you modify the UNID of an existing document, it becomes a new document.
Saving a document with the same UNID as an existing document raises lsERR_NOTES_ERROR (4000).
Um die UNID eines Dokumentes sich anzeigen zu lassen, öffnet man die Dokumenteigenschaften und wechselt zum Propeller-Reiter (siehe Bild).
Die ersten beiden Zeilen beinhalten die UNID. Allerdings müssen die beiden Startzeichen "OF" und "ON", außerdem die beiden Doppelpunkte entfernt werden.
Das Ergebnis im Beispiel sieht dann so aus:
7F174219A17E7571C1256ECA006927CC
Note IDThe NoteID of a document, which is an 8-character combination of letters and numbers that uniquely identifies a document within a particular database.
A typical note ID looks like this: 000020FA. A note ID represents the location of a document within a specific database file, so documents which are replicas of one another generally have different note IDs. A note ID does not change, unless the document is deleted.
Um sich die NoteID anzuzeigen, wechselt man wieder zum Propeller-Reiter der Dokumenteigenschaften.
Hier beinhaltet die letzte Zeile die NoteID, allerdings müssen die ersten beiden Zeichen "NT" entfernt werden.
Das Ergebnis im Beispiel sieht dann so aus:
00000952
Die englischsprachigen Zitate sind aus der Designerhilfe.
-----------
Edit:
Weitere Ergänzungen erwünscht
(Problematik NoteID --> besser nicht nehmen, etc. etc.)