Example Uses
Adding Action to save a copy of a single Row or Table Results:
To add an action that will provide the ability to save the current Row or table results from an operation, use the following settings:
This action adds an action to the toolbar to every operation for the specified application. The action is displayed as the icon “dataengine/images/camera-icon.png”.
The action utilizes the built-in action “planetj.wow.repository.SaveSnapshotOfObjectAction”, which saves table results as a blob object inside WOW’s object repository table “WOBJECTREP”. See “Object Repository Data” for more details.
Adding Event to automatically save changes to WOW Operations:
To add an event that saves a copy of the operation after each time it is updated, use the following settings:
This feature lets the developer see what changes have occurred to an operation and by which developer. The event utilizes the built-in event “planetj.wow.repository.SaveSnapshotOfWowObjectAction”, which saves the operation as a blob object inside WOW’s object repository table “WOBJECTREP”. See “WOW Metadata Changes” for more details.
You can also set the Source Table to FIELDDATA (*), which lets you track field descriptor changes.