sfdc-SupportDevelopment / npsp

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

Individual Account is not associated with Contact even though model is set to Individual (bucket) #293

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I've set the Account model to Individual by setting the field "_SYSTEM: 
ACCOUNT PROCESSOR" to default to "Individual". Note that I did create a few 
records with the 1-1 model before switching it to individual.

2. I have created 2 record types for Contacts (Parents & Students)

3. When I create a new Contact, a new Account is still being created and 
associated with the Contact instead of the "Individual" account

What is the expected output? What do you see instead?
I expected the Contact to be associated with an "Individual" account instead of 
with a new 1-1 account.

What version of the packages are you using?
Accounts & Contacts 2.0.2

Please provide any additional information below.

Original issue reported on code.google.com by mp.mar...@gmail.com on 4 Sep 2011 at 11:08

GoogleCodeExporter commented 9 years ago
Duplicate of http://code.google.com/p/npsp/issues/detail?id=291

Contacts & Organizations 2.x and above uses Custom Settings to define the 
package behavior, and will ignore the older settings you're trying to use. You 
can adjust those custom settings either through the Contacts Settings and 
Households Settings tabs, or directly in the Custom Settings link through the 
setup menu.

HTH-
Kevin

Original comment by kbro...@gmail.com on 7 Sep 2011 at 3:46