Record Class Database Methods
You use the following record class methods to update the database:
-
Delete
-
Insert
-
Save
-
Update
Only use these methods in the following events (events that allow database updates):
-
SavePreChange
-
WorkFlow
-
SavePostChange
-
FieldChange
-
Application Engine PeopleCode action
Related Topics