How to set tooltips for chevron stage labels?
We have a requirement where the tooltip for only some chevron labels must be altered whereas the others use the pyStageName that we set in a data page. The display for the chevron labels is set in our section pyStageName. We have attempted to add in a StageNameDescription value to the data page used to source the tooltip (uses pyStageName property from data page D_CaseStages), but when we try to make the data page editable and fill it with new data, it messes up the pyStageStatus so the chevron backgrounds do not reflect properly.
Can we set tooltips for chevron stage labels for a new property in a different class from the class we have pyStageName in? If we had the new description property in the same Embed-Stage class, how can we successfully add this to our data page to be used for the tooltip without altering our data page?
Generally, we just want to know what the best approach would be to adding tooltips to chevron stage names where the tooltip is a different property from the pyStageName itself.