⟵ hearthere ⟶
  • Training course
  • Creating simple tables and fields
  • Codes base level
  • 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
  • Table versions in cycles
  • Additional versions options
  • Cycle duplication
  • Cycle recalculation by code and modification of the open button to assure complete recalculation
  • Access synchronization between different cycles tables
  • One cycle tables
  • Formatting advanced level
  • Select-Tree
  • Executing a scheduled action code
  • Printing and emailing
  • Notifications
  • API interaction
  • Adaptivity and Sections
  • Cycle duplication

    Which table row needs to be duplicated to duplicate the cycle?

    Row in the cycles table.

    Are the adding codes executed in the headers and footers of tables inside the cycle when duplicating?

    No, duplication is not an addition operation.

    When duplicating a cycle with which version are the tables within the cycle created ?

    With the same as in the loop source.

    An example of version switching on duplication

    The logic is as follows:

    1. We track the variable $#duplicatedId with code when adding.

    2. We check the actions with code, and if it != 0, we perform a set in version of tables in cycles:


    =:
    set(table: 'calcstable_cycle_version'; field: 'version' = $version; where: 'cycles_table' = $#nti; where: 'table_name' = "table_name") version: select(table: 'calcstable_versions'; field: 'version'; where: 'cycles_table' = $#nti; where: 'table_name' = "table_name"; where: 'is_default' = true)