Contents
What is customer community plus in Salesforce?
Customer Community Plus. Business-to-consumer experiences with external users who need access to reports and dashboards and need advanced sharing. The Customer Community Plus can be used with person accounts. Customer Portal — Enterprise Administration, Customer Portal Manager Standard, Customer Portal Manager Custom.
Can community users own records Salesforce?
Standard Salesforce user sees records that they own, and records that they have access to (based on sharing rules) across all communities and their internal organization. Chatter Free user can’t access records.
How to access attachments via Salesforce developer community?
Presumably SF must queue up inserts and do them in some other order to that which you specify in the code because when I cut out the Contact ID, inserted the case then the attachment and then after that, updated the case with the contact ID everything worked! Finally……. :smileyhappy:
A file can be shared with other users, groups, records, and Salesforce CRM Content libraries” ~ Salesforce This is a junction object between our file and our record. Each record (instance of standard or custom object) has Files/Notes & Attachments related list.
How to download Salesforce files in community?
When you adding some file, ContentDocumentLink between record and file is automatically created. Do it programmatically (create a connection between record with which you want share file and file which you want to share. V – Viewer permission. The user can explicitly view but not edit the shared file,
Is there an option to give access to attachments?
There is no option to give access to attachments (as you are probably aware) on the profile. I had no issues with parentID or any other fields, I was already getting the Id after inserting the Case. Strange how we have different fixes!