Skip to contents

A record_update_set object is created. Stores updates on dimension records.

Usage

record_update_set()

Value

A record_update_set object.

Details

Each update is made up of a dimension name, an old value set, and a new value set.

When the update is applied, all the dimension records that have the combination of old values are modified with the new values provided.

Examples


updates <- record_update_set()