nick young Posted October 28, 2013 Report Share Posted October 28, 2013 Hi,I am new to ftrack and scripting, but I am excited about creating custom attributes, but need a little help.I successfully went through the tutorial for adding the Day Rate, Cost and Estimate attributes. However I wanted the the Cost calculation to use the day rate of each user, not a single project based value. I have added a user attribute for day rate, but I need to sum all the day rates of Users assigned to the Task, multiplied by bid.Any ideas on what the script would look like? Cheers Nick Link to comment Share on other sites More sharing options...
Mattias Lagergren Posted October 28, 2013 Report Share Posted October 28, 2013 Hi Nick, Using User attributes in the Expression attributes are not supported at the moment. I guess you would do something like: {self.bid * User.rate} I will add it as a feature request to our internal backlog. Best regards,Mattias L Link to comment Share on other sites More sharing options...
nick young Posted October 29, 2013 Author Report Share Posted October 29, 2013 Thanks for the reply Mattias.Can you give me an estimate on the time frame for release? I know backlog tasks are hard to estimate, however a ball park figure would be handy.Thanks Nick Link to comment Share on other sites More sharing options...
Mattias Lagergren Posted October 29, 2013 Report Share Posted October 29, 2013 Hi Nick, At the moment this feature is not estimated and planned in an up-coming release. But as soon as we have prioritized it I can give you a better time estimate on when it will make it into a release Best regards,Mattias L Link to comment Share on other sites More sharing options...
Fredrik Limsater Posted October 29, 2013 Report Share Posted October 29, 2013 Hi Nickjust to fill in on Mattias answer above. This week we are prioritising a lot of feature request for our upcoming releases and we should have a better answer early next week. If you don't see an answer in this topic next week you can just ping me at fredrik (at) ftrack.com Cheers,Fredrik Link to comment Share on other sites More sharing options...
Fredrik Limsater Posted October 30, 2013 Report Share Posted October 30, 2013 Hi Nick,we prioritised this yesterday as a high priority feature, so expect to see this soon in a coming release. With that said, expect a "lean and mean" version of our first stab at this. Maybe we only support that one user can be assign to the task for this to work (in ftrack you can assign multiple users to a task) etc. Cheers,Fredrik Link to comment Share on other sites More sharing options...
nick young Posted January 13, 2015 Author Report Share Posted January 13, 2015 Hi,It's been a while, and I am back evaluating F-Track once more.Was this feature addressed/released? I am looking at current release and I cannot see it mentioned.Thanks Nick Link to comment Share on other sites More sharing options...
kyuho_choi Posted November 26, 2016 Report Share Posted November 26, 2016 Hi, Same issue.. How can I get value of custom user attribute in the "Create attribute > Expression"? Is this issue solved? Link to comment Share on other sites More sharing options...
kyuho_choi Posted November 27, 2016 Report Share Posted November 27, 2016 18 hours ago, kyuho_choi said: Hi, Same issue.. How can I get value of custom user attribute in the "Create attribute > Expression"? Is this issue solved? And... Onemore Q Where is "User attribute" used? and, how can I use it? Link to comment Share on other sites More sharing options...
Mattias Lagergren Posted November 28, 2016 Report Share Posted November 28, 2016 On 11/26/2016 at 11:41 PM, kyuho_choi said: Is this issue solved? No, I'm afraid development of this feature got pushed and at the moment I do not have any dates for it. Is it the same use-case, to have a day rate attribute? 14 hours ago, kyuho_choi said: Where is "User attribute" used? You can use it from the Users & Groups page in system settings and see it on the sidebar for a user. It is also possible to retrieve it from the API. Link to comment Share on other sites More sharing options...
kyuho_choi Posted November 29, 2016 Report Share Posted November 29, 2016 19 hours ago, Mattias Lagergren said: Is it the same use-case, to have a day rate attribute? Yes~^^ Link to comment Share on other sites More sharing options...
Mattias Lagergren Posted November 29, 2016 Report Share Posted November 29, 2016 6 hours ago, kyuho_choi said: Yes~^^ Cool, I will add your name as a reference to the feature request ticket we have Link to comment Share on other sites More sharing options...
jiri.sindelar Posted December 15, 2016 Report Share Posted December 15, 2016 Hi, I would be also interested in a way to get "live" price per shot and per project by adding day/hour rate to users. Thank you, Jirka Link to comment Share on other sites More sharing options...
marcmorissette Posted September 17, 2019 Report Share Posted September 17, 2019 Hello all, I'm having issues entering {self.bid} does not return a value. Trying to figure out basic values from these attributes Bid Hours is {self.bid} ? No value is returned Worked Hours {self.worked} ? No value is returned. Thanks for any help also if you have a web page with some of the basics expression might be nice Link to comment Share on other sites More sharing options...
JPrydz Posted September 17, 2019 Report Share Posted September 17, 2019 Hi there, Welcome to the forum. You should be able to get the values for that. Could you let me know how you are using them, when not getting a value back? More information can be found here:https://help.ftrack.com/en/articles/1040474-using-custom-attributes Regards Johan Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.