コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
1501 ビュー

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
1050
4
12月 24
30753
2
12月 17
16822
0
4月 15
3880
1
3月 15
9428