Skip to Content
Menu
This question has been flagged
1 Odpoveď
1864 Zobrazenia

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

Avatar
Zrušiť
Best Answer

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".

Avatar
Zrušiť
Related Posts Replies Zobrazenia Aktivita
3
sep 25
17413
1
dec 24
1306
4
dec 24
31350
0
apr 15
4283
1
mar 15
9801