콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
3973 화면

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.

 

아바타
취소