cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Link to document in C4C Library

Former Member
0 Likes
1,592

Dear all,

I know you can create a deep link to an account, a ticket etc., but is it also possible to create a link to a document that is stored in the C4C library? If so, what would that link have to look like?

Any comment would be appreciated. Regards, Martin

Accepted Solutions (1)

Accepted Solutions (1)

VishnAndr
Active Contributor
0 Likes

Hi Martin,

Look into OData c4codata service. Each attachment has a URL there.

For example, attachment in Visit has direct URL as:

https://myXXXXXX.crm.ondemand.com/sap/c4c/odata/v1/c4codata/VisitCollection('<VISIT_UUID>')/VisitAttachment('<ATTACHMENT_UUID>')/Binary/$value

Such URL points directly to the binary of the attachment.

Answers (1)

Answers (1)

Former Member
0 Likes

Dear Andrei,

will do, thank you.

Regards, Martin