Create business logic for field calculations without needing to write custom code. You can select calculated field and create the formula that is automatically updated based on calculation you provide.
#5668 - Plugin not working
Hi,
The plugin doesn't seem to work: 1. Nothing happens after I click 'Edit Formula' button 2. If I enter some simple formula manually (say, add(1,2)) it returns nothing (the field is empty)
3 weeks ago
Hi Which version of SuiteCRM you are using?
3 weeks ago
Version 7.14.6
3 weeks ago
You are using the formula wrong. The formula will be this add(field1,field2)
3 weeks ago
It doesn't work neither with numbers nor with integer field names. Concatenating non-empty text field returns nothing as well (concat(vouchercode_c,location_c))
3 weeks ago
formula will be this concat(field1,field2). Both field should be text type
3 weeks ago
You will have to add these fields in the Editview and DetailView, then create a record and then the formula will run.
3 weeks ago
well that's exactly what I have done and it didn't do anything.
I've just tried manually editing these fields in Editview and they're now displaying the values! Is this expected? Are they recalculated on save in EditView?
3 weeks ago
Yes, the recalculation happens in EditView.
3 weeks ago
thank you! The ticket can be closed (I don't see how I can do it myself)
2 weeks ago
By any chance - do you plan to make recalculations happen on some other triggers (for example, on field value change)? E.g. when using Sum of Relate Fields, one will have to click Edit and then Save in a parent record although the changes happen in related records. I would expect the calculated field to be updated on related record field change / related record attachment or removal.
2 weeks ago
It is not planning to release without recalculations.If we do this in future, we will inform you.