You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kporangehat edited this page Dec 8, 2010
·
2 revisions
If you want to work with 'smart' cut fields through the API, your script should use a corresponding 'raw' fields for all updates. The 'smart_cut_fields' are primarily for display in the UI, the real data is stored in a set of 'raw' fields that have different names.
Smart Fields
In the UI these fields attempt to calculate values based on data entered into the various fields. These fields can be queried via the API using the find() method, but not updated. Note that we are deprecating this feature and recommend creating your own cut fields from scratch, which will not contain any calculations which have proven to be too magical at times.
smart_cut_duration
smart_cut_in
smart_cut_out
smart_cut_summary_display*
smart_cut_duration_display*
smart_head_duration
smart_head_in
smart_head_out
smart_tail_duration
smart_tail_in
smart_tail_out
smart_working_duration*
*these are special summary fields that have no corresponding 'raw' field.
Raw Fields
These are the 'raw' fields that can be queried and updated through the API: