Hi all!
In DB “pernames.ntf”, View “People”, Colunm “PhotoURL(hidden)”
have
Formula-Start
@If(@IsMember(“ContactPhoto”;@AttachmentNames);“docattach:notes:///” + @ReplaceSubstring(@Text(@ReplicaID);“:”;“”) + “/” + @Text(@DocumentUniqueID) + “?OpenElement=ContactPhoto×tamp=” + @URLEncode(“UTF-8”;@Text(@Modified));PhotoURL)
Formula-End
What is “docattach:notes://” ?
May it be used to access to attachments or database file resource from HTML code on the Notes Form in Notes client without accessing HTTP server, or not?
indeed it’s Super-Mega-Fitcha:
html source on the notes form:
Thanks.