Hello,
I'm interested in the screen customization plugin, but I have one specific need : I would need to add a new field whose value is calculated from other fields.
For example add field NEW = A x B
Is this possible with the plugin ?
Would there otherwise be an alternative ?
Thanks
Yes, this is possible.
You must set default value to "###EVAL### $this->A * $this->B"
and set attribute to readonly (otherwise it will just be a default value, calculated only at creation)
Have a look at plugin user manual available on plugin description.
That sounds very promising - thank you ![]()