sfdc-SupportDevelopment / npsp

Automatically exported from code.google.com/p/npsp
0 stars 0 forks source link

Contacts & Organization package requires Opportunity/Donation Read access for Platform Profiles #335

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Spin up a sandbox
2. Install Contacts & Organizations package (2.1.2)
3. Attempt to modify permissions on a Platform Profile. Receive the following 
error message:

Please fix the following:

    Permission Read Payments depends on permission(s): Read Donations
    Permission Create Payments depends on permission(s): Read Donations
    Permission Edit Payments depends on permission(s): Read Donations
    Permission Delete Payments depends on permission(s): Read Donations 

What is the expected output? What do you see instead?

Expected output is no error. What I see instead is the following error:

Please fix the following:

    Permission Read Payments depends on permission(s): Read Donations
    Permission Create Payments depends on permission(s): Read Donations
    Permission Edit Payments depends on permission(s): Read Donations
    Permission Delete Payments depends on permission(s): Read Donations 

What version of the packages are you using?
2.1.2

Please provide any additional information below.
Contact alamb at newleaders dot org for more information.

Original issue reported on code.google.com by andrew.r...@gmail.com on 3 Apr 2012 at 8:44

Attachments:

GoogleCodeExporter commented 8 years ago
This looks like the platform user doesn't have perms for the Opportunity 
(Donation) object, which is the parent to the Payment.  Have you added that 
permission for the affected profile?

Original comment by kbro...@gmail.com on 8 Apr 2012 at 4:59