Jump to content

How to know if a version exists in Client Reviews


Byron Nash

Recommended Posts

In the versions page, I see an attribute for 'lists' which shows a link to the list that a version exists in. Is the same thing possible for client reviews? I need a way to tell if a version has been included in a review or not. Sometimes we can't tell or not without laboriously looking through all the client review lists.

Link to comment
Share on other sites

  • 5 weeks later...

Hi Byron,

ftrack doesn't currently have an attribute that would list Reviews in the same way lists can be displayed in the spreadsheet. I'll submit this as a feature request on your behalf with our product team.

In the short term this could be worked around using a custom attribute and some triggers if you have some pipeline engineers that can design and implement this kind of solution.

You could also build a query filter that would list any versions linked to a particular set of reviews. Depending on the case though, this may not be more efficient that looking at individual reviews:

review_session_objects.review_session.name = 'Some Review Name'

or

review_session_objects.review_session.name in ('First Review', 'Second Review')
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...