For saving the GUID of a deleted object for e.g. interfacing purposes for datawarehouse export.
Use this module to track deletes of objects and save the GUID and type of object in a seperate entity. This can be used to inform other systems like a datawarehouse.
Features
- Uses a global before delete event handler for capturing deletes of objects - instead of having to create entity specific before delete event handlers.
- v1.0.0 for MX 7.23.31 or higher
- v2.0.0 for MX 8.18.19 or higher
- v2.0.0 for MX 9
Download the module and add it to your project.
1. After Startup
- Add the microflow
ASU_ObjectDeletion
of the moduleObjectDeletion
to your applications after startup microflow
2. Configuration overview
- Add the snippet
SNIP_Configuration
to a page or link to the pageEntityToTrack_Overview
of theObjectDeletion
module.
3. Configuration - To track the deletion of entities
- Go to the configuration page
- Click
New
and select the entities that you want to track deletes for. This is a simple multi-selection grid. - Click
Track
and the selection is saved - Click
Delete
to remove entites from being tracked.