How to get a list of calculated fields

Is there a way to get a list of calculated fields in a module?

In Studio, under Edit Fields, we only see the type of field, but not whether it is calculated or not. I'd like to get a list of fields together with an indication of whether the field is manually entered or calculated using a formula. Is there a way to do that?

Parents
  • There is no way Out of the Box. A field may have a calculation defined by either Studio Calculated value (attribute formula in the extended vardefs) or Dependency SetValue.

    You are able to see all Studio Calculated value fields by editing the file cache/modules/<Module>/<Bean>vardefs.php. On opening the file search for the word "formula" and you will see them all.

    André Lopes
    Lampada Global
    Skype: andre.lampada
Reply
  • There is no way Out of the Box. A field may have a calculation defined by either Studio Calculated value (attribute formula in the extended vardefs) or Dependency SetValue.

    You are able to see all Studio Calculated value fields by editing the file cache/modules/<Module>/<Bean>vardefs.php. On opening the file search for the word "formula" and you will see them all.

    André Lopes
    Lampada Global
    Skype: andre.lampada
Children