Changes

→‎Other options: Added description
Line 559: Line 559:     
== Other options ==
 
== Other options ==
 +
 +
Here are a few other options that you can set:
 +
 +
- Required: make the field required at object's creation. Eg: when creating an Invoice, this field will need to be filled, empty value will not be accepted.
 +
 +
- Not editable: the field cannot be edited by users. Particularly useful for summary fields (eg: an Invoice Lines's custom field that does the final sum after applying custom coefficients on the product's price). These fields are to be implemented by yourself via [[Module_CustomFields#Overloading_functions:_Adding_your_own_management_code_for_custom_fields|overloading functions]] (you will get every infos you need, other fields included, you'll just have to make your computations and then return that).
    
= Advanced configuration =
 
= Advanced configuration =
439

edits