Transform replication data
Transform producer instance data for tables or table columns that are named differently on consumer instances in Instance Data Replication (IDR).
Avant de commencer
- Create and activate a producer replication set.
- Create, activate, and seed one or more consumer replication sets.
- Role required: idr_admin or admin
Pourquoi et quand exécuter cette tâche
The replicated data from producer tables and table columns goes into tables and table columns of the same name on consumer instances. You can map the producer data into any table or table column on consumer instances. If existing tables or table columns have different names, you can replicate the data to a different table or table column. Adapters modify the data before storing it on consumer instances. For example, adapters can localize data from the producer instance before it is consumed by the consumer instance.
You can also use adapters to modify the producer data during replication. For example, you can localize the data or populate the data that has been labeled differently in consumer tables.
- sys_created, sys_created_by, sys_domain, sys_updated_by, sys_id,
sys_mod_count, and other systems are automatically mapped to the consumer
and can't be remapped.
No other sys_ fields can be replicated.
- Adapters can't operate on the sys_journal field type such as Comments or Worknotes columns in a Task table.
- Calculated fields won't be transformed. A calculated field, such as the name field from sys_user, will replicate but cannot be transformed. Allowing a transformation breaks the calculation for the resulting field.Remarque :Calculated fields will not show as an option to transform.