I need to be able to capture new Jobs and Departments or changes to Jobs and Departments in GHR. Are there any tables available to access this information or a way to capture this real time?
First thing that comes to mind for me are the create and update timestamps. Real time, the only way I know of is if the update/create is tied to an action that a notification can be sent. But if you can do a daily report, timestamp fields would be my recommendation. If you're on prem, that's how I would do it. If multi in the cloud, I would think there might be a Birst capability that can be used.
We are on prem. And what I need to find is where the timestamps for these transactions are stored? I can see them on-line in the logs but I need to be able to access them preferably through the Landmark node in IPA but would even consider trying to access through ION.
I would think you would be best served by a Infor Birst Compass Query and export to CSV.
Were not in the cloud and don't have access to Birst.
The timestamps are stored in the business class itself. Through a LMTxn, you can get the create and update timestamps. It'll be in UTC. Example, a LMTxn for Position, you have Position_CreateStamp.TimeStamp and Position_UpdateStamp.TimeStamp. You can also get the Actor and Auth Actor should you want to get who did the create/update.
If you have the interface (generic) setup, the job export gets created when a change is made and can then also kick off a BOD, business object document. So depending on your requirements, you either need a config or set up of the BODs