Hello,
Is it possible in CRM Online, using the latest release to do the following
1. Have a custom food purchased history entity
2. Have a restaurants visited entity
3. On the users form, have a sub-grid that has a list of all the restaurants they have been to
4. When you hover over the name of a restaurant, a popup modal window would appear that could show the last, say 5 items the person ate at that restaurant?
No action on the food popup list, just want to show it, without having to have another sub-grid or move to another screen.
I am wondering / trying to see if this is possible with a custom javascript / html web resource that could get the information from the sub-grid about the restaurant ID and the contact ID (since it's the current contact page) and then populate the grid. I
guess it would be ok if all I did was create an HTML table too actually instead of worrying about a "grid" if you will.
Thank you kindly