Edit enabled
Contents
Edit visibility
Here the field is switched visible or invisible.
You can also refer to another field and make the field editable depending on it: Only the entry in another field makes the field editable.
Example: CC_eawb = Y causes the field to be disabled until the checkbox of the field CC_eawb = Y, i.e. active is set.
Excursus: function edit enabledÂ
The syntax is different from Edit visibility:
It is sufficient to simply record the condition when the field should be Enabled, e.g. cc_eawb=Y
With Disabled a 0 is sufficient.
Enabled would be a 1.
If you only enter a 0 (zero), the field is disabled, i.e. it is displayed in grey and can no longer be edited.
You can also refer to another field, for example, and make the field editable depending on it.
Example: CC_eawb = J → this causes the field to be disabled until the checkbox of the field CC_eawb = J is set active.Â
Â