I am trying to build a URL to access the attachment in a document in Lotus Notes.
According to IBM lotus notes document, the url to access to an attachment in browser will be like this: notes://server/db/view/document/$FILE/filename
The document said view could be view name or view id, document could be document id or document name. I know how to retrieve document UNID in a view. But I don't know how to get the view UNID. I tried to use the view name but no luck. It does not work.
I am not running any lotus scripts.
Actually, my final goal is to export all documents in a view to a spreadsheet. And build URL for attachments for each row. I am using @Text(@DocumentUniqueID) to get the doc id.
But not sure how to get view id.