skolakan / npsp

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

Object package not working #352

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Whenever I try to enter a recurring donation
2.
3.

What is the expected output? What do you see instead?
I get the following text: Error: Invalid Data. 
Review all error messages below to correct your data.
Apex trigger npe03.RecurringDonations caused an unexpected exception, contact 
your administrator: npe03.RecurringDonations: execution of AfterInsert caused 
by: System.DmlException: Insert failed. First exception on row 0; first error: 
INVALID_CROSS_REFERENCE_KEY, Record Type ID: id value not valid for the users 
profile: 012i0000000IDQDAA4: [RecordTypeId]: (npe03)

What version of the packages are you using?
1.9

Please provide any additional information below.

Original issue reported on code.google.com by Serina.C...@gmail.com on 22 Mar 2013 at 5:45

GoogleCodeExporter commented 8 years ago
The user who is trying to create your Recurring Donation doesn't have access to 
the recordtype for the Opportunities being created. You need to change their 
recordtype settings and access in Setup|Manage Users|Profiles, select the 
profile type for user seeing this error, and under Record Types, make sure the 
record type you're trying to create is available for that user. 

Original comment by kbro...@gmail.com on 22 Mar 2013 at 7:03