Occurs when the application performs the following actions on forms connected to business objects:
- Add
- Update
- Delete
- Load form data via browse, link button, or find
The event provides the unique ID (BusinessObjectInfo.ObjectKey) of the modified business object. Use this as an input object to the DI API DataBrowser.GetByKeys method to get a DI object.
Note: You can also use this feature in the UDO new default forms with the header-line style.