How do I recalculate the cycle manually?
Through the dropdown menu on the id
row. This is available only to the Creator
role.
How do I recalculate the cycle by code?
This is done by the function recalculateCycle.
Example modification of the open button to ensure full recalculation
a1=: reCalculateCycle(table: $#ntn; cycle: #id)
a2= : linkToTable(table: $table; cycle: #id; target: 'self')
table: select(table: 'tables'; field: 'id' ; where: 'type'="calcs"; where: 'tree_node_id' = $nt; order: 'sort')
nt: nowTableId()