sfdc-SupportDevelopment / npsp

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

1x1 Account Not Saving Contact Owner ID #216

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  1x1 Model
2.  Insert contacts via the data loader, explicitly setting the Owner ID to a 
different user than the data loader is running under.

What is the expected output? What do you see instead?
The 1x1 account created has the data loader user as the owner, and not the 
owner specified in the Owner ID of the contact.  The 1x1 account should share 
the Owner ID of it's associated contact. 

Original issue reported on code.google.com by kbro...@gmail.com on 11 Jan 2011 at 7:08

GoogleCodeExporter commented 9 years ago

Original comment by kbro...@gmail.com on 19 Feb 2011 at 6:51

GoogleCodeExporter commented 9 years ago

Original comment by kbro...@gmail.com on 19 Feb 2011 at 6:57

GoogleCodeExporter commented 9 years ago
We'll be able to support insert scenarios - however, on an update, the OwnerID 
of the contact is inaccessible (think UI updates where OwnerID has to be 
changed via a separate process...) so on an update to the contact/account, we'd 
either need to spin off a separate asynch process or issue two DMLs per update, 
probably not worth it. 

If you need to support update scenarios, please let me know and we can re-open 
the issue and look at other options. 

Original comment by kbro...@gmail.com on 22 Feb 2011 at 10:44

GoogleCodeExporter commented 9 years ago

Original comment by kbro...@gmail.com on 22 Feb 2011 at 11:20