I cannot find a way to set the product default unit to “Piece” (row 28 in the llx_c_Units table in the database), actually it is set to “TON”
In the Other Settings there’s not option to set the default Unit, I only have these:
-
MAIN_VOLUME_DEFAULT_ROUND ► Accuracy of volume (number of decimals)
-
MAIN_VOLUME_DEFAULT_UNIT ► Default unit for weight (
0=kg
,-3=g
, …) -
MAIN_WEIGHT_DEFAULT_ROUND ► Accuracy of weight (number of decimals)
-
MAIN_WEIGHT_DEFAULT_UNIT ► Default unit for weight (
0=kg
,-3=g
, …)*
I asked chatgpt how to change it and it gave to me this procedure:
Changing the Default Unit
If the “Unit” field default is set to “ton” and you want to change this default value:
- Access Setup Configuration:
- Go to Setup from the main menu.
- Select Modules/Applications and then navigate to Products/Services.
- Adjust Product Attributes:
- Look for an option to manage product attributes or fields. This may be under Product options or a similar heading.
- Modify Default Values:
- Locate the “Unit” field and check if there’s an option to set its default value.
- Change the default value from “ton” to the desired unit, e.g., “kg” or “pcs”.
but the Unit option is not available there.
So how can I set the unit default value for new products?