I need to send a notes document link to the users. Users access their mail through web and also notes client. After clicking the link, they should be able to open the document and update the information. I have done the Notes client part, how do I make it work in web(iNotes) too?
Obviously DocLinks are a native Notes feature, so you’d have to use the UNID of the document to access it via the web.
You’d need a Computed field which stores the UNID of the document (use: @Text(@DocumentUniqueID), and then add a standard HTML link to your document, along the lines of the following: