
Hi,
For each work order in D365 FO I would like to get access to the previous work order lifecycle states and when they started/ended.
The purpose is to visualize the data in PowerBI to understand the duration each work order spent at each stage.
I am able to see the lifecycle state log through the browser (see screenshot) by going to "All work orders" > click a work order > "Lifecycle State Log".
Does any one know what table this data is stored in? Can I access this through oData?
Hi JordanM1,
The form data is from the table StateLog (EntAssetLifecycleStateLog).This entity does not currently exist, but you can check the MS document to build an entity,expose and consume an entity for OData.