12-15-2020 02:51 PM
Hi folks,
Any way to retrieve the comments of a document using javascript or query?
B.R.
12-16-2020 03:35 AM
Document comments type if fm
ost.
To get all the comments for the document /app:company_home/app:shared/cm:file.txt, you can run a query similar to the following one:
var def =
{
query: "TYPE:'fm:post' AND PATH:'/app:company_home/app:shared/cm:file.txt//*'",
language: "fts-alfresco",
};
logger.log(search.query(def));
12-16-2020 03:35 AM
Document comments type if fm
ost.
To get all the comments for the document /app:company_home/app:shared/cm:file.txt, you can run a query similar to the following one:
var def =
{
query: "TYPE:'fm:post' AND PATH:'/app:company_home/app:shared/cm:file.txt//*'",
language: "fts-alfresco",
};
logger.log(search.query(def));
Explore our Alfresco products with the links below. Use labels to filter content by product module.