Programmatically Change Form Tab Color
I have seen several posts where I can change the background and/or underline color of a tab within a form, but I'm wondering if there is a way to programmatically change that color.
I am building an app for tracking our various insurance polices. Some policies will have multiple coverages each with their own set of data points, but some may only have 1 or 2 types of coverages. My form would be designed so that each coverage type would be its own tab that way it wouldn't be unbearably long for the end user.
I was hoping to include a checkbox perhaps at the "beginning" of each coverage tab, that would be used to indicate if the policy has that coverage type. That checkbox would also be used in a calculated or formula field so that if checked it would change that coverage type tab to Green. That way, a user would be able to quickly identify which coverages were included as those that are would be Green while the rest would be white, or some other color.
Is something like that possible?
------------------------------
Ember
------------------------------