Hi All ,
I have created a production order in MS Dynamic 365 (Finance and Operation ).
However now I need to update the status of this production order using OData API from "Created" to "Estimated" to "Started" to "Reported as Finished" to "End".
I am currently using "ProductionOrderHeaders" OData entity to read the existing Production Status from the system.
However "ProductionOrderStatus" attribute is marked as "allowEdit=false". Hence unable to update the attribute using the same data entity .
Is there any way to update the Production Order status after the production order is created using OData API ?
If there is a way which data Entity or Action i need to use to achieve the same ?
Please let me know if there is a probable way.
Appreciate the help.
Regards,
Sameer Kulkarni