I'm trying to implement a "Due Date" warning to track my deadlines at the list of Opportunities. I don't know if there is a better way to do it, but I created an optional field "Stage Due Date" and a read only enum field "Stage Due" with only one value: "Due" (label + danger). I set it's visibiltity to "Stage Due Date is Past". Worked great on the Display layout, but they always show at the List layout, the main place where I need them to appear or not based on it's visibilty rule. Looks like the visibilty is related to all the field, not the value, so when I put the "Due Date" column at the list, visibilty is not computed line by line to remove the value only.
Is there a way to implement my needs to have a dynamic expired deadline indicator when my "Stage Due Date" field is the past at the list of Opportunities?
Is there a way to implement my needs to have a dynamic expired deadline indicator when my "Stage Due Date" field is the past at the list of Opportunities?
Comment