Phil Franjo Posted September 24, 2019 Report Share Posted September 24, 2019 Hello! I'm currently reading documentation on the API/Event listeners, my goal being to have an event listener watch for the first activity on a shot (Whenever the shot is marked 'In Progress') and automatically populate the start date accordingly. I'd like to achieve this so our schedule/overview can be automatically populated, with the end date being auto-populated by the bid hours. My question is, once I figure out the way to do it, will it be populated retroactively? When I run the action will it populate all the start dates that aren't already populated? If not, is this possible to do through the API? Thank you, -Phil F Link to comment Share on other sites More sharing options...
Lorenzo Angeli Posted September 25, 2019 Report Share Posted September 25, 2019 hi @Phil Franjo, although with different scope , there's an example to monitor status changes through the events here : https://bitbucket.org/ftrack/ftrack-recipes/src/master/python/events/cascade_status_changes/ Being event based (hence real time) won't act retroactively , this is something you can implement as one off script on the same logic. Hope it helps. L. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now