For example, I have 4 custom_fields of type Number
Field1
Field2
Field3
Field4
I am trying to auto calculate Field4 based on Field1,Field2 & Field3 values
Field4 = (field1+field2)*field3
I want the field4 to be updated dynamically? is it possible using behaviours?