⟵ 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
  • Access synchronization between different cycles tables

    Example access synchronization between different cycles tables

    The access field creator_id can be modified by code like a regular field.

    Therefore, if you need to synchronize access between multiple cycle tables, this is done through set by a change trigger:


    =:
    set(table: 'cycle_2'; field: 'creator_id' = $#nfv; where: 'connector' = #id)