Hello experts, it is possible to run a job after he was made modify / delete / create on a data object, the scenario is as follows:
Data objects:
DO_Materials: getlist, getdetail, create, modify, delete
DO_Log: getlist,getdetail
Procedure:
1-In the PDA the user can create, modify, delete materials
2-The user makes a synchronization
3-The result of the operation displayed the user go through the log (DO_Log)
My idea is that after running the operation in the IM server, run as Job SDOE_LOAD with the transaction data object "DO_LOG."
This is possible?
regards