본문 바로가기

Salesforce/Links

Salesforce 관련 파일 공개 링크 공유 URL

728x90

세일즈 포스 winter 18' 부터 제공되는 기능인 Upload File public link sharing의 URL과 File Download URL이 저장되는 위치

Object :

    ContentDistribution

Query : 

select
    Id
    , ContentDocumentId
    , DistributionPublicUrl
    , ContentDownloadUrl
from
    ContentDistribution
where
    ContentDocumentId = ?

Public Link Sharing - Create Link
Public Link Sharing - Copy Link

 

728x90