Skip to content
English
  • There are no suggestions because the search field is empty.

How to Create a Calculated Custom Field

You can create custom fields that automatically calculate values based on other numeric fields in a module (e.g., calculating "Profit" by subtracting "Cost" from "Total").

Steps:

  1. Navigate to Settings from the main menu.

  2. Scroll down to the Customizations section and select the module you want to modify (e.g., Proposals).

  3. Click the Fields link.

  4. Click the Create button in the top-right corner. 

  5. In the "Add New Field" modal, select calculated from the Type dropdown.

  6. Enter a Label for the field (this is the name users will see).

  7. Build your formula in the Formula box:

    • Use the Insert Field dropdown to select existing variables (e.g., Cost, Subtotal).

    • Use the operator buttons (+, -, /, *****) or typed symbols to create your equation.

    • Use function buttons like SUM, AVERAGE, MAX, or MIN for complex calculations.

  8. Click the Validate button. You must validate the formula before the system allows you to save.

  9. (Optional) Use the Test Calculator that appears below the formula. Enter dummy values into the fields to verify the calculation behaves as expected.

  10. Click Save.

  11. A confirmation window will appear warning that this action will calculate values for all existing records in the database. Click Yes, Create Field to confirm.

  12. Your new field is now created. To make it visible to your team, add it to your layouts (See How to Customize Module List Layouts).