I have a requirement to make urgent assignment tasks red, and in PEGA traditional UI, it used to bold the urgency value, now I will edit the control to color code it too.
However, in pega constellation, the UrgencyAssign UI control does not even reflect the bold, and my urgent value is coming as unformatted plain text regardless of any edits perform into the control rule.
The pxUrgencyAssign is used in a report definition, shown in a list page of pega constellation.
In order to keep accessibility under check , Constellation recommends following a common theme and styling. Setting individual styles is not thus allowed. Neither can you edit the controls to alter this behavior.
You can, however edit this widget using custom DX components. But if the requirement is only for user experience , I suggest to refrain from DX component as that can cause maintenance and upgrade issues.
Any alternatives to highlight urgent assignments? Sorting by their urgency value it’s not sufficiently glaring enough. I can see that in some scenarios, it will be beneficial to highlight certain table records w/o creating another table to highlight thus records.
Is it possible to add additional column to display a constant “Overdue” or etc with similar control for pyStatusWork?