Reverting Changes in a Single Row

To revert pending changes to an existing object, perform these steps:

  1. Use newView() to access the appropriate view object for programmatic access

  2. Find the object by id

  3. Call the revertRowAndContainees() method as follows on the row

    yourRow.revertRowAndContainees()