I want to add a customer attribute called "IsDormant" to represent current customers that are classified as dormant. Here's the problem:
- The Customer List screen is based on the Contacts table
- The Customer Edit screen is based on the Customer table
Which table to I add the "IsDormant" field to? Both? If both, is one linked to the other?
I want to be able to filter the grid on the Customer List screen by Dormant/Non-Dormant, and I want to be able to change the parent account's status to "Dormant" in the "Edit Customer" screen.
Thanks