Updating data records by using SQL
Use the ExecuteRDB SQL API to directly update records in your database through an activity, without requiring you to update a data object in Pega Platform.
In the header of Dev Studio, click
.In the activity rule form, enter a label, select an application and the associated ruleset, and then click Create and open.
On the Steps tab, in the Label field, enter a unique identifier for the step.
In the Method list, select Java.
To the left of the Method list, click the Expand icon.
In the Method Parameters section, in the Java Source field, enter an ExecuteRDB method.
Click Save.
Start the insert of records into your internal database by running the activity.
Previous topic Inserting data records by using SQL Next topic Deleting data records by using SQL