Jump to content

Questions about "Note" in ftrack


YuChen

Recommended Posts

Hi,

I got some errors when running the examples provided by official tutor

The first one is to append a reply to a note with this command:

first_note_on_task.replies.append(reply)

I got an error about "Note" object has no "replies" attribute.

Another one is to create a note with label, a command likes this:

note = task.create_note( 'New note with external category', author=user, labels=[label] )

An error it says "create_note()" got an unexpected keyword argument 'lables'.

I wonder if version 4.6.15 has already supported both fucntions, or not ?

One more question is about the comparison of Note's and "Lable" and "Category". They looks quite the same for me and wonder if there's any functional difference between them ? An example to demonstrate it would be very welcome.

Thanks.

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...