You need to sign in to do that
Don't have an account?
Vamshi Krishna
Object records sharing
I have a custom object "vehicles" which are shared to Accounts.Sharing rule has been set to a particular ole who is a contact.An apex class has been set to ensure the records of the Object " vehicles" are shared with concerning contact on account.
When the contact logs into Community portal, he can see the records of the object accordingly. This was set up an year ago and works fine. But recently, I could not see the records when I log in as a contact in portal. I saw the permissions are all same too. My question is to figure out where could be the issue? Could someone please help.
When the contact logs into Community portal, he can see the records of the object accordingly. This was set up an year ago and works fine. But recently, I could not see the records when I log in as a contact in portal. I saw the permissions are all same too. My question is to figure out where could be the issue? Could someone please help.
First things to check for is the VehicleShare object using Developer Console or Workbench which contains details of all the the shared records for your custom Vehicle object.
Also, you need to check if there were any Sharing changes made thorugh changes to the Apex code or adding Sharing Rules for the same. You may want to leverage Audit trail to check for the log of changes made.
Please do not forget to mark this thread as SOLVED and answer as the BEST ANSWER if it helps address your issue.
All Answers
First things to check for is the VehicleShare object using Developer Console or Workbench which contains details of all the the shared records for your custom Vehicle object.
Also, you need to check if there were any Sharing changes made thorugh changes to the Apex code or adding Sharing Rules for the same. You may want to leverage Audit trail to check for the log of changes made.
Please do not forget to mark this thread as SOLVED and answer as the BEST ANSWER if it helps address your issue.