Hi Ross, According to Workfront's API Explorer, the reservedTime (Time Off) object does not have an "entryDate" field and based off a quick review of the updates feed in the setup area, it doesn't appear that you are able to track time off records within the updates feed. You can certainly create a...
Hi Vin01, You can leverage a Journal report to monitor for field changes. The Journal report will enable you to capture the field's old value, new value, the date the field was updated, and the user that made the update. Thank you, Andy Koprowski
Another great tool for creating and updating records in bulk is Postman. As long as you have knowledge of Workfront's APIs and how to create and manipulate JSON data structures, Postman is a quick and efficient way to make API calls to your Workfront environment.
I am trying to create a project report that filters out all tasks without a milestone and show all the milestone tasks and their percent complete. The field I created: displayname=Milestone Trackinglistdelimiter=<br>listmethod=collected(tasks).listtextmode=truetype=iteratevalueexpression=CONCAT({mil...