⟵ hearthere ⟶
  • Training course
  • Creating simple tables and fields
  • Codes base level
  • Calculating a value by code
  • Calculation order and calculation order error, how to show the field in a place other than the calculation order
  • Recalculation unit of tables, recalculation of rows and their order
  • Header in simple and calculated tables
  • Using the functions
  • Using the if and select functions as an example
  • How the where and order parameters work, by the example of select
  • The difference between a single value and a list, operations on lists (sum, min, max, count)
  • Using math for mathematical operations
  • Using str to combine text
  • Fixing a calculation when executing codes
  • Manual values
  • Execute code only when adding
  • The $#nd, $#ndt and $#ntn quick variables
  • Dates processing
  • Calculation errors and their details
  • Selects and links between tables
  • Table settings basic level
  • Prefilters base level
  • Conditional formatting basic level
  • Action codes base level
  • Using pop-up windows
  • Cycles base level
  • Roles and users on the web
  • Codes advanced level
  • Action codes advanced level
  • Prefilters advanced level
  • Field and table settings advanced level
  • Cycles advanced level
  • Formatting advanced level
  • Select-Tree
  • Executing a scheduled action code
  • Printing and emailing
  • Notifications
  • API interaction
  • Adaptivity and Sections
  • Execute code only when adding

    execute_code_only_when_adding

    Why is this field parameter used?

    When the parameter execute code only on add is active, it will be calculated only at the moment of addition.

    For example: you have a price list and orders. When you add an item to an order, you want to get the price from the price list.

    But later, when the price in the price list changes, it should remain unchanged in the order.

    Will the field have an indication when this parameter is active?

    No, the field will not have code field indication.

    Will the field be recalculated when it changes in a row of a simple table after adding it?

    No. It will be calculated only at the moment the row is added.

    How do I force the code to run again when the code has "Execute code only when adding" active?

    This uses action-code, for example with a button and the function recalculate with the parameter field.


    =:
    recalculate(table: 'table_name'; where: 'id' = #id; field: 'field_to_refresh')