Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
3940 มุมมอง

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

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

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.

 

อวตาร
ละทิ้ง