06-04-2021 07:20 AM
Is cmis:description property available in latest alfresco?
if yes, then how can I add and get using cmis query?
06-04-2021 10:13 AM
The property cm:description is part of the cm:titled aspect.
It's required to join this aspect to the CMIS Query in order to get properties from a different type/aspect than default.
SELECT T.cm:description FROM cmis:document as D JOIN cm:titled as T on D.cmis:objectId=T.cmis:objectId
Explore our Alfresco products with the links below. Use labels to filter content by product module.