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

I just found that in selection field key is store not the value why is that give me valid reasons 

아바타
취소
베스트 답변

Keys are compact and consistent across records (e.g., 'draft', 'done', 'cancelled'), which makes them easier to query and process in the backend.

Values (display text) can be longer, localized/translated into different languages, or dynamic, which would make database queries less efficient if stored directly.

The localization impact is significant, if someone in Spain marked a Sales Order as "Hecho" then it would cause problems for someone in the United States looking for Sales Orders marked as "Done".

아바타
취소
관련 게시물 답글 화면 활동
1
12월 24
1079
4
12월 24
30797
2
12월 17
16877
0
4월 15
3908
1
3월 15
9455