Looking for more robust logging of actions:
- History record of all actions run with date time, who ran it and the outcome (success, error)
- Want to track if this action was run via the UI or API
- Want to see all historical data with a minimum of most recent 6 months
- Available in the API and UI
Also want to see data after each action is executed
- Currently, a summary count of successful updates, errors, etc is shown
- See the actual data for each count (so if the summary shows 3 records are in error, show the rows with the error)
- Available in the UI and API but providing it in the API first is acceptable