Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show only
|
Search instead for
Did you mean:
This page has been translated for your convenience with an automatic translation service. This is not an official translation and may contain errors and inaccurate translations. Autodesk does not warrant, either expressly or implied, the accuracy, reliability or completeness of the information translated by the machine translation service and will not be liable for damages or losses caused by the trust placed in the translation service.Translate
I'm marking this idea as Gathering SUpport because after analyzing it further a proper implementation would require us to trigger the production_updated webhook when an event that changes that calculated field is changed (such as a punch clock record, downtime record, or shift), making the implementation unfeasible for the near future.
As we get more votes, we will keep prioritizing it.
On a side note, in the second version of Fusion Operations API you can find this endpoint for retrieving a production record by id (which includes the timeSpent attribute that you are looking for). Therefore, you can get the same outcome if after getting a production_created webhook you query the API to get the timeSpent for that record.