Mar 13, 2019 11:01 AM
I have two types of contacts in our CRM. I would like to be able to show certain fields for one type and show other fields for the other type.
Is this possible to have this behavior?
Thanks.
Solved! Go to Solution.
Mar 13, 2019 01:09 PM
Welcome to the forum, JT!
I suggest using views to make this happen. Build your master list in the main view, then create two new views. Each view can have fields shown/hidden as you wish, independent of all other views.
Mar 13, 2019 01:09 PM
Welcome to the forum, JT!
I suggest using views to make this happen. Build your master list in the main view, then create two new views. Each view can have fields shown/hidden as you wish, independent of all other views.
Mar 13, 2019 01:29 PM
Hello @JT_Kirk,
Using two different Grid views would allow you to select the columns displayed for each of these views.
You can then use the filter in the toolbar to select the type of contact that your grid will show
Mar 13, 2019 01:40 PM
Got it! Just read your other post and came to the same conclusion.
Thanks.