GetDeleted() and text color
Hello Team,
Would it be possible to set all values in a field where GetDeleted() = 1 to Red?
Currently deleted values cannot be selected, but if already there, can be saved without issues.
Having them listed with red text will provide a visual indication that these need to be changed.
Some classes also do not have the getDeleted() method, which means that we can't easily make CRM scripts, without actually tagging the Name or description with a something that we can later use to determine if the value is disabled or not.
For example, I am tagging departments that are no longer active with DISABLED_ so that I can script behaviour based on this, which is not really ideal...
Having red text for deleted items and getDisabled() method available for all classes that have the Deleted flag in the DB it would help.
Thank you!