In working on our V11 upgrade, we have decided to leave our logins on the individual accounts. I understand if an individual is affiliated to a household, the transactions made will move to the affiliated household account.
Does anyone know, if this individual changes any information, particularly their email address or contact permissions - does this update the individual account OR would this be added to the household account?
So the question is, when you log in are you in your individual account, or in your household account (or if it changes during the session at what point does this happen)?
Any info would be appreciated!
Hi Lisa
We are doing the same and leaving the logins on the individual rather than the household accounts. There are a couple of settings that appear in T_DEFAULTs that can control where the transactions appear but I'm not sure how these affect updates of addresses. I can tell you what we have been testing and are planning to use.
We have made the decision to keep all transactions at the individual level and like I said above any customer logins at individual level. So we have set the Transact_As_Household_Web to No.
We have found out through our testing this means that when you try to update customer contact information that you can run in to problems if there is no primary address information attached to that affiliate. We have to introduce the Web API method Shift_Context to move the locaction where contact information is stored.
This method basically controls which CONST_ID is used for that part web API for households. So you can shift context down on to the Affiliates or Shift Context on to the Household. So pretty powerful but does mean that you have to have some change to your web code.
Thanks
Nick