Advanced Pack 2.5.14
EspoCRM Version 5.9.3
Hello!
I am just starting to work with custom number fields in Espo. I did read https://docs.espocrm.com/administrat...titysumrelated but I am not quite sure what to do.
The formula I need:
field2 = field1 / field3 * field4
or
field2 = 4,0 / 70 * 30
Result should be:
field2 = 1,71
Please let me know how I can write that as a code in Entity Manager/Formula!
Thank you
EspoCRM Version 5.9.3
Hello!
I am just starting to work with custom number fields in Espo. I did read https://docs.espocrm.com/administrat...titysumrelated but I am not quite sure what to do.
The formula I need:
field2 = field1 / field3 * field4
or
field2 = 4,0 / 70 * 30
Result should be:
field2 = 1,71
Please let me know how I can write that as a code in Entity Manager/Formula!
Thank you
Comment