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)