When attempting to manage a Household Account using the Manage Household button on a Household Account, the user sees the Edit screen for the Account record rather than the Manage Household screen.
Create a Household Account:
npe01__SYSTEM_AccountType__c field is populated with "Household Account".npe01__SYSTEMIsIndividual__c field is set to TRUE.Create an Organization Account:
npe01__SYSTEM_AccountType__c = blanknpe01__SYSTEMIsIndividual__c = FALSEChange the Organization Account to a Household Account:
npe01__SYSTEM_AccountType__c = "Household Account"npe01__SYSTEMIsIndividual__c = TRUEThe discrepancy in the system information fields for Household Accounts likely arises due to their creation through an external integration or automation. This process may result in missing or incorrect values in the npe01__SYSTEM_AccountType__c and npe01__SYSTEMIsIndividual__c fields.
This SOQL Query (use with Developer Console) can help identify records with this issue:
Select Id, Name, npe01__SYSTEM_AccountType__c, npe01__SYSTEMIsIndividual__cFrom AccountWhere npe01__SYSTEM_AccountType__c = '' and Name LIKE '% House%'
To ensure the proper display of the Manage Household screen, verify and correct the following field values on Household Accounts:
npe01__SYSTEM_AccountType__c should be "Household Account".npe01__SYSTEMIsIndividual__c should be TRUE.If these fields are not correctly populated, investigate the integration or automation process used to create these accounts and make necessary adjustments to ensure compliance with NPSP requirements.
002231191

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.