Skip to Content
Menú
This question has been flagged
1 Respondre
3918 Vistes

is there any way to change the status to a custom made status, based on a condition. for example if there is content within the notes field, I would have liked for the status of a delivery order to be listed asa separate status that I define (for example delivery orders with notes attached to them would be given an exception flag) I then would like to highlight those records that contain notes within the list view, of delivery orders. any help on this would be great

Avatar
Descartar
Best Answer

The below solutions List view highlight attached records:-

1) To create functional field (no-of_attach) to find the record is attached or not and add in list view.

    The link is used to find the record is attached or not.

2) List view higlight the attached record in diferent color based on codition. (no-of_attach >= 1)

    The link is used to highlight the color in list view.

 

Avatar
Descartar