There isn't much detail to go on, so I'll be making a few assumptions in my answer, but I hope this helps.
To get access to non-persistent fields, you'll need to go through the business object layer. In each object structure, you have the ability to expose non-persistent fields. At that point, you can use any number of methods to extract the data. Which one you pick will largely be influenced to how easily accessible the server is.
If you are polling as opposed to pushing, and have access to some kind of middleware, you might consider using REST or WebServices. If you are looking for updates to be triggered whenever records are updated, you could use Publish Channels if you have a well defined endpoint that can accept the outbound XML. CSV or IFACE tables are also an option if you can get the object structure to a place where you can mark it as flat and have appropriate access to fetch them.
------------------------------
Daniel Brame
Senior Technical Consultant
Intelligent Technology Solutions
dbrame@webuildits.comwww.webuildits.com@dbrame/@webuildits
------------------------------
Original Message:
Sent: Thu March 03, 2022 12:08 AM
From: KKunnuthara
Subject: Maximo outbound integration via a Data Warehouse
Hello all,
Has anyone worked on a Maximo outbound integration where a Data Warehousing tool reads from Maximo DB?
How do we send out non-persistent attributes in such a scenario?
Thanks,
------------------------------
KKunnuthara
------------------------------
#Maximo
#AssetandFacilitiesManagement