Can we get the document id by document name ?
Please help
Discussion posts and replies are publicly visible
Hi Dharsana (dharsanag39) -
One way you could do this would be to create a docId-to-name reference table in the relational database.
Accordingly, there are some caveats:
Review documentation on the document() function here. This function requires a docId to retrieve a document.
You will probably want to check out the Custom Content Plug-in, specifically the "findDocumentsByName" function.
Hi mike,
i need this function "findDocumentsByName".Can you Help me finiding this Plug in. couldn't open the link you have attached.
Hi Vinay, there is a plugin called "Content Tools" just deploy that plugin in your environment, you will get to use the above-mentioned function "findDocumentsByName".
You're replying to a VERY old comment. These days the plug-in has migrated to be the Content Tools plug-in (as mentioned already by Tushar). You can find this by navigating to the "App Market" tab here on Community and searching "Content Tools" - or if you are using a Cloud environment, simply go to your Admin Console's Plug-Ins tab and deploy the Content Tools plug-in from there.