You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Conditional exposure of the custom objects data (including related attachments) for unauthenticated

Received Response
34
Views
2
Comments
edited Feb 18, 2021 12:29AM in Digital Customer Service 2 comments

Content

We have a requirement to make some information publicly available through DCS.

We've created a custom object named PublicData_c. Public access to the PublicData_c  should be conditional (field isPublic_c == true). There is another related custom object Document_c with child attachments. Roughly, the logic is as following: if PublicData_c.isPublic_c == true show the fields  PublicData_c.F1, PublicData_c.F2, PublicData_c.F3, Document_c.F1, <a href="[url_value]">Document_c.Attachment[0].FileName</a>   in the oj-table.

What is the best practice to implement our requirement?

Option 1. Make all the required configurations including access control on the back-end (B2B) and call crmRestApi endpoint directly from the DCS

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!