I'm building a Query Builder Report to find what WTparts has been modified by a process invoked by a list which comes from SAP.
To better clarify: we have 7 different views in Windchill (Design, Mfg, and other five views, one for each division).
Design View, Mfg View and Division View have three different LC.
In most cases it's Windchill that send LC state modified to SAP, but when a SAP user change LC state, using one of three specific state of Division view, SAP write a record in a file that Windchill process every night to align his Division view state.
Because this process also align more than 30 MFG attributes from SAP to Windchill, we iterate WTParts with modified attributes while only do a set state (without iteration) to the parts.
I was told to build the report using WTpart, Object History and Lifecycle History.
Which type of join may I have to use?
TIA