Hello All,
I am again asking this query and i did some workaround the requirement. We are using NPSP Household Account Model. The requirement is to clear the Addresses on Account and Contact record whenever the user unchecks the Default Address checkbox on Address. I used the lightning component visibility for the contact record. It works fine and it hides the mailing address section from the contact record address related list. When i try to do the same thing on the Account, it removed the billing address section(this is what i want) but it does not refresh it when i check the default checkbox to true. We have a lookup field(Current Address) to Address on the Contact and i put the visibility criteria based on that. Should i add the lookup field to Address on the Account too? I did try working with flows but it did not work. I know this is a managed package functionality so there is not much to do but is there any way? I am aware of Address Override too but we are not currently using it.
@Admin Trailblazers @Nonprofit Hub @Nonprofit Success Pack @Salesforce.org System AdministratorsHi, you can use the component visibility functionality on the address section, you should set the condition to be Default Address equals TRUE
I'm glad it worked, could you please select a best answer to close out the thread?
:)
@Logan Boardman Thankyou Logan, I checked the visibility with Default Address Count. The count must be greater than equal to 1. It worked somehow but i will do more testing to see the whole process. Thanks.