I have an interesting (maybe?) situation here.
I have added a lot of fields to my Customer table so I can track additional things. All good there. I have a new grid that I have set up that shows me a certain subset of my customers (in the case, it shows me customers that are marked as a band). Ok all good there too.
Problem is here, I'd like to display the tags on these customers. When I set this up i didn't realize that the stock customer display screen was built on the Contacts table. If I had realized that I probably would have put all these fields into that table instead. I am guessing that however "tags" work, they live in the Contact table and not the Customer table.
What I need to do is get my grid that is based on my Customer table to show the tags, that I think are in the Contacts table (but I'm not sure exactly where that is stored at the moment).
I am guessing I need to run a custom SQL query somewhere that shows me my tags matching on the current customer being displayed. I can probably fumble my way through that but I was figuring (hopeing, really) that someone out there had already done this and I could just copy your work.
thanks!