Admin Account 7/24/2019 10:55:45 PM Is there any work around to accomplish this? for example I have a table called CUSTOMER ASSETS That table has a column called ASSET TYPE
If a the user selects "Fire Alarm System", I'd like to show tables |Smoke Detectors | Heat Detectors | Horn Strobes |
If a the user selects "Fire Suppression System", I'd like to show tables |Risers | Backflows | Pumps |
This allows different types of assets to be listed in the same table, and when opened, the user only sees the relevant related information. I currently have to list information in XHTML lookup tables for different asset types and it drastically hurts performance once I apply the many different behavior rules.
|