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
ChandChand 

How to access Deliver content URL generated via code

Hi,

 

I would like to access URL generated via Deliver content. i.e. When a User uploads a file using deliver content ,system generates a URL. 

 

What i want to do is that programatically(customization/configuration) i want to access this URL and populate it to another field available in the detail page(eg.Case/custom page) . 

 

Currently user is actually copying the URL and pasting it in the required field in the page. so to avoid this manual work is there any way that we can populate another custom field with the generated URL automatically?

 

Thanks in advance

Chand

bob_buzzardbob_buzzard

As far as I'm aware there's no way to programmatically access a content delivery.  We wanted to get hold of the expiry date that way, but no dice I'm afraid.

ChandChand

Ok Thanks