function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Avinash KaltariAvinash Kaltari 

How do i get/generate Content Delivery URL for a file in CRM Content?

Hi,

I have a requirement of including a URL of Content file in a VF Page.

Is it possible to get/generate Content Delivery URL for a file in CRM Content based on either the file name or Salesforce ID?

Any help on this would be greatly appreciated.


Regards,
Avinash


bob_buzzardbob_buzzard

I don't think there's any way to get at the delivery URL programmatically - I've struggled with this a few times in the past.  The best you can do is create the delivery and store the URL in a custom field on a record that is available to your page.