Add links to documents on reports

Hi everyone,

I am currently using the version 12.6.8 of the Bloomreach CMS.

I have a big number of custom reports created on the CMS which return information of different types of docuemnts and I was woundering if there is any clean and smooth way to have a link to the documents retrieved on these custom report?

Thank you in advance for your time.

Are the reports being rendered in site delivery tier? e.g, site components/templates or spa consuming hst plain jax-rs?

Woonsan

Hi Razvan,

You can probably generate links to document(s) using the following URL format based on document’s handle (hippo:handle) UUID:

<scheme>://<host>[:<port>]/cms/content/uuid/<document_handle_uuid>

#Example
http://localhost:8080/cms/content/uuid/22cf26aa-af17-4f34-bb19-0f996d9407fc

Hope this helps!

Cheers,
Selva