Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manage Household Page Fails to Load If Customer Does Not Have Access to New Undeliverable Address Fields #6733

Closed
jesslopez-sf opened this issue Nov 5, 2021 · 9 comments · Fixed by #6749

Comments

@jesslopez-sf
Copy link
Contributor

jesslopez-sf commented Nov 5, 2021

Summary

Customers are unable to view the Manage Households page after receiving the NPSP 3.209 update (released to sandboxes on November 4 and Production on November 16). This is due to a field access issue on 3 new fields introduced in the update. The page shows a never-ending spinner, with an Account error vaguely visible in the background.

Workaround

While we address this within the product, please grant access to the following fields:

  • Account object: Read and Edit access to Undeliverable Billing Address (npsp__Undeliverable_Address__c)
  • Contact object: Read and Edit access to Undeliverable Mailing Address (npsp__Undeliverable_Address__c)
  • Address object: Read access to Undeliverable (npsp__Undeliverable__c)

Screenshot

Screen Shot 2021-11-05 at 11 51 44 AM

@jesslopez-sf
Copy link
Contributor Author

W-10135728

@redmondke
Copy link

@jesslopez-sf I attempted this workaround with multiple profiles in the past few days. The workaround works for our SysAdmin profile, but does not work for our other profiles. Our SysAdmin profile has the Edit Read Only Fields permission, setting it apart from the others. As such, I believe the workaround instructions here are wrong - profiles need edit access to these fields, not just read access.

@jamesbsfdc
Copy link

Thanks for reporting @redmondke, I think you are right. We'll get this updated once we validate it

@jesslopez-sf
Copy link
Contributor Author

Thank you so much, @redmondke ! We definitely missed that in our workaround. I've updated the description above. We did find that we could get away with just Read access on the Address object's Undeliverable field (but needed edit on both the Contact and Account fields). If you saw otherwise in your org, please let us know.

@dellsystem
Copy link

Thanks, this fixed the neverending spinner issue for my org. In my case, I had initially granted edit access just to the Undeliverable Billing Address field on Account, not realising that Contact and Address had new fields too. That resulted in a different error message:

This page has an error. You might just need to refresh it. Error in $A.getCallback() [self.reportError is not a function] Callback failed: apex://npsp.HH_Container_LCTRL/ACTION$getContacts Failing descriptor: {markup://npsp:HH_Container}

The error went away after granting edit access to the other fields.

@salesforce-org-metaci
Copy link
Contributor

Included in beta release 3.211 (Beta 2)

@salesforce-org-metaci
Copy link
Contributor

Included in production release 3.211

@sarafigal
Copy link

This still isn't working for me. Can someone help me understand where to look for where I might have missed a step involved in creating the permissions needed? ARGH. This hang up is creating problems down the line with my sync between SF and QBO

@jamesbsfdc
Copy link

@sarafigal We don't provide support via GitHub issues. Please instead create a support case with steps to reproduce and grant login access to an org affected by the issue

See help article
https://powerofus.force.com/s/article/SFDO-CS-Create-a-Tech-Support-Case

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants