Display NoteID in a doc

Is there a simple way to display the NOTEID of a doc within the document?

I want to use it as an identifier, and can easily display it in a view but can’t seem to have it correctly display in the document.

I have a field for it that is computed when composed and hidden if it’s a new doc, but I always get NT00000000 instead of the correct id after saving and reopening. I have also tried computed for display with no luck.

Any thoughts? Thanks in advance.

C.

Subject: Display NoteID in a doc

Never mind, ‘Compute After Validation’ fixed it with Computed for display on the field.

Subject: Display NoteID in a doc

Make your field computed-for-display (or use computed text) with the formula:

@Text(@DocumentUniqueID)