Correcting Records
Before you apply changes to the database, you can work on the CDS to specify the changes you want to make, using group updates and/or changes to individual records. You can perform more than one group update to a CDS, but only one at a time. You must also be careful to exclude any records you do not want changed during each group update, either with a SQL Where clause or by explicitly excluding individual records.
This section contains the following topics:
- Making Mass Changes: Group Updating
- Changing Individual Records in the CDS
If you have specified a manageable number of records, or if the changes you need to make are not uniform, it may be an efficient strategy to make changes to the CDS's values one at a time.
Parent topic: Making Mass Changes