Is there a way to duplicate a query field? I need to create a lot of similar fields and it would be easier to duplicate and change one filter rather than building the filter conditions from scratch every time.
Thanks!
Is there a way to duplicate a query field? I need to create a lot of similar fields and it would be easier to duplicate and change one filter rather than building the filter conditions from scratch every time.
Thanks!
Not that I know off but would it not be better to programmatically create the fields via the API and use a Event Daemon or Webhook to update them?
Seems like query fields can’t be created with the API?
shotgun_api3.shotgun.Fault: API schema_field_create() can’t create ‘query’ data type. Valid data types:
[“calculated”,
“checkbox”,
“currency”,
“date”,
“date_time”,
“duration”,
“entity”,
“float”,
“footage”,
“list”,
“multi_entity”,
“number”,
“percent”,
“status_list”,
“text”,
“timecode”,
“url”,
“uuid”]