bramw_baserow/backend/templates/business-goal-tracker-okrs....

13423 lines
675 KiB
JSON

{
"baserow_template_version": 1,
"name": "Business Goal Tracker (OKRs)",
"icon": "iconoir-okrs",
"keywords": [
"OKR",
"objectives and key results",
"goal tracker",
"business goal tracker",
"objectives tracker",
"progress tracker"
],
"categories": [
"Local Business",
"Professional",
"Startup"
],
"export": [
{
"id": 52671,
"name": "Business Goal Tracker",
"order": 1,
"type": "database",
"tables": [
{
"id": 133623,
"name": "Objectives",
"order": 1,
"fields": [
{
"id": 865541,
"type": "formula",
"name": "ID",
"order": 0,
"primary": true,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": null,
"formula": "concat( \n \"OBJ\", \n if( \n row_id() < 10, \n concat(\"0000\", row_id()), \n if( \n row_id() < 100, \n concat(\"000\", row_id()), \n if( \n row_id() < 1000, \n concat(\"00\", row_id()), \n if( \n row_id() < 10000, \n concat(\"0\", row_id()), \n row_id() \n ) \n ) \n ) \n ) \n)",
"formula_type": "text"
},
{
"id": 865542,
"type": "link_row",
"name": "Department",
"order": 2,
"primary": false,
"link_row_table_id": 133627,
"link_row_related_field_id": 865622,
"has_related_field": true
},
{
"id": 865543,
"type": "text",
"name": "Title",
"order": 3,
"primary": false,
"text_default": ""
},
{
"id": 865544,
"type": "long_text",
"name": "Description",
"order": 4,
"primary": false
},
{
"id": 865545,
"type": "link_row",
"name": "Leader",
"order": 5,
"primary": false,
"link_row_table_id": 133625,
"link_row_related_field_id": 866485,
"has_related_field": true
},
{
"id": 865546,
"type": "created_on",
"name": "Date created",
"order": 6,
"primary": false,
"date_format": "ISO",
"date_include_time": true,
"date_time_format": "24",
"timezone": "Asia/Singapore"
},
{
"id": 865547,
"type": "last_modified",
"name": "Date updated",
"order": 7,
"primary": false,
"date_format": "ISO",
"date_include_time": true,
"date_time_format": "24",
"timezone": "Asia/Singapore"
},
{
"id": 865548,
"type": "formula",
"name": "Key result count",
"order": 8,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": null,
"formula": "if( \n or( \n isblank(join(field(\"Related key results\"), \"\")), \n length(join(field(\"Related key results\"), \"\")) < 1 \n ), \n \"N/A\", \n count(field(\"Related key results\")) \n)",
"formula_type": "text"
},
{
"id": 865550,
"type": "long_text",
"name": "Additional notes",
"order": 10,
"primary": false
},
{
"id": 865551,
"type": "formula",
"name": "Department for sorting",
"order": 12,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": null,
"formula": "join(totext(field(\"Department\")), \"\")",
"formula_type": "text"
},
{
"id": 865553,
"type": "link_row",
"name": "Related key results",
"order": 14,
"primary": false,
"link_row_table_id": 133624,
"link_row_related_field_id": 865555,
"has_related_field": true
},
{
"id": 865624,
"type": "link_row",
"name": "Parent objective ID",
"order": 15,
"primary": false,
"link_row_table_id": 133623,
"link_row_related_field_id": null,
"has_related_field": false
},
{
"id": 865626,
"type": "formula",
"name": "Progress status (%)",
"order": 16,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 2,
"array_formula_type": null,
"formula": "round( \n avg( \n filter( \n lookup(\"Related key results\", \"Progress status (%)\"), \n and( \n totext(lookup(\"Related key results\", \"Status\")) != \"New\", \n totext(lookup(\"Related key results\", \"Status\")) != \"Cancelled\" \n ) \n ) \n ), \n 2 \n)",
"formula_type": "number"
},
{
"id": 865721,
"type": "formula",
"name": "Is department leader match",
"order": 18,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": null,
"formula": "if( \n any(lookup(\"Leader\", \"Department\") = field(\"Department\")), \n True, \n False \n)",
"formula_type": "boolean"
},
{
"id": 866478,
"type": "single_select",
"name": "Target period",
"order": 20,
"primary": false,
"select_options": [
{
"id": 409507,
"value": "2023-Q1",
"color": "dark-blue",
"order": 0
},
{
"id": 409508,
"value": "2023-Q2",
"color": "blue",
"order": 1
},
{
"id": 409509,
"value": "2023-Q3",
"color": "light-blue",
"order": 2
},
{
"id": 409510,
"value": "2023-Q4",
"color": "light-gray",
"order": 3
},
{
"id": 409511,
"value": "2024-Q1",
"color": "orange",
"order": 4
},
{
"id": 409512,
"value": "2024-Q2",
"color": "orange",
"order": 5
},
{
"id": 409513,
"value": "2024-Q3",
"color": "orange",
"order": 6
},
{
"id": 409514,
"value": "2024-Q4",
"color": "orange",
"order": 7
},
{
"id": 411849,
"value": "YYYY-QX",
"color": "dark-red",
"order": 8
}
]
},
{
"id": 888894,
"type": "formula",
"name": "Status",
"order": 21,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": null,
"formula": "if( \n or( \n isblank(join(field(\"Related key results\"), \"\")), \n length(join(field(\"Related key results\"), \"\")) < 1 \n ), \n \"\", \n if( \n any(totext(lookup(\"Related key results\", \"Status\")) = \"Missed\"), \n \"\u274c Missed\", \n if( \n every(totext(lookup(\"Related key results\", \"Status\")) = \"Cancelled\"), \n \"\u2702\ufe0f Cancelled\", \n if( \n every(totext(lookup(\"Related key results\", \"Status\")) = \"On hold\"), \n \"\ud83e\udd76 On hold\", \n if( \n or( \n every(totext(lookup(\"Related key results\", \"Status\")) = \"Completed\"), \n avg(lookup(\"Related key results\", \"Progress status (%)\")) = 100 \n ), \n \"\ud83c\udfc6 Achieved\", \n if( \n or( \n every(totext(lookup(\"Related key results\", \"Status\")) = \"In progress\"), \n avg(lookup(\"Related key results\", \"Progress status (%)\")) > 0 \n ), \n \"\u23f3 In progress\", \n if( \n every(totext(lookup(\"Related key results\", \"Status\")) = \"New\"), \n \"\ud83d\udca1 New\", \n if( \n every(totext(lookup(\"Related key results\", \"Status\")) = \"Scheduled\"), \n \"\ud83d\udcc6 Scheduled\", \n if( \n any(totext(lookup(\"Related key results\", \"Status\")) = \"Scheduled\"), \n \"\ud83d\udcc6 Scheduled\", \n \"\ud83d\udca1 New\" \n ) \n ) \n ) \n ) \n ) \n ) \n ) \n ) \n)",
"formula_type": "text"
}
],
"views": [
{
"id": 204918,
"type": "grid",
"name": "All objectives",
"order": 1,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 69418,
"field_id": 866478,
"order": "ASC"
},
{
"id": 69419,
"field_id": 865551,
"order": "ASC"
},
{
"id": 69421,
"field_id": 865626,
"order": "ASC"
}
],
"decorations": [
{
"id": 10951,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "ac28fea0-a552-4e10-8dc5-0bbe6fdbada7",
"color": "dark-orange",
"filters": [
{
"id": "8690a169-1fee-41d5-aff9-295a0cdaf126",
"type": "boolean",
"field": 865721,
"value": "0"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 11769,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "a3fff4b1-5b5e-46db-99f3-ae4bd082c7e1",
"color": "light-green",
"filters": [
{
"id": "341518e9-110f-479d-8144-44443caa1f91",
"type": "contains",
"field": 888894,
"value": "Achieved"
}
],
"operator": "AND"
},
{
"id": "5796b9a9-a466-4d09-9ea6-d9c84cba0494",
"color": "light-red",
"filters": [
{
"id": "201a1b02-38ce-4f42-a16f-12ffa1b4b784",
"type": "contains",
"field": 888894,
"value": "Missed"
},
{
"id": "01bc9f8a-9e0c-4c95-af17-2e6fc668c1b1",
"type": "contains",
"field": 888894,
"value": "Cancelled"
}
],
"operator": "OR"
},
{
"id": "4b4b9901-850c-414c-bfdd-c8c19560873a",
"color": "light-orange",
"filters": [
{
"id": "41b386de-64bc-4bdf-8a03-125fd78d9a91",
"type": "contains",
"field": 888894,
"value": "On hold"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 1264875,
"field_id": 865541,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1264876,
"field_id": 865542,
"width": 166,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1264877,
"field_id": 865543,
"width": 263,
"hidden": false,
"order": 3,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1264878,
"field_id": 865544,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1264879,
"field_id": 865545,
"width": 141,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1264880,
"field_id": 865546,
"width": 149,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264881,
"field_id": 865547,
"width": 149,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264882,
"field_id": 865548,
"width": 159,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264884,
"field_id": 865550,
"width": 181,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264885,
"field_id": 865551,
"width": 201,
"hidden": true,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264887,
"field_id": 865553,
"width": 176,
"hidden": true,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1265038,
"field_id": 865624,
"width": 176,
"hidden": false,
"order": 6,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1265039,
"field_id": 865626,
"width": 176,
"hidden": false,
"order": 8,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 1265321,
"field_id": 865721,
"width": 231,
"hidden": true,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1266245,
"field_id": 866478,
"width": 143,
"hidden": false,
"order": 2,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1303666,
"field_id": 888894,
"width": 106,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 212709,
"type": "grid",
"name": "Objectives for 2023-Q1",
"order": 2,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 85721,
"field_id": 866478,
"type": "single_select_equal",
"value": "409507"
}
],
"sortings": [
{
"id": 69436,
"field_id": 866478,
"order": "ASC"
},
{
"id": 69437,
"field_id": 865551,
"order": "ASC"
},
{
"id": 69438,
"field_id": 865626,
"order": "ASC"
}
],
"decorations": [
{
"id": 12012,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "ac28fea0-a552-4e10-8dc5-0bbe6fdbada7",
"color": "dark-orange",
"filters": [
{
"id": "8690a169-1fee-41d5-aff9-295a0cdaf126",
"type": "boolean",
"field": 865721,
"value": "0"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 12013,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "a3fff4b1-5b5e-46db-99f3-ae4bd082c7e1",
"color": "light-green",
"filters": [
{
"id": "341518e9-110f-479d-8144-44443caa1f91",
"type": "contains",
"field": 888894,
"value": "Achieved"
}
],
"operator": "AND"
},
{
"id": "5796b9a9-a466-4d09-9ea6-d9c84cba0494",
"color": "light-red",
"filters": [
{
"id": "201a1b02-38ce-4f42-a16f-12ffa1b4b784",
"type": "contains",
"field": 888894,
"value": "Missed"
},
{
"id": "01bc9f8a-9e0c-4c95-af17-2e6fc668c1b1",
"type": "contains",
"field": 888894,
"value": "Cancelled"
}
],
"operator": "OR"
},
{
"id": "4b4b9901-850c-414c-bfdd-c8c19560873a",
"color": "light-orange",
"filters": [
{
"id": "41b386de-64bc-4bdf-8a03-125fd78d9a91",
"type": "contains",
"field": 888894,
"value": "On hold"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 1313988,
"field_id": 865541,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1313989,
"field_id": 865542,
"width": 166,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313990,
"field_id": 865543,
"width": 263,
"hidden": false,
"order": 3,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1313991,
"field_id": 865544,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313992,
"field_id": 865545,
"width": 141,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313993,
"field_id": 865546,
"width": 149,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313994,
"field_id": 865547,
"width": 149,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313995,
"field_id": 865548,
"width": 159,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313996,
"field_id": 865550,
"width": 181,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313997,
"field_id": 865551,
"width": 201,
"hidden": true,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313998,
"field_id": 865553,
"width": 176,
"hidden": true,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313999,
"field_id": 865624,
"width": 176,
"hidden": false,
"order": 6,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1314000,
"field_id": 865626,
"width": 176,
"hidden": false,
"order": 8,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 1314001,
"field_id": 865721,
"width": 231,
"hidden": true,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1314002,
"field_id": 866478,
"width": 143,
"hidden": false,
"order": 2,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1314003,
"field_id": 888894,
"width": 106,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 212710,
"type": "grid",
"name": "Objectives for 2023-Q2",
"order": 3,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 85723,
"field_id": 866478,
"type": "single_select_equal",
"value": "409508"
}
],
"sortings": [
{
"id": 69440,
"field_id": 866478,
"order": "ASC"
},
{
"id": 69441,
"field_id": 865551,
"order": "ASC"
},
{
"id": 69442,
"field_id": 865626,
"order": "ASC"
}
],
"decorations": [
{
"id": 12014,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "ac28fea0-a552-4e10-8dc5-0bbe6fdbada7",
"color": "dark-orange",
"filters": [
{
"id": "8690a169-1fee-41d5-aff9-295a0cdaf126",
"type": "boolean",
"field": 865721,
"value": "0"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 12015,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "a3fff4b1-5b5e-46db-99f3-ae4bd082c7e1",
"color": "light-green",
"filters": [
{
"id": "341518e9-110f-479d-8144-44443caa1f91",
"type": "contains",
"field": 888894,
"value": "Achieved"
}
],
"operator": "AND"
},
{
"id": "5796b9a9-a466-4d09-9ea6-d9c84cba0494",
"color": "light-red",
"filters": [
{
"id": "201a1b02-38ce-4f42-a16f-12ffa1b4b784",
"type": "contains",
"field": 888894,
"value": "Missed"
},
{
"id": "01bc9f8a-9e0c-4c95-af17-2e6fc668c1b1",
"type": "contains",
"field": 888894,
"value": "Cancelled"
}
],
"operator": "OR"
},
{
"id": "4b4b9901-850c-414c-bfdd-c8c19560873a",
"color": "light-orange",
"filters": [
{
"id": "41b386de-64bc-4bdf-8a03-125fd78d9a91",
"type": "contains",
"field": 888894,
"value": "On hold"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 1314004,
"field_id": 865541,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1314005,
"field_id": 865542,
"width": 166,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1314006,
"field_id": 865543,
"width": 263,
"hidden": false,
"order": 3,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1314007,
"field_id": 865544,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1314008,
"field_id": 865545,
"width": 141,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1314009,
"field_id": 865546,
"width": 149,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1314010,
"field_id": 865547,
"width": 149,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1314011,
"field_id": 865548,
"width": 159,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1314012,
"field_id": 865550,
"width": 181,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1314013,
"field_id": 865551,
"width": 201,
"hidden": true,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1314014,
"field_id": 865553,
"width": 176,
"hidden": true,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1314015,
"field_id": 865624,
"width": 176,
"hidden": false,
"order": 6,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1314016,
"field_id": 865626,
"width": 176,
"hidden": false,
"order": 8,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 1314017,
"field_id": 865721,
"width": 231,
"hidden": true,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1314018,
"field_id": 866478,
"width": 143,
"hidden": false,
"order": 2,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1314019,
"field_id": 888894,
"width": 106,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 212711,
"type": "grid",
"name": "Objectives for 2023-Q3",
"order": 4,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 85724,
"field_id": 866478,
"type": "single_select_equal",
"value": "409509"
}
],
"sortings": [
{
"id": 69443,
"field_id": 866478,
"order": "ASC"
},
{
"id": 69444,
"field_id": 865551,
"order": "ASC"
},
{
"id": 69445,
"field_id": 865626,
"order": "ASC"
}
],
"decorations": [
{
"id": 12016,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "ac28fea0-a552-4e10-8dc5-0bbe6fdbada7",
"color": "dark-orange",
"filters": [
{
"id": "8690a169-1fee-41d5-aff9-295a0cdaf126",
"type": "boolean",
"field": 865721,
"value": "0"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 12017,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "a3fff4b1-5b5e-46db-99f3-ae4bd082c7e1",
"color": "light-green",
"filters": [
{
"id": "341518e9-110f-479d-8144-44443caa1f91",
"type": "contains",
"field": 888894,
"value": "Achieved"
}
],
"operator": "AND"
},
{
"id": "5796b9a9-a466-4d09-9ea6-d9c84cba0494",
"color": "light-red",
"filters": [
{
"id": "201a1b02-38ce-4f42-a16f-12ffa1b4b784",
"type": "contains",
"field": 888894,
"value": "Missed"
},
{
"id": "01bc9f8a-9e0c-4c95-af17-2e6fc668c1b1",
"type": "contains",
"field": 888894,
"value": "Cancelled"
}
],
"operator": "OR"
},
{
"id": "4b4b9901-850c-414c-bfdd-c8c19560873a",
"color": "light-orange",
"filters": [
{
"id": "41b386de-64bc-4bdf-8a03-125fd78d9a91",
"type": "contains",
"field": 888894,
"value": "On hold"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 1314020,
"field_id": 865541,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1314021,
"field_id": 865542,
"width": 166,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1314022,
"field_id": 865543,
"width": 263,
"hidden": false,
"order": 3,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1314023,
"field_id": 865544,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1314024,
"field_id": 865545,
"width": 141,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1314025,
"field_id": 865546,
"width": 149,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1314026,
"field_id": 865547,
"width": 149,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1314027,
"field_id": 865548,
"width": 159,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1314028,
"field_id": 865550,
"width": 181,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1314029,
"field_id": 865551,
"width": 201,
"hidden": true,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1314030,
"field_id": 865553,
"width": 176,
"hidden": true,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1314031,
"field_id": 865624,
"width": 176,
"hidden": false,
"order": 6,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1314032,
"field_id": 865626,
"width": 176,
"hidden": false,
"order": 8,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 1314033,
"field_id": 865721,
"width": 231,
"hidden": true,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1314034,
"field_id": 866478,
"width": 143,
"hidden": false,
"order": 2,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1314035,
"field_id": 888894,
"width": 106,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 212679,
"type": "kanban",
"name": "By target period",
"order": 5,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [],
"decorations": [
{
"id": 11995,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "a660d6c1-3d28-410f-a388-0a50704cc1cd",
"color": "dark-orange",
"filters": [
{
"id": "af1b5327-9862-48cc-94da-da57cb0c99ec",
"type": "boolean",
"field": 865721,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 11996,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "87ada9af-68a6-4597-9dcc-6e4b53184c7c",
"color": "light-green",
"filters": [
{
"id": "68da81ca-fc29-4452-8d47-9c1d1f749167",
"type": "contains",
"field": 888894,
"value": "Achieved"
}
],
"operator": "AND"
},
{
"id": "f6e77d87-069c-4a93-a856-65838c7b9718",
"color": "light-red",
"filters": [
{
"id": "ddc9c469-2025-45d9-95ba-bbb314b28f5c",
"type": "contains",
"field": 888894,
"value": "Missed"
},
{
"id": "cff942e4-51e8-497d-b4a6-c968cb759892",
"type": "contains",
"field": 888894,
"value": "Cancelled"
}
],
"operator": "OR"
},
{
"id": "ca5a74af-f514-4549-8b16-b9554458c54f",
"color": "light-orange",
"filters": [
{
"id": "b5ab3f52-b0e6-41a5-92ba-b0d9255cf677",
"type": "contains",
"field": 888894,
"value": "On hold"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"single_select_field_id": 866478,
"field_options": [
{
"id": 65557,
"field_id": 865541,
"hidden": false,
"order": 1
},
{
"id": 65558,
"field_id": 865542,
"hidden": false,
"order": 2
},
{
"id": 65559,
"field_id": 865543,
"hidden": false,
"order": 3
},
{
"id": 65560,
"field_id": 865544,
"hidden": false,
"order": 4
},
{
"id": 65561,
"field_id": 865545,
"hidden": false,
"order": 5
},
{
"id": 65562,
"field_id": 865546,
"hidden": true,
"order": 6
},
{
"id": 65563,
"field_id": 865547,
"hidden": true,
"order": 7
},
{
"id": 65564,
"field_id": 865548,
"hidden": true,
"order": 8
},
{
"id": 65565,
"field_id": 865550,
"hidden": true,
"order": 9
},
{
"id": 65566,
"field_id": 865551,
"hidden": true,
"order": 10
},
{
"id": 65567,
"field_id": 865553,
"hidden": true,
"order": 11
},
{
"id": 65572,
"field_id": 888894,
"hidden": true,
"order": 12
},
{
"id": 65569,
"field_id": 865626,
"hidden": true,
"order": 13
},
{
"id": 65568,
"field_id": 865624,
"hidden": true,
"order": 14
},
{
"id": 65570,
"field_id": 865721,
"hidden": true,
"order": 15
},
{
"id": 65571,
"field_id": 866478,
"hidden": true,
"order": 16
}
]
},
{
"id": 212627,
"type": "form",
"name": "Add objective",
"order": 6,
"public": false,
"title": "Add a new goal",
"description": "",
"cover_image": {
"name": "Xu96KLpXQi2nneZMS0iGFm8BVz1Yp2lr_ddf9d954de898db47bb2df2a03c0af4eb23760208e68445d3ce48d93d0233262.jpg",
"original_name": "Header.Target.09.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "A new objective or goal was successfully added to the database. Please reload this page to add more.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 138051,
"field_id": 865542,
"name": "",
"description": "Please select the department within your organization for which this goal or objective is intended.",
"enabled": true,
"required": true,
"order": 0,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138064,
"field_id": 866478,
"name": "",
"description": "Please select the time frame for completing and tracking this objective and its key results. OKRs are typically set per quarter, so an example would be the year and quarter in which the goal is to be completed (e.g., \"2023-Q3\").",
"enabled": true,
"required": true,
"order": 1,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138052,
"field_id": 865543,
"name": "",
"description": "Please give this objective a name or a brief summary.",
"enabled": true,
"required": true,
"order": 2,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138053,
"field_id": 865544,
"name": "",
"description": "Type below a detailed explanation or description of this objective.",
"enabled": true,
"required": false,
"order": 3,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138061,
"field_id": 865624,
"name": "",
"description": "If applicable, select the parent objective ID for which this child objective is intended. This is for more complex goal structures in which this objective may be a key result of a top-level goal.",
"enabled": true,
"required": false,
"order": 4,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138054,
"field_id": 865545,
"name": "",
"description": "Select the team leader who is supposed to oversee or be in charge of achieving this objective.",
"enabled": true,
"required": false,
"order": 5,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138058,
"field_id": 865550,
"name": "",
"description": "Enter any additional remarks about this objective.",
"enabled": true,
"required": false,
"order": 6,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138050,
"field_id": 865541,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 7,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138055,
"field_id": 865546,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 8,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138056,
"field_id": 865547,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 9,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138057,
"field_id": 865548,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 10,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138059,
"field_id": 865551,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 11,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138060,
"field_id": 865553,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 12,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138062,
"field_id": 865626,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 13,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138063,
"field_id": 865721,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 14,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138065,
"field_id": 888894,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 15,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-10-06T15:47:09.309723+00:00",
"updated_on": "2023-02-03T02:58:00.237153+00:00",
"field_865541": null,
"field_865542": [
8
],
"field_865543": "Increase company revenue",
"field_865544": "Our objective is to increase company revenue by 15% by the end of the quarter. To do this, we will focus on growing our product line, making sure customers are happy, and putting more effort into sales and marketing.",
"field_865545": [
1
],
"field_865546": null,
"field_865547": null,
"field_865548": null,
"field_865550": "This is a top-level goal in a multi-level and departmental OKR framework. See sub/child goals or related objectives in the same table (please refer to the \"Parent objective ID\" field).",
"field_865551": null,
"field_865553": [],
"field_865624": [],
"field_865626": null,
"field_865721": null,
"field_866478": 409507,
"field_888894": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-10-06T15:47:09.309819+00:00",
"updated_on": "2023-02-03T02:58:09.534855+00:00",
"field_865541": null,
"field_865542": [
8
],
"field_865543": "Achieve higher customer satisfaction",
"field_865544": "By the end of the quarter, we hope to have increased customer satisfaction by 10%. This, we believe, will increase customer loyalty and repeat business, as well as improve word-of-mouth recommendations.",
"field_865545": [
5
],
"field_865546": null,
"field_865547": null,
"field_865548": null,
"field_865550": "This is a top-level goal in a multi-level and departmental OKR framework. See sub/child goals or related objectives in the same table (please refer to the \"Parent objective ID\" field).",
"field_865551": null,
"field_865553": [],
"field_865624": [],
"field_865626": null,
"field_865721": null,
"field_866478": 409507,
"field_888894": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-10-06T15:47:09.309876+00:00",
"updated_on": "2023-02-03T02:06:23.119323+00:00",
"field_865541": null,
"field_865542": [
7
],
"field_865543": "Improve on our previous quarters sales performance",
"field_865544": "Our goal is to increase sales by 15% over the previous quarter. This, we believe, will be accomplished through a combination of new product launches, increased marketing efforts, and enhanced sales processes.",
"field_865545": [
3
],
"field_865546": null,
"field_865547": null,
"field_865548": null,
"field_865550": "",
"field_865551": null,
"field_865553": [
1,
2
],
"field_865624": [
1
],
"field_865626": null,
"field_865721": null,
"field_866478": 409507,
"field_888894": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-10-06T15:47:09.309925+00:00",
"updated_on": "2023-02-03T02:49:27.500475+00:00",
"field_865541": null,
"field_865542": [
4
],
"field_865543": "Reduce operational costs by 10%",
"field_865544": "Our goal for the coming quarter is to cut operational costs by 10%. This will assist us in increasing profitability and developing a more sustainable business model.",
"field_865545": [
3
],
"field_865546": null,
"field_865547": null,
"field_865548": null,
"field_865550": "Other executives are monitoring the progress of this objective too.",
"field_865551": null,
"field_865553": [
3
],
"field_865624": [
1
],
"field_865626": null,
"field_865721": null,
"field_866478": 409507,
"field_888894": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2022-10-06T15:47:09.309970+00:00",
"updated_on": "2023-02-03T02:06:23.173687+00:00",
"field_865541": null,
"field_865542": [
6
],
"field_865543": "Increase number of active users by 20%",
"field_865544": "Our goal for the next quarter is to increase the number of active users by 20%. This will assist us in increasing user engagement and revenue through increased usage.",
"field_865545": [
4
],
"field_865546": null,
"field_865547": null,
"field_865548": null,
"field_865550": "",
"field_865551": null,
"field_865553": [
4,
5
],
"field_865624": [
1
],
"field_865626": null,
"field_865721": null,
"field_866478": 409507,
"field_888894": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310011+00:00",
"updated_on": "2023-02-03T02:06:23.197936+00:00",
"field_865541": null,
"field_865542": [
1
],
"field_865543": "Develop new products",
"field_865544": "Within the next quarter, we hope to develop and launch two new products. This will allow us to broaden our product line and increase revenue by introducing new products.",
"field_865545": [
2
],
"field_865546": null,
"field_865547": null,
"field_865548": null,
"field_865550": "",
"field_865551": null,
"field_865553": [
6,
7,
8,
9
],
"field_865624": [
1
],
"field_865626": null,
"field_865721": null,
"field_866478": 409507,
"field_888894": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310055+00:00",
"updated_on": "2023-02-03T02:06:23.230979+00:00",
"field_865541": null,
"field_865542": [
1
],
"field_865543": "Review our products' quality",
"field_865544": "Our goal is to evaluate and enhance the quality of our existing items. This will assist us in ensuring customer happiness, enhancing customer loyalty, and decreasing returns and warranty claims.",
"field_865545": [
2
],
"field_865546": null,
"field_865547": null,
"field_865548": null,
"field_865550": "",
"field_865551": null,
"field_865553": [
10,
11
],
"field_865624": [
2
],
"field_865626": null,
"field_865721": null,
"field_866478": 409507,
"field_888894": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310086+00:00",
"updated_on": "2023-02-03T02:06:23.258950+00:00",
"field_865541": null,
"field_865542": [
7
],
"field_865543": "Expand our customer service",
"field_865544": "Our objective is to expand and improve our customer service offerings. This will help us to provide better support to our customers, increase customer satisfaction, and reduce customer churn.",
"field_865545": [
5
],
"field_865546": null,
"field_865547": null,
"field_865548": null,
"field_865550": "",
"field_865551": null,
"field_865553": [
12,
13
],
"field_865624": [
2
],
"field_865626": null,
"field_865721": null,
"field_866478": 409507,
"field_888894": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310115+00:00",
"updated_on": "2023-02-03T02:06:23.283937+00:00",
"field_865541": null,
"field_865542": [
7
],
"field_865543": "Enhance skills of our customer service team",
"field_865544": "To that end, we're working to strengthen the abilities of our support staff. We can improve our customer service, which will lead to happier clients who are less likely to leave us as a result.",
"field_865545": [
5
],
"field_865546": null,
"field_865547": null,
"field_865548": null,
"field_865550": "",
"field_865551": null,
"field_865553": [
14,
15
],
"field_865624": [
2
],
"field_865626": null,
"field_865721": null,
"field_866478": 409507,
"field_888894": null
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310143+00:00",
"updated_on": "2023-02-03T02:06:23.308441+00:00",
"field_865541": null,
"field_865542": [
7
],
"field_865543": "Come up with incentives for our new customers",
"field_865544": "To acquire and retain customers, we provide fresh incentives. This will boost revenue, customer retention, and acquisition.",
"field_865545": [
5
],
"field_865546": null,
"field_865547": null,
"field_865548": null,
"field_865550": "",
"field_865551": null,
"field_865553": [
16,
17
],
"field_865624": [
2
],
"field_865626": null,
"field_865721": null,
"field_866478": 409507,
"field_888894": null
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310172+00:00",
"updated_on": "2023-02-03T02:58:12.669625+00:00",
"field_865541": null,
"field_865542": [
8
],
"field_865543": "Increase company revenue",
"field_865544": "Our objective is to increase company revenue by 15% by the end of the quarter. To do this, we will focus on growing our product line, making sure customers are happy, and putting more effort into sales and marketing.",
"field_865545": [
1
],
"field_865546": null,
"field_865547": null,
"field_865548": null,
"field_865550": "This is a top-level goal in a multi-level and departmental OKR framework. See sub/child goals or related objectives in the same table (please refer to the \"Parent objective ID\" field).",
"field_865551": null,
"field_865553": [],
"field_865624": [],
"field_865626": null,
"field_865721": null,
"field_866478": 409508,
"field_888894": null
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310199+00:00",
"updated_on": "2023-02-03T02:58:13.974873+00:00",
"field_865541": null,
"field_865542": [
8
],
"field_865543": "Achieve higher customer retention rate",
"field_865544": "By the end of the quarter, we hope to have increased customer satisfaction by 10%. This, we believe, will increase customer loyalty and repeat business, as well as improve word-of-mouth recommendations.",
"field_865545": [
5
],
"field_865546": null,
"field_865547": null,
"field_865548": null,
"field_865550": "This is a top-level goal in a multi-level and departmental OKR framework. See sub/child goals or related objectives in the same table (please refer to the \"Parent objective ID\" field).",
"field_865551": null,
"field_865553": [],
"field_865624": [],
"field_865626": null,
"field_865721": null,
"field_866478": 409508,
"field_888894": null
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310227+00:00",
"updated_on": "2023-02-03T02:06:23.387086+00:00",
"field_865541": null,
"field_865542": [
7
],
"field_865543": "Improve on our previous quarters sales performance",
"field_865544": "Our goal is to increase sales by 15% over the previous quarter. This, we believe, will be accomplished through a combination of new product launches, increased marketing efforts, and enhanced sales processes.",
"field_865545": [
3
],
"field_865546": null,
"field_865547": null,
"field_865548": null,
"field_865550": "",
"field_865551": null,
"field_865553": [
18,
19
],
"field_865624": [
11
],
"field_865626": null,
"field_865721": null,
"field_866478": 409508,
"field_888894": null
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310256+00:00",
"updated_on": "2023-02-03T02:43:24.503706+00:00",
"field_865541": null,
"field_865542": [
6
],
"field_865543": "Increase number of active users by 30%",
"field_865544": "Our goal for the next quarter is to increase the number of active users by 30%. This will assist us in increasing user engagement and revenue through increased usage.",
"field_865545": [
4
],
"field_865546": null,
"field_865547": null,
"field_865548": null,
"field_865550": "Other executives are monitoring the progress of this objective too.",
"field_865551": null,
"field_865553": [
20,
21
],
"field_865624": [
11
],
"field_865626": null,
"field_865721": null,
"field_866478": 409508,
"field_888894": null
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310283+00:00",
"updated_on": "2023-02-03T02:06:23.637575+00:00",
"field_865541": null,
"field_865542": [
1
],
"field_865543": "Develop new products",
"field_865544": "Within the next quarter, we hope to develop and launch two new products. This will allow us to broaden our product line and increase revenue by introducing new products.",
"field_865545": [
2
],
"field_865546": null,
"field_865547": null,
"field_865548": null,
"field_865550": "",
"field_865551": null,
"field_865553": [
22,
23,
24,
25
],
"field_865624": [
11
],
"field_865626": null,
"field_865721": null,
"field_866478": 409508,
"field_888894": null
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310312+00:00",
"updated_on": "2023-02-03T02:06:23.664692+00:00",
"field_865541": null,
"field_865542": [
1
],
"field_865543": "Review our products' quality",
"field_865544": "Our goal is to evaluate and enhance the quality of our existing items. This will assist us in ensuring customer happiness, enhancing customer loyalty, and decreasing returns and warranty claims.",
"field_865545": [
2
],
"field_865546": null,
"field_865547": null,
"field_865548": null,
"field_865550": "",
"field_865551": null,
"field_865553": [
26
],
"field_865624": [
12
],
"field_865626": null,
"field_865721": null,
"field_866478": 409508,
"field_888894": null
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310339+00:00",
"updated_on": "2023-02-03T02:06:23.691043+00:00",
"field_865541": null,
"field_865542": [
6
],
"field_865543": "Implement new customer loyalty program",
"field_865544": "The new customer loyalty program will be used to boost loyalty and retention rates. We can grow sales, keep our best clients, and keep them coming back for more with this strategy.",
"field_865545": [
4
],
"field_865546": null,
"field_865547": null,
"field_865548": null,
"field_865550": "",
"field_865551": null,
"field_865553": [
27,
28
],
"field_865624": [
12
],
"field_865626": null,
"field_865721": null,
"field_866478": 409508,
"field_888894": null
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310368+00:00",
"updated_on": "2023-02-03T02:06:23.717414+00:00",
"field_865541": null,
"field_865542": [
6
],
"field_865543": "Launch new product events",
"field_865544": "The goal of launching new product events is to raise brand awareness and increase product sales. This will help us get the word out about our products, find new customers, and make more money.",
"field_865545": [
4
],
"field_865546": null,
"field_865547": null,
"field_865548": null,
"field_865550": "",
"field_865551": null,
"field_865553": [
29,
30
],
"field_865624": [
12
],
"field_865626": null,
"field_865721": null,
"field_866478": 409508,
"field_888894": null
},
{
"id": 19,
"order": "19.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310395+00:00",
"updated_on": "2023-02-03T02:58:15.519468+00:00",
"field_865541": null,
"field_865542": [
8
],
"field_865543": "Increase company revenue",
"field_865544": "Our objective is to increase company revenue by 15% by the end of the quarter. To do this, we will focus on growing our product line, making sure customers are happy, and putting more effort into sales and marketing.",
"field_865545": [
1
],
"field_865546": null,
"field_865547": null,
"field_865548": null,
"field_865550": "This is a top-level goal in a multi-level and departmental OKR framework. See sub/child goals or related objectives in the same table (please refer to the \"Parent objective ID\" field).",
"field_865551": null,
"field_865553": [],
"field_865624": [],
"field_865626": null,
"field_865721": null,
"field_866478": 409509,
"field_888894": null
},
{
"id": 20,
"order": "20.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310422+00:00",
"updated_on": "2023-02-03T02:58:17.508788+00:00",
"field_865541": null,
"field_865542": [
8
],
"field_865543": "Achieve 90% customer satisfaction",
"field_865544": "By the end of the quarter, we hope to have increased customer satisfaction by 10%. This, we believe, will increase customer loyalty and repeat business, as well as improve word-of-mouth recommendations.",
"field_865545": [
5
],
"field_865546": null,
"field_865547": null,
"field_865548": null,
"field_865550": "This is a top-level goal in a multi-level and departmental OKR framework. See sub/child goals or related objectives in the same table (please refer to the \"Parent objective ID\" field).",
"field_865551": null,
"field_865553": [],
"field_865624": [],
"field_865626": null,
"field_865721": null,
"field_866478": 409509,
"field_888894": null
},
{
"id": 21,
"order": "21.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310450+00:00",
"updated_on": "2023-02-03T02:06:23.801005+00:00",
"field_865541": null,
"field_865542": [
7
],
"field_865543": "Improve on our previous quarters sales performance",
"field_865544": "Our goal is to increase sales by 15% over the previous quarter. This, we believe, will be accomplished through a combination of new product launches, increased marketing efforts, and enhanced sales processes.",
"field_865545": [
3
],
"field_865546": null,
"field_865547": null,
"field_865548": null,
"field_865550": "",
"field_865551": null,
"field_865553": [
31
],
"field_865624": [
19
],
"field_865626": null,
"field_865721": null,
"field_866478": 409509,
"field_888894": null
},
{
"id": 22,
"order": "22.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310477+00:00",
"updated_on": "2023-02-03T02:44:01.653885+00:00",
"field_865541": null,
"field_865542": [
6
],
"field_865543": "Increase number of active users by 40%",
"field_865544": "Our goal for the next quarter is to increase the number of active users by 40%. This will assist us in increasing user engagement and revenue through increased usage.",
"field_865545": [
4
],
"field_865546": null,
"field_865547": null,
"field_865548": null,
"field_865550": "Other executives are monitoring the progress of this objective too.",
"field_865551": null,
"field_865553": [
32
],
"field_865624": [
19
],
"field_865626": null,
"field_865721": null,
"field_866478": 409509,
"field_888894": null
},
{
"id": 23,
"order": "23.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310505+00:00",
"updated_on": "2023-02-03T02:06:23.857060+00:00",
"field_865541": null,
"field_865542": [
6
],
"field_865543": "Achieve 15% market share",
"field_865544": "To become a dominant player and expand our customer base, we want to earn a 15% share of the market in our sector. We can expand our consumer base, boost our earnings, and carve ourselves a dominant market position thanks to this.",
"field_865545": [
4
],
"field_865546": null,
"field_865547": null,
"field_865548": null,
"field_865550": "",
"field_865551": null,
"field_865553": [
33,
34,
35
],
"field_865624": [
19
],
"field_865626": null,
"field_865721": null,
"field_866478": 409509,
"field_888894": null
},
{
"id": 24,
"order": "24.00000000000000000000",
"created_on": "2023-01-24T16:27:05.090404+00:00",
"updated_on": "2023-02-03T02:06:23.882250+00:00",
"field_865541": null,
"field_865542": [
1
],
"field_865543": "Launch new products",
"field_865544": "We hope that by expanding our product line through fresh releases, we may attract a wider audience. This will enable us to outpace the competition, increase the variety of our revenue streams, and cater to our clients' ever-changing wants and needs.",
"field_865545": [
2
],
"field_865546": null,
"field_865547": null,
"field_865548": null,
"field_865550": "",
"field_865551": null,
"field_865553": [
36,
37,
38
],
"field_865624": [
19
],
"field_865626": null,
"field_865721": null,
"field_866478": 409509,
"field_888894": null
}
]
},
{
"id": 133624,
"name": "Key results",
"order": 2,
"fields": [
{
"id": 865554,
"type": "formula",
"name": "ID",
"order": 0,
"primary": true,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": null,
"formula": "concat( \n \"KR\", \n if( \n row_id() < 10, \n concat(\"0000\", row_id()), \n if( \n row_id() < 100, \n concat(\"000\", row_id()), \n if( \n row_id() < 1000, \n concat(\"00\", row_id()), \n if( \n row_id() < 10000, \n concat(\"0\", row_id()), \n row_id() \n ) \n ) \n ) \n ) \n)",
"formula_type": "text"
},
{
"id": 865555,
"type": "link_row",
"name": "Objective ID",
"order": 3,
"primary": false,
"link_row_table_id": 133623,
"link_row_related_field_id": 865553,
"has_related_field": true
},
{
"id": 865556,
"type": "text",
"name": "Title",
"order": 6,
"primary": false,
"text_default": ""
},
{
"id": 865557,
"type": "long_text",
"name": "Description",
"order": 7,
"primary": false
},
{
"id": 865558,
"type": "created_on",
"name": "Date created",
"order": 10,
"primary": false,
"date_format": "ISO",
"date_include_time": true,
"date_time_format": "24",
"timezone": "Asia/Singapore"
},
{
"id": 865559,
"type": "last_modified",
"name": "Date updated",
"order": 11,
"primary": false,
"date_format": "ISO",
"date_include_time": true,
"date_time_format": "24",
"timezone": "Asia/Singapore"
},
{
"id": 865560,
"type": "formula",
"name": "Group bgcolor",
"order": 12,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": null,
"formula": "join( \n if( \n or( \n trunc(tonumber(right(totext(field(\"Objective ID\")), 1))) = 1, \n trunc(tonumber(right(totext(field(\"Objective ID\")), 1))) = 6 \n ), \n \"S\", \n if( \n or( \n trunc(tonumber(right(totext(field(\"Objective ID\")), 1))) = 2, \n trunc(tonumber(right(totext(field(\"Objective ID\")), 1))) = 7 \n ), \n \"Y\", \n if( \n or( \n trunc(tonumber(right(totext(field(\"Objective ID\")), 1))) = 3, \n trunc(tonumber(right(totext(field(\"Objective ID\")), 1))) = 8 \n ), \n \"G\", \n if( \n or( \n trunc(tonumber(right(totext(field(\"Objective ID\")), 1))) = 4, \n trunc(tonumber(right(totext(field(\"Objective ID\")), 1))) = 9 \n ), \n \"R\", \n \"B\" \n ) \n ) \n ) \n ), \n \"\" \n)",
"formula_type": "text"
},
{
"id": 865561,
"type": "formula",
"name": "Objective ID for sorting",
"order": 14,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": null,
"formula": "join(totext(field(\"Objective ID\")), \"\")",
"formula_type": "text"
},
{
"id": 866362,
"type": "number",
"name": "Progress status (%)",
"order": 15,
"primary": false,
"number_decimal_places": 2,
"number_negative": false
},
{
"id": 866364,
"type": "single_select",
"name": "Status",
"order": 16,
"primary": false,
"select_options": [
{
"id": 400507,
"value": "New",
"color": "dark-blue",
"order": 0
},
{
"id": 400508,
"value": "Scheduled",
"color": "dark-gray",
"order": 1
},
{
"id": 400509,
"value": "In progress",
"color": "dark-orange",
"order": 2
},
{
"id": 400510,
"value": "On hold",
"color": "light-red",
"order": 3
},
{
"id": 401150,
"value": "Missed",
"color": "red",
"order": 4
},
{
"id": 400511,
"value": "Cancelled",
"color": "dark-red",
"order": 5
},
{
"id": 400512,
"value": "Completed",
"color": "dark-green",
"order": 6
}
]
},
{
"id": 866365,
"type": "link_row",
"name": "Related updates",
"order": 17,
"primary": false,
"link_row_table_id": 133629,
"link_row_related_field_id": 865609,
"has_related_field": true
},
{
"id": 866366,
"type": "formula",
"name": "Update count",
"order": 18,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 0,
"array_formula_type": null,
"formula": "count(field(\"Related updates\"))",
"formula_type": "number"
},
{
"id": 866372,
"type": "date",
"name": "Start date",
"order": 19,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24"
},
{
"id": 866373,
"type": "date",
"name": "End date",
"order": 20,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24"
},
{
"id": 866374,
"type": "link_row",
"name": "Leader",
"order": 21,
"primary": false,
"link_row_table_id": 133625,
"link_row_related_field_id": 866375,
"has_related_field": true
},
{
"id": 866376,
"type": "link_row",
"name": "Team",
"order": 22,
"primary": false,
"link_row_table_id": 133625,
"link_row_related_field_id": 866377,
"has_related_field": true
},
{
"id": 885524,
"type": "lookup",
"name": "Department",
"order": 23,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": "text",
"through_field_id": 865555,
"through_field_name": "Objective ID",
"target_field_id": 865542,
"target_field_name": "Department"
},
{
"id": 888263,
"type": "formula",
"name": "Target period",
"order": 24,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": null,
"formula": "join(totext(lookup(\"Objective ID\", \"Target period\")), \"\")",
"formula_type": "text"
}
],
"views": [
{
"id": 204925,
"type": "grid",
"name": "All key results",
"order": 1,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 69423,
"field_id": 865561,
"order": "ASC"
}
],
"decorations": [
{
"id": 10884,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "a58f177c-8a09-4008-b228-22d38d78fbce",
"color": "light-gray",
"filters": [
{
"id": "4916b81e-faed-40d0-a179-490ff33b8a03",
"type": "equal",
"field": 865560,
"value": "S"
}
],
"operator": "AND"
},
{
"id": "7eaf88f6-e356-4e33-8e82-7659df71159f",
"color": "light-orange",
"filters": [
{
"id": "9362b11f-6957-421c-bcc4-34021754e5c0",
"type": "equal",
"field": 865560,
"value": "Y"
}
],
"operator": "AND"
},
{
"id": "d16610e3-414e-4d29-b3d5-ca5e4de3908e",
"color": "light-green",
"filters": [
{
"id": "8364e96c-b822-4882-a890-b60f67755524",
"type": "equal",
"field": 865560,
"value": "G"
}
],
"operator": "AND"
},
{
"id": "346878cf-4056-4b1f-870b-3602d2bb69d3",
"color": "light-blue",
"filters": [
{
"id": "4316fd2b-16f9-453c-9a35-a774e3455c10",
"type": "equal",
"field": 865560,
"value": "B"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 11770,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "c875757b-f025-4127-80e5-8dc9761483a5",
"color": "dark-green",
"filters": [
{
"id": "eb28f774-77af-4fec-a28e-925b2c97ebfe",
"type": "higher_than",
"field": 866362,
"value": "99.9"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 1264940,
"field_id": 865554,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1264941,
"field_id": 865555,
"width": 135,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1264942,
"field_id": 865556,
"width": 261,
"hidden": false,
"order": 4,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1264943,
"field_id": 865557,
"width": 231,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1264944,
"field_id": 865558,
"width": 149,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264945,
"field_id": 865559,
"width": 148,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264946,
"field_id": 865560,
"width": 149,
"hidden": true,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264947,
"field_id": 865561,
"width": 201,
"hidden": true,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1266061,
"field_id": 866362,
"width": 176,
"hidden": false,
"order": 7,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 1266062,
"field_id": 866364,
"width": 126,
"hidden": false,
"order": 6,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1266063,
"field_id": 866365,
"width": 159,
"hidden": true,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1266066,
"field_id": 866366,
"width": 144,
"hidden": false,
"order": 12,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 1266072,
"field_id": 866372,
"width": 121,
"hidden": false,
"order": 8,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1266073,
"field_id": 866373,
"width": 115,
"hidden": false,
"order": 9,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1266074,
"field_id": 866374,
"width": 151,
"hidden": false,
"order": 10,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1266076,
"field_id": 866376,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1299048,
"field_id": 885524,
"width": 159,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1302878,
"field_id": 888263,
"width": 143,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 212697,
"type": "grid",
"name": "Key results for 2023-Q1",
"order": 2,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 85711,
"field_id": 888263,
"type": "equal",
"value": "2023-Q1"
}
],
"sortings": [
{
"id": 69424,
"field_id": 865561,
"order": "ASC"
}
],
"decorations": [
{
"id": 12003,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "a58f177c-8a09-4008-b228-22d38d78fbce",
"color": "light-gray",
"filters": [
{
"id": "4916b81e-faed-40d0-a179-490ff33b8a03",
"type": "equal",
"field": 865560,
"value": "S"
}
],
"operator": "AND"
},
{
"id": "7eaf88f6-e356-4e33-8e82-7659df71159f",
"color": "light-orange",
"filters": [
{
"id": "9362b11f-6957-421c-bcc4-34021754e5c0",
"type": "equal",
"field": 865560,
"value": "Y"
}
],
"operator": "AND"
},
{
"id": "d16610e3-414e-4d29-b3d5-ca5e4de3908e",
"color": "light-green",
"filters": [
{
"id": "8364e96c-b822-4882-a890-b60f67755524",
"type": "equal",
"field": 865560,
"value": "G"
}
],
"operator": "AND"
},
{
"id": "346878cf-4056-4b1f-870b-3602d2bb69d3",
"color": "light-blue",
"filters": [
{
"id": "4316fd2b-16f9-453c-9a35-a774e3455c10",
"type": "equal",
"field": 865560,
"value": "B"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 12004,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "c875757b-f025-4127-80e5-8dc9761483a5",
"color": "dark-green",
"filters": [
{
"id": "eb28f774-77af-4fec-a28e-925b2c97ebfe",
"type": "higher_than",
"field": 866362,
"value": "99.9"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 1313882,
"field_id": 865554,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1313883,
"field_id": 865555,
"width": 135,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313884,
"field_id": 865556,
"width": 261,
"hidden": false,
"order": 4,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313885,
"field_id": 865557,
"width": 231,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313886,
"field_id": 865558,
"width": 149,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313887,
"field_id": 865559,
"width": 148,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313888,
"field_id": 865560,
"width": 149,
"hidden": true,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313889,
"field_id": 865561,
"width": 201,
"hidden": true,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313890,
"field_id": 866362,
"width": 176,
"hidden": false,
"order": 7,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 1313891,
"field_id": 866364,
"width": 126,
"hidden": false,
"order": 6,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313892,
"field_id": 866365,
"width": 159,
"hidden": true,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313893,
"field_id": 866366,
"width": 144,
"hidden": false,
"order": 12,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 1313894,
"field_id": 866372,
"width": 121,
"hidden": false,
"order": 8,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313895,
"field_id": 866373,
"width": 115,
"hidden": false,
"order": 9,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313896,
"field_id": 866374,
"width": 151,
"hidden": false,
"order": 10,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313897,
"field_id": 866376,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313898,
"field_id": 885524,
"width": 159,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313899,
"field_id": 888263,
"width": 143,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 212702,
"type": "grid",
"name": "Key results for 2023-Q2",
"order": 3,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 85714,
"field_id": 888263,
"type": "equal",
"value": "2023-Q2"
}
],
"sortings": [
{
"id": 69426,
"field_id": 865561,
"order": "ASC"
}
],
"decorations": [
{
"id": 12005,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "a58f177c-8a09-4008-b228-22d38d78fbce",
"color": "light-gray",
"filters": [
{
"id": "4916b81e-faed-40d0-a179-490ff33b8a03",
"type": "equal",
"field": 865560,
"value": "S"
}
],
"operator": "AND"
},
{
"id": "7eaf88f6-e356-4e33-8e82-7659df71159f",
"color": "light-orange",
"filters": [
{
"id": "9362b11f-6957-421c-bcc4-34021754e5c0",
"type": "equal",
"field": 865560,
"value": "Y"
}
],
"operator": "AND"
},
{
"id": "d16610e3-414e-4d29-b3d5-ca5e4de3908e",
"color": "light-green",
"filters": [
{
"id": "8364e96c-b822-4882-a890-b60f67755524",
"type": "equal",
"field": 865560,
"value": "G"
}
],
"operator": "AND"
},
{
"id": "346878cf-4056-4b1f-870b-3602d2bb69d3",
"color": "light-blue",
"filters": [
{
"id": "4316fd2b-16f9-453c-9a35-a774e3455c10",
"type": "equal",
"field": 865560,
"value": "B"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 12006,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "c875757b-f025-4127-80e5-8dc9761483a5",
"color": "dark-green",
"filters": [
{
"id": "eb28f774-77af-4fec-a28e-925b2c97ebfe",
"type": "higher_than",
"field": 866362,
"value": "99.9"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 1313907,
"field_id": 865554,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1313908,
"field_id": 865555,
"width": 135,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313909,
"field_id": 865556,
"width": 261,
"hidden": false,
"order": 4,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313910,
"field_id": 865557,
"width": 231,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313911,
"field_id": 865558,
"width": 149,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313912,
"field_id": 865559,
"width": 148,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313913,
"field_id": 865560,
"width": 149,
"hidden": true,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313914,
"field_id": 865561,
"width": 201,
"hidden": true,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313915,
"field_id": 866362,
"width": 176,
"hidden": false,
"order": 7,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 1313916,
"field_id": 866364,
"width": 126,
"hidden": false,
"order": 6,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313917,
"field_id": 866365,
"width": 159,
"hidden": true,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313918,
"field_id": 866366,
"width": 144,
"hidden": false,
"order": 12,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 1313919,
"field_id": 866372,
"width": 121,
"hidden": false,
"order": 8,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313920,
"field_id": 866373,
"width": 115,
"hidden": false,
"order": 9,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313921,
"field_id": 866374,
"width": 151,
"hidden": false,
"order": 10,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313922,
"field_id": 866376,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313923,
"field_id": 885524,
"width": 159,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313924,
"field_id": 888263,
"width": 143,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 212703,
"type": "grid",
"name": "Key results for 2023-Q3",
"order": 4,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 85715,
"field_id": 888263,
"type": "equal",
"value": "2023-Q3"
}
],
"sortings": [
{
"id": 69427,
"field_id": 865561,
"order": "ASC"
}
],
"decorations": [
{
"id": 12007,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "a58f177c-8a09-4008-b228-22d38d78fbce",
"color": "light-gray",
"filters": [
{
"id": "4916b81e-faed-40d0-a179-490ff33b8a03",
"type": "equal",
"field": 865560,
"value": "S"
}
],
"operator": "AND"
},
{
"id": "7eaf88f6-e356-4e33-8e82-7659df71159f",
"color": "light-orange",
"filters": [
{
"id": "9362b11f-6957-421c-bcc4-34021754e5c0",
"type": "equal",
"field": 865560,
"value": "Y"
}
],
"operator": "AND"
},
{
"id": "d16610e3-414e-4d29-b3d5-ca5e4de3908e",
"color": "light-green",
"filters": [
{
"id": "8364e96c-b822-4882-a890-b60f67755524",
"type": "equal",
"field": 865560,
"value": "G"
}
],
"operator": "AND"
},
{
"id": "346878cf-4056-4b1f-870b-3602d2bb69d3",
"color": "light-blue",
"filters": [
{
"id": "4316fd2b-16f9-453c-9a35-a774e3455c10",
"type": "equal",
"field": 865560,
"value": "B"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 12008,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "c875757b-f025-4127-80e5-8dc9761483a5",
"color": "dark-green",
"filters": [
{
"id": "eb28f774-77af-4fec-a28e-925b2c97ebfe",
"type": "higher_than",
"field": 866362,
"value": "99.9"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 1313925,
"field_id": 865554,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1313926,
"field_id": 865555,
"width": 135,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313927,
"field_id": 865556,
"width": 261,
"hidden": false,
"order": 4,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313928,
"field_id": 865557,
"width": 231,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313929,
"field_id": 865558,
"width": 149,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313930,
"field_id": 865559,
"width": 148,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313931,
"field_id": 865560,
"width": 149,
"hidden": true,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313932,
"field_id": 865561,
"width": 201,
"hidden": true,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313933,
"field_id": 866362,
"width": 176,
"hidden": false,
"order": 7,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 1313934,
"field_id": 866364,
"width": 126,
"hidden": false,
"order": 6,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313935,
"field_id": 866365,
"width": 159,
"hidden": true,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313936,
"field_id": 866366,
"width": 144,
"hidden": false,
"order": 12,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 1313937,
"field_id": 866372,
"width": 121,
"hidden": false,
"order": 8,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313938,
"field_id": 866373,
"width": 115,
"hidden": false,
"order": 9,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313939,
"field_id": 866374,
"width": 151,
"hidden": false,
"order": 10,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313940,
"field_id": 866376,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313941,
"field_id": 885524,
"width": 159,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313942,
"field_id": 888263,
"width": 143,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 212684,
"type": "kanban",
"name": "By status for 2023-Q1",
"order": 5,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 85706,
"field_id": 888263,
"type": "equal",
"value": "2023-Q1"
}
],
"sortings": [],
"decorations": [
{
"id": 11997,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "3b623e00-ed81-4f32-a256-bc85b332a6d7",
"color": "dark-green",
"filters": [
{
"id": "742774ad-c0a5-46fc-8e3c-f96b3f60a2de",
"type": "higher_than",
"field": 866362,
"value": "99.9"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 11998,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "ddb1762b-08ce-496e-97bc-2fa6bdd3775a",
"color": "light-gray",
"filters": [
{
"id": "2522f229-7bb6-4b73-a65f-7537be794464",
"type": "equal",
"field": 865560,
"value": "S"
}
],
"operator": "AND"
},
{
"id": "792fcffc-1888-4300-a3a1-47e84ffd6f49",
"color": "light-orange",
"filters": [
{
"id": "c751b72c-17a2-4503-b9ee-e860fc7bd73b",
"type": "equal",
"field": 865560,
"value": "Y"
}
],
"operator": "AND"
},
{
"id": "2c6a16bc-6851-4b6b-8f35-8332a26baa41",
"color": "light-green",
"filters": [
{
"id": "a5b1746e-7c58-4007-924b-5f180115c4a1",
"type": "equal",
"field": 865560,
"value": "G"
}
],
"operator": "AND"
},
{
"id": "4c43b617-b606-4979-a327-eb1923c1882e",
"color": "light-blue",
"filters": [
{
"id": "362a8c7a-eb8a-4be2-a5cb-2b26a05688ab",
"type": "equal",
"field": 865560,
"value": "B"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"single_select_field_id": 866364,
"field_options": [
{
"id": 65573,
"field_id": 865554,
"hidden": false,
"order": 1
},
{
"id": 65589,
"field_id": 885524,
"hidden": false,
"order": 2
},
{
"id": 65574,
"field_id": 865555,
"hidden": false,
"order": 3
},
{
"id": 65575,
"field_id": 865556,
"hidden": false,
"order": 4
},
{
"id": 65576,
"field_id": 865557,
"hidden": true,
"order": 5
},
{
"id": 65577,
"field_id": 865558,
"hidden": true,
"order": 6
},
{
"id": 65578,
"field_id": 865559,
"hidden": true,
"order": 7
},
{
"id": 65579,
"field_id": 865560,
"hidden": true,
"order": 8
},
{
"id": 65580,
"field_id": 865561,
"hidden": true,
"order": 9
},
{
"id": 65581,
"field_id": 866362,
"hidden": false,
"order": 10
},
{
"id": 65582,
"field_id": 866364,
"hidden": true,
"order": 11
},
{
"id": 65583,
"field_id": 866365,
"hidden": true,
"order": 12
},
{
"id": 65584,
"field_id": 866366,
"hidden": true,
"order": 13
},
{
"id": 65585,
"field_id": 866372,
"hidden": true,
"order": 14
},
{
"id": 65586,
"field_id": 866373,
"hidden": true,
"order": 15
},
{
"id": 65587,
"field_id": 866374,
"hidden": true,
"order": 16
},
{
"id": 65588,
"field_id": 866376,
"hidden": true,
"order": 17
},
{
"id": 65590,
"field_id": 888263,
"hidden": true,
"order": 18
}
]
},
{
"id": 212694,
"type": "kanban",
"name": "By status for 2023-Q2",
"order": 6,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 85707,
"field_id": 888263,
"type": "equal",
"value": "2023-Q2"
}
],
"sortings": [],
"decorations": [
{
"id": 11999,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "3b623e00-ed81-4f32-a256-bc85b332a6d7",
"color": "dark-green",
"filters": [
{
"id": "742774ad-c0a5-46fc-8e3c-f96b3f60a2de",
"type": "higher_than",
"field": 866362,
"value": "99.9"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 12000,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "ddb1762b-08ce-496e-97bc-2fa6bdd3775a",
"color": "light-gray",
"filters": [
{
"id": "2522f229-7bb6-4b73-a65f-7537be794464",
"type": "equal",
"field": 865560,
"value": "S"
}
],
"operator": "AND"
},
{
"id": "792fcffc-1888-4300-a3a1-47e84ffd6f49",
"color": "light-orange",
"filters": [
{
"id": "c751b72c-17a2-4503-b9ee-e860fc7bd73b",
"type": "equal",
"field": 865560,
"value": "Y"
}
],
"operator": "AND"
},
{
"id": "2c6a16bc-6851-4b6b-8f35-8332a26baa41",
"color": "light-green",
"filters": [
{
"id": "a5b1746e-7c58-4007-924b-5f180115c4a1",
"type": "equal",
"field": 865560,
"value": "G"
}
],
"operator": "AND"
},
{
"id": "4c43b617-b606-4979-a327-eb1923c1882e",
"color": "light-blue",
"filters": [
{
"id": "362a8c7a-eb8a-4be2-a5cb-2b26a05688ab",
"type": "equal",
"field": 865560,
"value": "B"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"single_select_field_id": 866364,
"field_options": [
{
"id": 65591,
"field_id": 865554,
"hidden": false,
"order": 1
},
{
"id": 65592,
"field_id": 885524,
"hidden": false,
"order": 2
},
{
"id": 65593,
"field_id": 865555,
"hidden": false,
"order": 3
},
{
"id": 65594,
"field_id": 865556,
"hidden": false,
"order": 4
},
{
"id": 65595,
"field_id": 865557,
"hidden": true,
"order": 5
},
{
"id": 65596,
"field_id": 865558,
"hidden": true,
"order": 6
},
{
"id": 65597,
"field_id": 865559,
"hidden": true,
"order": 7
},
{
"id": 65598,
"field_id": 865560,
"hidden": true,
"order": 8
},
{
"id": 65599,
"field_id": 865561,
"hidden": true,
"order": 9
},
{
"id": 65600,
"field_id": 866362,
"hidden": false,
"order": 10
},
{
"id": 65601,
"field_id": 866364,
"hidden": true,
"order": 11
},
{
"id": 65602,
"field_id": 866365,
"hidden": true,
"order": 12
},
{
"id": 65603,
"field_id": 866366,
"hidden": true,
"order": 13
},
{
"id": 65604,
"field_id": 866372,
"hidden": true,
"order": 14
},
{
"id": 65605,
"field_id": 866373,
"hidden": true,
"order": 15
},
{
"id": 65606,
"field_id": 866374,
"hidden": true,
"order": 16
},
{
"id": 65607,
"field_id": 866376,
"hidden": true,
"order": 17
},
{
"id": 65608,
"field_id": 888263,
"hidden": true,
"order": 18
}
]
},
{
"id": 212695,
"type": "kanban",
"name": "By status for 2023-Q3",
"order": 7,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 85708,
"field_id": 888263,
"type": "equal",
"value": "2023-Q3"
}
],
"sortings": [],
"decorations": [
{
"id": 12001,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "3b623e00-ed81-4f32-a256-bc85b332a6d7",
"color": "dark-green",
"filters": [
{
"id": "742774ad-c0a5-46fc-8e3c-f96b3f60a2de",
"type": "higher_than",
"field": 866362,
"value": "99.9"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 12002,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "ddb1762b-08ce-496e-97bc-2fa6bdd3775a",
"color": "light-gray",
"filters": [
{
"id": "2522f229-7bb6-4b73-a65f-7537be794464",
"type": "equal",
"field": 865560,
"value": "S"
}
],
"operator": "AND"
},
{
"id": "792fcffc-1888-4300-a3a1-47e84ffd6f49",
"color": "light-orange",
"filters": [
{
"id": "c751b72c-17a2-4503-b9ee-e860fc7bd73b",
"type": "equal",
"field": 865560,
"value": "Y"
}
],
"operator": "AND"
},
{
"id": "2c6a16bc-6851-4b6b-8f35-8332a26baa41",
"color": "light-green",
"filters": [
{
"id": "a5b1746e-7c58-4007-924b-5f180115c4a1",
"type": "equal",
"field": 865560,
"value": "G"
}
],
"operator": "AND"
},
{
"id": "4c43b617-b606-4979-a327-eb1923c1882e",
"color": "light-blue",
"filters": [
{
"id": "362a8c7a-eb8a-4be2-a5cb-2b26a05688ab",
"type": "equal",
"field": 865560,
"value": "B"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"single_select_field_id": 866364,
"field_options": [
{
"id": 65609,
"field_id": 865554,
"hidden": false,
"order": 1
},
{
"id": 65610,
"field_id": 885524,
"hidden": false,
"order": 2
},
{
"id": 65611,
"field_id": 865555,
"hidden": false,
"order": 3
},
{
"id": 65612,
"field_id": 865556,
"hidden": false,
"order": 4
},
{
"id": 65613,
"field_id": 865557,
"hidden": true,
"order": 5
},
{
"id": 65614,
"field_id": 865558,
"hidden": true,
"order": 6
},
{
"id": 65615,
"field_id": 865559,
"hidden": true,
"order": 7
},
{
"id": 65616,
"field_id": 865560,
"hidden": true,
"order": 8
},
{
"id": 65617,
"field_id": 865561,
"hidden": true,
"order": 9
},
{
"id": 65618,
"field_id": 866362,
"hidden": false,
"order": 10
},
{
"id": 65619,
"field_id": 866364,
"hidden": true,
"order": 11
},
{
"id": 65620,
"field_id": 866365,
"hidden": true,
"order": 12
},
{
"id": 65621,
"field_id": 866366,
"hidden": true,
"order": 13
},
{
"id": 65622,
"field_id": 866372,
"hidden": true,
"order": 14
},
{
"id": 65623,
"field_id": 866373,
"hidden": true,
"order": 15
},
{
"id": 65624,
"field_id": 866374,
"hidden": true,
"order": 16
},
{
"id": 65625,
"field_id": 866376,
"hidden": true,
"order": 17
},
{
"id": 65626,
"field_id": 888263,
"hidden": true,
"order": 18
}
]
},
{
"id": 212628,
"type": "form",
"name": "Add key result",
"order": 8,
"public": false,
"title": "Add a key result to your objective",
"description": "",
"cover_image": {
"name": "NHmCwx0XjK6vxRT0RD3VJEF6bxjjmDvJ_9a2e84a95f806141a57bac7e8c3f742b11212110b6a4e1fd99a77c837e2c0fde.jpg",
"original_name": "Header.Target.02.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "A new key result was successfully added to the database. Please reload this page to add more.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 138067,
"field_id": 865555,
"name": "",
"description": "Please enter the objective ID for which this key result is intended.",
"enabled": true,
"required": true,
"order": 0,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138068,
"field_id": 865556,
"name": "",
"description": "Please give this key result a name or a brief summary.",
"enabled": true,
"required": true,
"order": 1,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138069,
"field_id": 865557,
"name": "",
"description": "Type below a detailed explanation or description of this key result.",
"enabled": true,
"required": false,
"order": 2,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138075,
"field_id": 866364,
"name": "",
"description": "Please select the current status of this key result.",
"enabled": true,
"required": true,
"order": 3,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138074,
"field_id": 866362,
"name": "",
"description": "Enter the percentage of the current progress toward achieving this key result.",
"enabled": true,
"required": false,
"order": 4,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138078,
"field_id": 866372,
"name": "",
"description": "Enter the date this key result is scheduled to begin its implementation.",
"enabled": true,
"required": false,
"order": 5,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138079,
"field_id": 866373,
"name": "",
"description": "Enter the precise date on which this key result is achieved or completed. This should show accurately whether the parent goal is due or has already been met.",
"enabled": true,
"required": false,
"order": 6,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138080,
"field_id": 866374,
"name": "",
"description": "Select the team leader assigned or responsible for carrying out this key result. This could be the same as the value specified in the parent objective.",
"enabled": true,
"required": false,
"order": 7,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138081,
"field_id": 866376,
"name": "",
"description": "Select the key team members contributing to carrying out this key result.",
"enabled": true,
"required": false,
"order": 8,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138066,
"field_id": 865554,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 9,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138070,
"field_id": 865558,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 10,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138071,
"field_id": 865559,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 11,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138072,
"field_id": 865560,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 12,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138073,
"field_id": 865561,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 13,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138076,
"field_id": 866365,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 14,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138077,
"field_id": 866366,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 15,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138082,
"field_id": 885524,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 16,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138083,
"field_id": 888263,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 17,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-10-06T19:38:33.368746+00:00",
"updated_on": "2023-02-06T16:19:12.568628+00:00",
"field_865554": null,
"field_865555": [
3
],
"field_865556": "Expanding our sales through targeted online advertising and trade show participation",
"field_865557": "The ultimate goal of this key result item is to increase the company's sales by leveraging the power of online advertising and trade show participation, ultimately contributing to the overall growth and success of the business.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": "100.00",
"field_866364": 400512,
"field_866365": [
1,
2
],
"field_866366": null,
"field_866372": "2023-01-03",
"field_866373": "2023-03-01",
"field_866374": [
5
],
"field_866376": [
21,
22,
23
],
"field_885524": null,
"field_888263": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-10-06T19:38:33.368825+00:00",
"updated_on": "2023-02-06T16:19:16.229961+00:00",
"field_865554": null,
"field_865555": [
3
],
"field_865556": "Sales training and operational improvements boost conversion rates.",
"field_865557": "Successful implementation of sales training and operational improvements resulting in increased conversion rates.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": "100.00",
"field_866364": 400512,
"field_866365": [
3,
4,
5,
6
],
"field_866366": null,
"field_866372": "2023-01-03",
"field_866373": "2023-03-08",
"field_866374": [
5
],
"field_866376": [
21,
22,
23
],
"field_885524": null,
"field_888263": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-10-06T19:38:33.368858+00:00",
"updated_on": "2023-02-06T16:18:57.498224+00:00",
"field_865554": null,
"field_865555": [
4
],
"field_865556": "Implementing cost-saving measures, such as reducing energy usage and reducing waste",
"field_865557": "Cost-saving measures implemented, including reduction of energy consumption and waste, leading to increased efficiency and cost savings.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": "90.00",
"field_866364": 400509,
"field_866365": [
7,
8,
9,
10
],
"field_866366": null,
"field_866372": "2023-01-03",
"field_866373": null,
"field_866374": [
3
],
"field_866376": [
6
],
"field_885524": null,
"field_888263": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-10-06T19:38:33.368888+00:00",
"updated_on": "2023-02-06T16:18:57.516253+00:00",
"field_865554": null,
"field_865555": [
5
],
"field_865556": "Targeted social media and advertising initiatives for user acquisition",
"field_865557": "Effective user acquisition through targeted social media and advertising campaigns, reaching and attracting new users.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": "85.00",
"field_866364": 400509,
"field_866365": [
11,
12,
13,
14
],
"field_866366": null,
"field_866372": "2023-01-03",
"field_866373": null,
"field_866374": [
4
],
"field_866376": [
20
],
"field_885524": null,
"field_888263": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2022-10-06T19:38:33.368917+00:00",
"updated_on": "2023-02-06T16:18:57.529191+00:00",
"field_865554": null,
"field_865555": [
5
],
"field_865556": "User surveys and focus groups to get input and find improvement areas",
"field_865557": "Improved product offerings through gathering user feedback via surveys and focus groups, leading to better understanding of user needs and areas for improvement.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": "55.00",
"field_866364": 400509,
"field_866365": [
15,
16,
17,
18,
19
],
"field_866366": null,
"field_866372": "2023-01-03",
"field_866373": null,
"field_866374": [
4
],
"field_866376": [
20
],
"field_885524": null,
"field_888263": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2022-10-06T19:38:33.368947+00:00",
"updated_on": "2023-02-06T16:18:57.542378+00:00",
"field_865554": null,
"field_865555": [
6
],
"field_865556": "Conducting market research and identifying unmet customer needs",
"field_865557": "In-depth market research conducted, uncovering unmet customer needs and providing insights for product development and differentiation.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": "70.00",
"field_866364": 400509,
"field_866365": [
20,
21
],
"field_866366": null,
"field_866372": "2023-01-03",
"field_866373": null,
"field_866374": [
9
],
"field_866376": [
10,
11,
12,
13,
14,
15,
16,
17
],
"field_885524": null,
"field_888263": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2022-10-06T19:38:33.368994+00:00",
"updated_on": "2023-02-06T16:18:57.560222+00:00",
"field_865554": null,
"field_865555": [
6
],
"field_865556": "Defining product requirements and creating product roadmaps",
"field_865557": "Defined product requirements and established clear product roadmaps, ensuring alignment and successful delivery of product offerings.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": "85.00",
"field_866364": 400509,
"field_866365": [
22,
23,
24
],
"field_866366": null,
"field_866372": "2023-01-03",
"field_866373": null,
"field_866374": [
9
],
"field_866376": [
10,
11,
12,
13,
14,
15,
16,
17
],
"field_885524": null,
"field_888263": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369042+00:00",
"updated_on": "2023-02-06T16:18:57.579478+00:00",
"field_865554": null,
"field_865555": [
6
],
"field_865556": "Finalize product proposals before Q2",
"field_865557": "Timely completion of product proposals by end of Q2, setting the stage for successful product development and launch.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": "75.00",
"field_866364": 400509,
"field_866365": [
25,
26,
27
],
"field_866366": null,
"field_866372": "2023-01-03",
"field_866373": null,
"field_866374": [
9
],
"field_866376": [
10,
11,
12,
13,
14,
15,
16,
17
],
"field_885524": null,
"field_888263": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369081+00:00",
"updated_on": "2023-02-06T16:18:57.598999+00:00",
"field_865554": null,
"field_865555": [
6
],
"field_865556": "Launch new product version",
"field_865557": "Successful launch of updated product version, bringing new and improved offerings to the market.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": "50.00",
"field_866364": 400509,
"field_866365": [
28,
29,
30,
32,
31
],
"field_866366": null,
"field_866372": "2023-01-03",
"field_866373": null,
"field_866374": [
9
],
"field_866376": [
10,
11,
12,
13,
14,
15,
16,
17
],
"field_885524": null,
"field_888263": null
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369134+00:00",
"updated_on": "2023-02-06T16:18:57.614419+00:00",
"field_865554": null,
"field_865555": [
7
],
"field_865556": "Move more of our products to QA soon",
"field_865557": "Expedited QA process for a larger portion of products, ensuring quality and timely delivery to customers.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": "75.00",
"field_866364": 400509,
"field_866365": [
33,
34,
35,
36,
37
],
"field_866366": null,
"field_866372": "2023-01-03",
"field_866373": null,
"field_866374": [
9
],
"field_866376": [
10,
11,
12,
13,
14,
15,
16,
17
],
"field_885524": null,
"field_888263": null
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369186+00:00",
"updated_on": "2023-02-06T16:18:57.627712+00:00",
"field_865554": null,
"field_865555": [
7
],
"field_865556": "Implement new modern testing methods",
"field_865557": "Adoption of modern testing methods, leading to improved efficiency, accuracy and overall product quality.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": "80.00",
"field_866364": 400509,
"field_866365": [
38,
39,
40,
41
],
"field_866366": null,
"field_866372": "2023-01-03",
"field_866373": null,
"field_866374": [
9
],
"field_866376": [
10,
11,
12,
13,
14,
15,
16,
17
],
"field_885524": null,
"field_888263": null
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369230+00:00",
"updated_on": "2023-02-06T16:19:47.514159+00:00",
"field_865554": null,
"field_865555": [
8
],
"field_865556": "Grow our customer service team by 10%",
"field_865557": "Expansion of customer service team by 10%, enhancing support and providing a better experience for customers.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": "100.00",
"field_866364": 400512,
"field_866365": [
42,
43,
44
],
"field_866366": null,
"field_866372": "2023-01-03",
"field_866373": "2023-02-23",
"field_866374": [
5
],
"field_866376": [
21,
22,
23,
8,
7
],
"field_885524": null,
"field_888263": null
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369277+00:00",
"updated_on": "2023-02-06T16:20:20.748560+00:00",
"field_865554": null,
"field_865555": [
8
],
"field_865556": "Tap some employees from other departments to assist",
"field_865557": "Tap cross-functional employees to provide additional support to achieve Key Result.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": "90.00",
"field_866364": 400509,
"field_866365": [
45,
46,
47,
48
],
"field_866366": null,
"field_866372": "2023-01-03",
"field_866373": null,
"field_866374": [
5
],
"field_866376": [
21,
22,
23
],
"field_885524": null,
"field_888263": null
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369328+00:00",
"updated_on": "2023-02-06T16:18:57.668668+00:00",
"field_865554": null,
"field_865555": [
9
],
"field_865556": "Launch workshops for our customer service team",
"field_865557": "Launch training workshops to enhance customer service team's skills and knowledge.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": "80.00",
"field_866364": 400509,
"field_866365": [
49,
50,
51,
52,
53
],
"field_866366": null,
"field_866372": "2023-01-03",
"field_866373": null,
"field_866374": [
5
],
"field_866376": [
21,
22,
23
],
"field_885524": null,
"field_888263": null
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369368+00:00",
"updated_on": "2023-02-06T16:18:57.682554+00:00",
"field_865554": null,
"field_865555": [
9
],
"field_865556": "Creating a mentorship program for customer service employees to learn from more experienced colleagues",
"field_865557": "Establish mentorship program to foster skill development and knowledge sharing among customer service team members.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": "80.00",
"field_866364": 400509,
"field_866365": [
54,
55,
56,
57,
58
],
"field_866366": null,
"field_866372": "2023-01-03",
"field_866373": null,
"field_866374": [
5
],
"field_866376": [
21,
22,
23
],
"field_885524": null,
"field_888263": null
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369397+00:00",
"updated_on": "2023-02-06T16:20:08.776539+00:00",
"field_865554": null,
"field_865555": [
10
],
"field_865556": "Research customer behavior to find the best incentives",
"field_865557": "Conduct research on customer behavior to determine the most effective incentives.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": "100.00",
"field_866364": 400512,
"field_866365": [
59,
60,
61,
62,
63
],
"field_866366": null,
"field_866372": "2023-01-03",
"field_866373": "2023-02-08",
"field_866374": [
5
],
"field_866376": [
21,
22,
23
],
"field_885524": null,
"field_888263": null
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369426+00:00",
"updated_on": "2023-02-06T16:20:14.256473+00:00",
"field_865554": null,
"field_865555": [
10
],
"field_865556": "Finalize new customer incentives before Q2",
"field_865557": "Implement new customer incentives by end of Q2 to drive engagement and loyalty.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": "100.00",
"field_866364": 400512,
"field_866365": [
64,
65,
66,
67,
68,
69,
70
],
"field_866366": null,
"field_866372": "2023-01-03",
"field_866373": "2023-02-15",
"field_866374": [
5
],
"field_866376": [
21,
22,
23
],
"field_885524": null,
"field_888263": null
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369455+00:00",
"updated_on": "2023-02-06T16:18:57.734842+00:00",
"field_865554": null,
"field_865555": [
13
],
"field_865556": "Expanding our sales through targeted online advertising and trade show participation",
"field_865557": "Grow sales through targeted online advertising and trade show presence to increase market reach.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": null,
"field_866364": 400508,
"field_866365": [],
"field_866366": null,
"field_866372": "2023-04-04",
"field_866373": null,
"field_866374": [
5
],
"field_866376": [
21,
22,
23
],
"field_885524": null,
"field_888263": null
},
{
"id": 19,
"order": "19.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369484+00:00",
"updated_on": "2023-02-06T16:18:57.748268+00:00",
"field_865554": null,
"field_865555": [
13
],
"field_865556": "Sales training and operational improvements boost conversion rates",
"field_865557": "Improve conversion rates through sales training and operational efficiency enhancements.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": null,
"field_866364": 400508,
"field_866365": [],
"field_866366": null,
"field_866372": "2023-04-04",
"field_866373": null,
"field_866374": [
5
],
"field_866376": [
21,
22,
23
],
"field_885524": null,
"field_888263": null
},
{
"id": 20,
"order": "20.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369512+00:00",
"updated_on": "2023-02-06T16:18:57.762527+00:00",
"field_865554": null,
"field_865555": [
14
],
"field_865556": "Launch new campaigns for our products",
"field_865557": "Launch innovative campaigns to drive awareness and adoption of products.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": null,
"field_866364": 400508,
"field_866365": [],
"field_866366": null,
"field_866372": "2023-04-04",
"field_866373": null,
"field_866374": [
4
],
"field_866376": [
20
],
"field_885524": null,
"field_888263": null
},
{
"id": 21,
"order": "21.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369540+00:00",
"updated_on": "2023-02-06T16:18:57.779294+00:00",
"field_865554": null,
"field_865555": [
14
],
"field_865556": "Achieve 5% more business partners",
"field_865557": "Increase number of business partnerships by 5% to expand market reach and drive growth.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": null,
"field_866364": 400508,
"field_866365": [],
"field_866366": null,
"field_866372": "2023-04-04",
"field_866373": null,
"field_866374": [
4
],
"field_866376": [
20
],
"field_885524": null,
"field_888263": null
},
{
"id": 22,
"order": "22.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369568+00:00",
"updated_on": "2023-02-06T16:18:57.795493+00:00",
"field_865554": null,
"field_865555": [
15
],
"field_865556": "Have R&D submit product proposals based on current trends",
"field_865557": "Facilitate R&D submission of product proposals that align with current market trends to drive innovation and growth.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": null,
"field_866364": 400508,
"field_866365": [],
"field_866366": null,
"field_866372": "2023-04-04",
"field_866373": null,
"field_866374": [
9
],
"field_866376": [
10,
11,
12,
13,
14,
15,
16,
17
],
"field_885524": null,
"field_888263": null
},
{
"id": 23,
"order": "23.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369595+00:00",
"updated_on": "2023-02-06T16:18:57.811310+00:00",
"field_865554": null,
"field_865555": [
15
],
"field_865556": "Review product proposals",
"field_865557": "Conduct thorough review of product proposals to ensure alignment with business goals and market trends.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": null,
"field_866364": 400508,
"field_866365": [],
"field_866366": null,
"field_866372": "2023-04-04",
"field_866373": null,
"field_866374": [
9
],
"field_866376": [
10,
11,
12,
13,
14,
15,
16,
17
],
"field_885524": null,
"field_888263": null
},
{
"id": 24,
"order": "24.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369623+00:00",
"updated_on": "2023-02-06T16:18:58.005977+00:00",
"field_865554": null,
"field_865555": [
15
],
"field_865556": "Finalize product proposals before Q2",
"field_865557": "Finalize product proposals by end of Q2 to ensure timely implementation and market impact.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": null,
"field_866364": 400508,
"field_866365": [],
"field_866366": null,
"field_866372": "2023-04-04",
"field_866373": null,
"field_866374": [
9
],
"field_866376": [
10,
11,
12,
13,
14,
15,
16,
17
],
"field_885524": null,
"field_888263": null
},
{
"id": 25,
"order": "25.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369651+00:00",
"updated_on": "2023-02-06T16:18:58.019122+00:00",
"field_865554": null,
"field_865555": [
15
],
"field_865556": "Launch new product version",
"field_865557": "Successfully launch new product version to enhance customer experience and drive growth.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": null,
"field_866364": 400508,
"field_866365": [],
"field_866366": null,
"field_866372": "2023-04-04",
"field_866373": null,
"field_866374": [
9
],
"field_866376": [
10,
11,
12,
13,
14,
15,
16,
17
],
"field_885524": null,
"field_888263": null
},
{
"id": 26,
"order": "26.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369679+00:00",
"updated_on": "2023-02-06T16:18:58.033196+00:00",
"field_865554": null,
"field_865555": [
16
],
"field_865556": "Move more of our products to QA soon",
"field_865557": "Accelerate transition of products to QA phase to ensure timely release and meet customer demands.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": null,
"field_866364": 400508,
"field_866365": [],
"field_866366": null,
"field_866372": "2023-04-04",
"field_866373": null,
"field_866374": [
9
],
"field_866376": [
10,
11,
12,
13,
14,
15,
16,
17
],
"field_885524": null,
"field_888263": null
},
{
"id": 27,
"order": "27.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369718+00:00",
"updated_on": "2023-02-06T16:18:58.050514+00:00",
"field_865554": null,
"field_865555": [
17
],
"field_865556": "Implement new customer feedback process",
"field_865557": "Establish new customer feedback process to ensure timely and effective resolution of customer concerns.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": null,
"field_866364": 400508,
"field_866365": [],
"field_866366": null,
"field_866372": "2023-04-04",
"field_866373": null,
"field_866374": [
4
],
"field_866376": [
20
],
"field_885524": null,
"field_888263": null
},
{
"id": 28,
"order": "28.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369746+00:00",
"updated_on": "2023-02-06T16:18:58.061972+00:00",
"field_865554": null,
"field_865555": [
17
],
"field_865556": "Launch new customer loyalty program",
"field_865557": "Successfully launch new customer loyalty program to drive engagement and increase customer retention.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": null,
"field_866364": 400508,
"field_866365": [],
"field_866366": null,
"field_866372": "2023-04-04",
"field_866373": null,
"field_866374": [
4
],
"field_866376": [
20
],
"field_885524": null,
"field_888263": null
},
{
"id": 29,
"order": "29.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369774+00:00",
"updated_on": "2023-02-06T16:18:58.076746+00:00",
"field_865554": null,
"field_865555": [
18
],
"field_865556": "Launch marketing event campaigns",
"field_865557": "Launch marketing event campaigns to drive awareness and engagement with target audiences.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": null,
"field_866364": 400508,
"field_866365": [],
"field_866366": null,
"field_866372": "2023-04-04",
"field_866373": null,
"field_866374": [
4
],
"field_866376": [
20
],
"field_885524": null,
"field_888263": null
},
{
"id": 30,
"order": "30.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369803+00:00",
"updated_on": "2023-02-06T16:18:58.088830+00:00",
"field_865554": null,
"field_865555": [
18
],
"field_865556": "Improve product engagement with customers",
"field_865557": "Enhance customer engagement with products through targeted campaigns and continuous improvement efforts.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": null,
"field_866364": 400508,
"field_866365": [],
"field_866366": null,
"field_866372": "2023-04-04",
"field_866373": null,
"field_866374": [
4
],
"field_866376": [
20
],
"field_885524": null,
"field_888263": null
},
{
"id": 31,
"order": "31.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369837+00:00",
"updated_on": "2023-02-06T16:18:58.101909+00:00",
"field_865554": null,
"field_865555": [
21
],
"field_865556": "Achieve a 10% improvement on sales performance",
"field_865557": "Increase sales performance by 10% through effective sales strategies and continuous improvement efforts.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": null,
"field_866364": 400507,
"field_866365": [],
"field_866366": null,
"field_866372": "2023-07-05",
"field_866373": null,
"field_866374": [
5
],
"field_866376": [
21,
22,
23
],
"field_885524": null,
"field_888263": null
},
{
"id": 32,
"order": "32.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369864+00:00",
"updated_on": "2023-02-06T16:18:58.119116+00:00",
"field_865554": null,
"field_865555": [
22
],
"field_865556": "Launch new product features",
"field_865557": "Successfully launch new product features to enhance customer experience and drive growth.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": null,
"field_866364": 400507,
"field_866365": [],
"field_866366": null,
"field_866372": "2023-07-05",
"field_866373": null,
"field_866374": [
4
],
"field_866376": [
20
],
"field_885524": null,
"field_888263": null
},
{
"id": 33,
"order": "33.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369900+00:00",
"updated_on": "2023-02-06T16:18:58.134790+00:00",
"field_865554": null,
"field_865555": [
23
],
"field_865556": "Achieve 10% more business partners",
"field_865557": "Expand number of business partnerships by 10% to increase market reach and drive growth.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": null,
"field_866364": 400507,
"field_866365": [],
"field_866366": null,
"field_866372": "2023-07-05",
"field_866373": null,
"field_866374": [
4
],
"field_866376": [
20
],
"field_885524": null,
"field_888263": null
},
{
"id": 34,
"order": "34.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369928+00:00",
"updated_on": "2023-02-06T16:18:58.150915+00:00",
"field_865554": null,
"field_865555": [
23
],
"field_865556": "Launch new marketing campaigns",
"field_865557": "Launch effective marketing campaigns to increase brand awareness and drive growth.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": null,
"field_866364": 400507,
"field_866365": [],
"field_866366": null,
"field_866372": "2023-07-05",
"field_866373": null,
"field_866374": [
4
],
"field_866376": [
20
],
"field_885524": null,
"field_888263": null
},
{
"id": 35,
"order": "35.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369955+00:00",
"updated_on": "2023-02-06T16:18:58.166983+00:00",
"field_865554": null,
"field_865555": [
23
],
"field_865556": "Securing market share through market analysis and consumer feedback",
"field_865557": "Monitoring our market share through regular market analysis and customer feedback",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": null,
"field_866364": 400507,
"field_866365": [],
"field_866366": null,
"field_866372": "2023-07-05",
"field_866373": null,
"field_866374": [
4
],
"field_866376": [
20
],
"field_885524": null,
"field_888263": null
},
{
"id": 36,
"order": "36.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369983+00:00",
"updated_on": "2023-02-06T16:18:58.179721+00:00",
"field_865554": null,
"field_865555": [
24
],
"field_865556": "Develop and launch at least 2 new products per quarter",
"field_865557": "Develop and introduce at least two new innovative products to enhance customer experience and drive growth.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": null,
"field_866364": 400507,
"field_866365": [],
"field_866366": null,
"field_866372": "2023-07-05",
"field_866373": null,
"field_866374": [
9
],
"field_866376": [
10,
11,
12,
13,
14,
15,
16,
17
],
"field_885524": null,
"field_888263": null
},
{
"id": 37,
"order": "37.00000000000000000000",
"created_on": "2022-10-06T19:38:33.370012+00:00",
"updated_on": "2023-02-06T16:18:58.193499+00:00",
"field_865554": null,
"field_865555": [
24
],
"field_865556": "Monitor the success of the new products through metrics",
"field_865557": "Monitoring the success of the new products through metrics such as customer feedback, sales, and market share.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": null,
"field_866364": 400507,
"field_866365": [],
"field_866366": null,
"field_866372": "2023-07-05",
"field_866373": null,
"field_866374": [
9
],
"field_866376": [
10,
11,
12,
13,
14,
15,
16,
17
],
"field_885524": null,
"field_888263": null
},
{
"id": 38,
"order": "38.00000000000000000000",
"created_on": "2022-10-06T19:38:33.370040+00:00",
"updated_on": "2023-02-06T16:18:58.211846+00:00",
"field_865554": null,
"field_865555": [
24
],
"field_865556": "5% revenue growth from product launches",
"field_865557": "Increasing our revenue by 5% through the launch of new products.",
"field_865558": null,
"field_865559": null,
"field_865560": null,
"field_865561": null,
"field_866362": null,
"field_866364": 400507,
"field_866365": [],
"field_866366": null,
"field_866372": "2023-07-05",
"field_866373": null,
"field_866374": [
9
],
"field_866376": [
10,
11,
12,
13,
14,
15,
16,
17
],
"field_885524": null,
"field_888263": null
}
]
},
{
"id": 133629,
"name": "Updates",
"order": 3,
"fields": [
{
"id": 865608,
"type": "formula",
"name": "ID",
"order": 0,
"primary": true,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": null,
"formula": "concat( \n \"U\", \n if( \n row_id() < 10, \n concat(\"0000\", row_id()), \n if( \n row_id() < 100, \n concat(\"000\", row_id()), \n if( \n row_id() < 1000, \n concat(\"00\", row_id()), \n if( \n row_id() < 10000, \n concat(\"0\", row_id()), \n row_id() \n ) \n ) \n ) \n ) \n)",
"formula_type": "text"
},
{
"id": 865609,
"type": "link_row",
"name": "Key result ID",
"order": 1,
"primary": false,
"link_row_table_id": 133624,
"link_row_related_field_id": 866365,
"has_related_field": true
},
{
"id": 865610,
"type": "text",
"name": "Title",
"order": 2,
"primary": false,
"text_default": ""
},
{
"id": 866367,
"type": "long_text",
"name": "Description",
"order": 3,
"primary": false
},
{
"id": 866368,
"type": "link_row",
"name": "Update by",
"order": 4,
"primary": false,
"link_row_table_id": 133625,
"link_row_related_field_id": 866369,
"has_related_field": true
},
{
"id": 866370,
"type": "created_on",
"name": "Date created",
"order": 5,
"primary": false,
"date_format": "ISO",
"date_include_time": true,
"date_time_format": "24",
"timezone": "Asia/Singapore"
},
{
"id": 866371,
"type": "last_modified",
"name": "Date updated",
"order": 6,
"primary": false,
"date_format": "ISO",
"date_include_time": true,
"date_time_format": "24",
"timezone": "Asia/Singapore"
},
{
"id": 868030,
"type": "formula",
"name": "Key result ID for sorting",
"order": 7,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": null,
"formula": "join(totext(field(\"Key result ID\")), \"\")",
"formula_type": "text"
},
{
"id": 868031,
"type": "formula",
"name": "Group bgcolor",
"order": 8,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": null,
"formula": "join( \n if( \n or( \n trunc(tonumber(right(totext(field(\"Key result ID\")), 1))) = 1, \n trunc(tonumber(right(totext(field(\"Key result ID\")), 1))) = 6 \n ), \n \"S\", \n if( \n or( \n trunc(tonumber(right(totext(field(\"Key result ID\")), 1))) = 2, \n trunc(tonumber(right(totext(field(\"Key result ID\")), 1))) = 7 \n ), \n \"Y\", \n if( \n or( \n trunc(tonumber(right(totext(field(\"Key result ID\")), 1))) = 3, \n trunc(tonumber(right(totext(field(\"Key result ID\")), 1))) = 8 \n ), \n \"G\", \n if( \n or( \n trunc(tonumber(right(totext(field(\"Key result ID\")), 1))) = 4, \n trunc(tonumber(right(totext(field(\"Key result ID\")), 1))) = 9 \n ), \n \"R\", \n \"B\" \n ) \n ) \n ) \n ), \n \"\" \n)",
"formula_type": "text"
},
{
"id": 894358,
"type": "formula",
"name": "Target period for filter",
"order": 9,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": null,
"formula": "join(lookup(\"Key result ID\", \"Target period\"), \"\")",
"formula_type": "text"
}
],
"views": [
{
"id": 204946,
"type": "grid",
"name": "All updates",
"order": 1,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 69428,
"field_id": 868030,
"order": "ASC"
},
{
"id": 69429,
"field_id": 865610,
"order": "ASC"
}
],
"decorations": [
{
"id": 10944,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "6e7e6638-3e99-43d2-87a8-bd548af50a95",
"color": "light-gray",
"filters": [
{
"id": "473b950b-c6df-4569-b943-e13363522b00",
"type": "equal",
"field": 868031,
"value": "S"
}
],
"operator": "AND"
},
{
"id": "7f28c92f-de21-435e-adcb-2dc28ed94bfe",
"color": "light-orange",
"filters": [
{
"id": "79992e23-b734-4392-b6a2-ed6d94793163",
"type": "equal",
"field": 868031,
"value": "Y"
}
],
"operator": "AND"
},
{
"id": "9f3c63e8-ad4d-4356-b075-54b19173803f",
"color": "light-green",
"filters": [
{
"id": "fee25a4c-2d5e-456f-b720-9f65edfc872b",
"type": "equal",
"field": 868031,
"value": "G"
}
],
"operator": "AND"
},
{
"id": "ea61c8cb-eed4-4843-a05c-2ef3cbf90534",
"color": "light-blue",
"filters": [
{
"id": "0dea69a1-1064-4370-a9c3-a4926bb04029",
"type": "equal",
"field": 868031,
"value": "B"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 1265019,
"field_id": 865608,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1265017,
"field_id": 865609,
"width": 137,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1265018,
"field_id": 865610,
"width": 185,
"hidden": false,
"order": 2,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1266067,
"field_id": 866367,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1266068,
"field_id": 866368,
"width": 173,
"hidden": false,
"order": 4,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1266070,
"field_id": 866370,
"width": 148,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1266071,
"field_id": 866371,
"width": 148,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1269424,
"field_id": 868030,
"width": 204,
"hidden": true,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1269425,
"field_id": 868031,
"width": 150,
"hidden": true,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313944,
"field_id": 894358,
"width": 196,
"hidden": true,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 212706,
"type": "grid",
"name": "Updates for 2023-Q1",
"order": 2,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 85716,
"field_id": 894358,
"type": "equal",
"value": "2023-Q1"
}
],
"sortings": [
{
"id": 69430,
"field_id": 868030,
"order": "ASC"
},
{
"id": 69431,
"field_id": 865610,
"order": "ASC"
}
],
"decorations": [
{
"id": 12009,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "6e7e6638-3e99-43d2-87a8-bd548af50a95",
"color": "light-gray",
"filters": [
{
"id": "473b950b-c6df-4569-b943-e13363522b00",
"type": "equal",
"field": 868031,
"value": "S"
}
],
"operator": "AND"
},
{
"id": "7f28c92f-de21-435e-adcb-2dc28ed94bfe",
"color": "light-orange",
"filters": [
{
"id": "79992e23-b734-4392-b6a2-ed6d94793163",
"type": "equal",
"field": 868031,
"value": "Y"
}
],
"operator": "AND"
},
{
"id": "9f3c63e8-ad4d-4356-b075-54b19173803f",
"color": "light-green",
"filters": [
{
"id": "fee25a4c-2d5e-456f-b720-9f65edfc872b",
"type": "equal",
"field": 868031,
"value": "G"
}
],
"operator": "AND"
},
{
"id": "ea61c8cb-eed4-4843-a05c-2ef3cbf90534",
"color": "light-blue",
"filters": [
{
"id": "0dea69a1-1064-4370-a9c3-a4926bb04029",
"type": "equal",
"field": 868031,
"value": "B"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 1313952,
"field_id": 865608,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1313953,
"field_id": 865609,
"width": 137,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313954,
"field_id": 865610,
"width": 185,
"hidden": false,
"order": 2,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313955,
"field_id": 866367,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313956,
"field_id": 866368,
"width": 173,
"hidden": false,
"order": 4,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313957,
"field_id": 866370,
"width": 148,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313958,
"field_id": 866371,
"width": 148,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313959,
"field_id": 868030,
"width": 204,
"hidden": true,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313960,
"field_id": 868031,
"width": 150,
"hidden": true,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313961,
"field_id": 894358,
"width": 196,
"hidden": true,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 212707,
"type": "grid",
"name": "Updates for 2023-Q2",
"order": 3,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 85719,
"field_id": 894358,
"type": "equal",
"value": "2023-Q2"
}
],
"sortings": [
{
"id": 69432,
"field_id": 868030,
"order": "ASC"
},
{
"id": 69433,
"field_id": 865610,
"order": "ASC"
}
],
"decorations": [
{
"id": 12010,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "6e7e6638-3e99-43d2-87a8-bd548af50a95",
"color": "light-gray",
"filters": [
{
"id": "473b950b-c6df-4569-b943-e13363522b00",
"type": "equal",
"field": 868031,
"value": "S"
}
],
"operator": "AND"
},
{
"id": "7f28c92f-de21-435e-adcb-2dc28ed94bfe",
"color": "light-orange",
"filters": [
{
"id": "79992e23-b734-4392-b6a2-ed6d94793163",
"type": "equal",
"field": 868031,
"value": "Y"
}
],
"operator": "AND"
},
{
"id": "9f3c63e8-ad4d-4356-b075-54b19173803f",
"color": "light-green",
"filters": [
{
"id": "fee25a4c-2d5e-456f-b720-9f65edfc872b",
"type": "equal",
"field": 868031,
"value": "G"
}
],
"operator": "AND"
},
{
"id": "ea61c8cb-eed4-4843-a05c-2ef3cbf90534",
"color": "light-blue",
"filters": [
{
"id": "0dea69a1-1064-4370-a9c3-a4926bb04029",
"type": "equal",
"field": 868031,
"value": "B"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 1313968,
"field_id": 865608,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1313969,
"field_id": 865609,
"width": 137,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313970,
"field_id": 865610,
"width": 185,
"hidden": false,
"order": 2,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313971,
"field_id": 866367,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313972,
"field_id": 866368,
"width": 173,
"hidden": false,
"order": 4,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313973,
"field_id": 866370,
"width": 148,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313974,
"field_id": 866371,
"width": 148,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313975,
"field_id": 868030,
"width": 204,
"hidden": true,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313976,
"field_id": 868031,
"width": 150,
"hidden": true,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313977,
"field_id": 894358,
"width": 196,
"hidden": true,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 212708,
"type": "grid",
"name": "Updates for 2023-Q3",
"order": 4,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 85720,
"field_id": 894358,
"type": "equal",
"value": "2023-Q3"
}
],
"sortings": [
{
"id": 69434,
"field_id": 868030,
"order": "ASC"
},
{
"id": 69435,
"field_id": 865610,
"order": "ASC"
}
],
"decorations": [
{
"id": 12011,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "6e7e6638-3e99-43d2-87a8-bd548af50a95",
"color": "light-gray",
"filters": [
{
"id": "473b950b-c6df-4569-b943-e13363522b00",
"type": "equal",
"field": 868031,
"value": "S"
}
],
"operator": "AND"
},
{
"id": "7f28c92f-de21-435e-adcb-2dc28ed94bfe",
"color": "light-orange",
"filters": [
{
"id": "79992e23-b734-4392-b6a2-ed6d94793163",
"type": "equal",
"field": 868031,
"value": "Y"
}
],
"operator": "AND"
},
{
"id": "9f3c63e8-ad4d-4356-b075-54b19173803f",
"color": "light-green",
"filters": [
{
"id": "fee25a4c-2d5e-456f-b720-9f65edfc872b",
"type": "equal",
"field": 868031,
"value": "G"
}
],
"operator": "AND"
},
{
"id": "ea61c8cb-eed4-4843-a05c-2ef3cbf90534",
"color": "light-blue",
"filters": [
{
"id": "0dea69a1-1064-4370-a9c3-a4926bb04029",
"type": "equal",
"field": 868031,
"value": "B"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 1313978,
"field_id": 865608,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1313979,
"field_id": 865609,
"width": 137,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313980,
"field_id": 865610,
"width": 185,
"hidden": false,
"order": 2,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313981,
"field_id": 866367,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313982,
"field_id": 866368,
"width": 173,
"hidden": false,
"order": 4,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1313983,
"field_id": 866370,
"width": 148,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313984,
"field_id": 866371,
"width": 148,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313985,
"field_id": 868030,
"width": 204,
"hidden": true,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313986,
"field_id": 868031,
"width": 150,
"hidden": true,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1313987,
"field_id": 894358,
"width": 196,
"hidden": true,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 212629,
"type": "form",
"name": "Add update",
"order": 5,
"public": false,
"title": "Add a new update for a key result",
"description": "",
"cover_image": {
"name": "fdSpbnz9THVdYk5j8r3P6sHSiavvKhP2_c7063f6fe195d3a2551068ee28f8ebd91891b5f26d7224478603086be702a62d.jpg",
"original_name": "Header.Darts.02.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "A new update was successfully added to the database. Please reload this page to add more.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 138084,
"field_id": 865608,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138085,
"field_id": 865609,
"name": "",
"description": "Please enter the key result ID for which this update is intended.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138086,
"field_id": 865610,
"name": "",
"description": "Please give this update a name or a brief summary.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138087,
"field_id": 866367,
"name": "",
"description": "Type below a detailed explanation or description of this update.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138088,
"field_id": 866368,
"name": "",
"description": "Please select the employee who made or delivered this update.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138089,
"field_id": 866370,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138090,
"field_id": 866371,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138091,
"field_id": 868030,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 138092,
"field_id": 868031,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2023-01-23T19:23:32.995065+00:00",
"updated_on": "2023-02-03T03:54:37.145826+00:00",
"field_865608": null,
"field_865609": [
1
],
"field_865610": "2 trade fairs yielded 5 new clients and a 7% revenue boost.",
"field_866367": "Successfully participated in 2 trade shows, resulting in the acquisition of 5 new clients and a 7% increase in sales.",
"field_866368": [
22
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2023-01-23T19:23:32.995146+00:00",
"updated_on": "2023-02-03T03:54:48.393993+00:00",
"field_865608": null,
"field_865609": [
1
],
"field_865610": "Targeted online ads increased website traffic by 10% and sales by 5%.",
"field_866367": "Implemented targeted online advertising campaigns, resulting in a 10% increase in website traffic and a 5% increase in sales.",
"field_866368": [
21
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2023-01-23T20:27:47.764944+00:00",
"updated_on": "2023-02-03T03:55:01.396800+00:00",
"field_865608": null,
"field_865609": [
2
],
"field_865610": "Sales team training increased conversion rates by 12%.",
"field_866367": "Conducted sales training sessions for the sales team, resulting in a 12% increase in conversion rates.",
"field_866368": [
22
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 4,
"order": "3.00000000000000000000",
"created_on": "2023-01-23T20:27:48.134337+00:00",
"updated_on": "2023-02-03T03:55:13.051728+00:00",
"field_865608": null,
"field_865609": [
2
],
"field_865610": "New sales processes increased efficiency by 15% and conversion rates by 10%.",
"field_866367": "Implemented new sales processes, resulting in a 15% improvement in the efficiency of the sales process and a 10% increase in conversion rates.",
"field_866368": [
21
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 5,
"order": "4.00000000000000000000",
"created_on": "2023-01-23T20:27:49.432571+00:00",
"updated_on": "2023-02-03T03:55:24.399498+00:00",
"field_865608": null,
"field_865609": [
2
],
"field_865610": "New sales tools increased conversion rates by 8% and shortened sales cycles by 5%.",
"field_866367": "Developed new sales tools, resulting in a 8% increase in conversion rates and a 5% reduction in sales cycle time.",
"field_866368": [
23
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 6,
"order": "5.00000000000000000000",
"created_on": "2023-01-24T12:44:12.760091+00:00",
"updated_on": "2023-02-03T03:55:28.823961+00:00",
"field_865608": null,
"field_865609": [
2
],
"field_865610": "Data analysis improved sales targeting and conversion rates by 7%.",
"field_866367": "Incorporated data analysis into sales processes, resulting in more targeted sales efforts and a 7% increase in conversion rates.",
"field_866368": [
23
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 7,
"order": "6.00000000000000000000",
"created_on": "2023-01-24T12:44:14.342517+00:00",
"updated_on": "2023-02-03T03:55:50.969244+00:00",
"field_865608": null,
"field_865609": [
3
],
"field_865610": "Installed energy-efficient lighting systems, reducing energy usage and expenses by 25%.",
"field_866367": "Installed energy-efficient lighting systems, resulting in a 25% reduction in energy usage and a corresponding decrease in energy costs.",
"field_866368": [
6
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 8,
"order": "7.00000000000000000000",
"created_on": "2023-01-24T12:44:15.992718+00:00",
"updated_on": "2023-02-03T03:55:55.332275+00:00",
"field_865608": null,
"field_865609": [
3
],
"field_865610": "Paperless operations reduced firm paper waste by 40% and costs.",
"field_866367": "Implemented paperless processes, reducing the company's paper waste by 40% and associated costs.",
"field_866368": [
6
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 9,
"order": "8.00000000000000000000",
"created_on": "2023-01-24T12:44:19.256609+00:00",
"updated_on": "2023-02-03T03:55:56.450155+00:00",
"field_865608": null,
"field_865609": [
3
],
"field_865610": "Virtual collaboration technologies cut travel costs and carbon emissions by 20%.",
"field_866367": "Adopted virtual collaboration tools, reducing travel expenses and associated carbon emissions by 20%.",
"field_866368": [
6
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 10,
"order": "9.00000000000000000000",
"created_on": "2023-01-24T12:44:21.261410+00:00",
"updated_on": "2023-02-03T03:55:58.164360+00:00",
"field_865608": null,
"field_865609": [
3
],
"field_865610": "Implemented an electronic trash recycling program, reducing disposal expenses by 30% and environmental effect.",
"field_866367": "Implemented a recycling program for electronic waste, resulting in a 30% reduction in waste disposal costs and a corresponding decrease in environmental impact.",
"field_866368": [
6
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 11,
"order": "10.00000000000000000000",
"created_on": "2023-01-25T15:53:01.836270+00:00",
"updated_on": "2023-02-03T03:56:10.043270+00:00",
"field_865608": null,
"field_865609": [
4
],
"field_865610": "Our initial social media advertising effort gained 20,000 users.",
"field_866367": "We've successfully launched our first social media advertising campaign and have acquired 20,000 new users.",
"field_866368": [
20
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 12,
"order": "10.00000000000000000000",
"created_on": "2023-01-25T15:53:02.240129+00:00",
"updated_on": "2023-02-03T03:56:12.832296+00:00",
"field_865608": null,
"field_865609": [
4
],
"field_865610": "We gained 20,000 users from our 20% social media growth.",
"field_866367": "Our social media following has increased by 20% and has led to an additional 20,000 user acquisitions.",
"field_866368": [
20
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 13,
"order": "11.00000000000000000000",
"created_on": "2023-02-03T01:57:35.579517+00:00",
"updated_on": "2023-02-03T03:56:15.082066+00:00",
"field_865608": null,
"field_865609": [
4
],
"field_865610": "Our focused internet advertising effort increased website traffic by 15%. Potential users liked it.",
"field_866367": "Our targeted online advertising campaign has received a positive response from potential users and has resulted in a 15% increase in website traffic.",
"field_866368": [
20
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 14,
"order": "11.00000000000000000000",
"created_on": "2023-02-03T01:57:36.119555+00:00",
"updated_on": "2023-02-03T03:56:15.507941+00:00",
"field_865608": null,
"field_865609": [
4
],
"field_865610": "We've added 20% more users and are on course to reach 50,000.",
"field_866367": "Our user acquisition initiatives have increased our user base by 20% and are on track to meet our target of 50,000 new users.",
"field_866368": [
20
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 15,
"order": "12.00000000000000000000",
"created_on": "2023-02-03T01:57:37.078724+00:00",
"updated_on": "2023-02-03T03:56:26.246841+00:00",
"field_865608": null,
"field_865609": [
5
],
"field_865610": "10 user surveys, 30% response rate.",
"field_866367": "Conducted 10 user surveys, with a response rate of 30%.",
"field_866368": [
20
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 16,
"order": "13.00000000000000000000",
"created_on": "2023-02-03T01:57:38.344498+00:00",
"updated_on": "2023-02-03T03:56:27.381472+00:00",
"field_865608": null,
"field_865609": [
5
],
"field_865610": "Held two 20-person focus groups.",
"field_866367": "Organized 2 focus groups, with a total of 20 participants.",
"field_866368": [
20
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 17,
"order": "13.00000000000000000000",
"created_on": "2023-02-03T01:57:38.876733+00:00",
"updated_on": "2023-02-03T03:56:35.804663+00:00",
"field_865608": null,
"field_865609": [
5
],
"field_865610": "Identified improvement areas from user surveys and focus groups.",
"field_866367": "Compiled results from user surveys and focus groups, identified top areas for improvement.",
"field_866368": [
4
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 18,
"order": "14.00000000000000000000",
"created_on": "2023-02-03T01:57:39.257575+00:00",
"updated_on": "2023-02-03T03:56:36.484083+00:00",
"field_865608": null,
"field_865609": [
5
],
"field_865610": "User-requested UI/UX upgrades and new features.",
"field_866367": "Suggested and submitted changes based on user feedback, including UI/UX updates and new features.",
"field_866368": [
4
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 19,
"order": "14.00000000000000000000",
"created_on": "2023-02-03T01:57:40.042598+00:00",
"updated_on": "2023-02-03T03:56:37.059521+00:00",
"field_865608": null,
"field_865609": [
5
],
"field_865610": "Changes improved user satisfaction by 50% when resurveyed.",
"field_866367": "Re-surveyed users to measure the impact of changes, with a 50% improvement in overall satisfaction.",
"field_866368": [
4
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 20,
"order": "15.00000000000000000000",
"created_on": "2023-02-03T01:57:40.877201+00:00",
"updated_on": "2023-02-03T03:56:52.433109+00:00",
"field_865608": null,
"field_865609": [
6
],
"field_865610": "Market research identified client pain issues and preferences.",
"field_866367": "Completed market research study, identifying key customer pain points and preferences.",
"field_866368": [
9
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 21,
"order": "15.00000000000000000000",
"created_on": "2023-02-03T01:57:41.613624+00:00",
"updated_on": "2023-02-03T03:56:52.565166+00:00",
"field_865608": null,
"field_865609": [
6
],
"field_865610": "Researching and developing new product features with cross-functional team.",
"field_866367": "Presenting findings to cross-functional team and developing new product features based on research.",
"field_866368": [
9
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 22,
"order": "16.00000000000000000000",
"created_on": "2023-02-03T01:57:42.428686+00:00",
"updated_on": "2023-02-03T03:56:59.439036+00:00",
"field_865608": null,
"field_865609": [
7
],
"field_865610": "Market research yielded customer insights.",
"field_866367": "Completed market research and received valuable customer insights.",
"field_866368": [
9
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 23,
"order": "17.00000000000000000000",
"created_on": "2023-02-03T01:57:44.642933+00:00",
"updated_on": "2023-02-03T03:56:59.875558+00:00",
"field_865608": null,
"field_865609": [
7
],
"field_865610": "Leaders approve product requirements and roadmap.",
"field_866367": "Product requirements and roadmap defined and approved by leadership team.",
"field_866368": [
9
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 24,
"order": "18.00000000000000000000",
"created_on": "2023-02-03T03:11:48.486096+00:00",
"updated_on": "2023-02-03T03:57:00.725851+00:00",
"field_865608": null,
"field_865609": [
7
],
"field_865610": "R&D is developing prioritized features.",
"field_866367": "R&D team has prioritized features and is proceeding with development",
"field_866368": [
9
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 25,
"order": "18.00000000000000000000",
"created_on": "2023-02-03T03:11:49.158661+00:00",
"updated_on": "2023-02-03T03:57:01.736966+00:00",
"field_865608": null,
"field_865609": [
8
],
"field_865610": "Define product requirements - 100% complete",
"field_866367": "Define product requirements - 100% complete",
"field_866368": [
9
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 26,
"order": "19.00000000000000000000",
"created_on": "2023-02-03T03:11:50.132268+00:00",
"updated_on": "2023-02-03T03:57:02.663873+00:00",
"field_865608": null,
"field_865609": [
8
],
"field_865610": "Create product roadmaps - 95% complete",
"field_866367": "Create product roadmaps - 95% complete",
"field_866368": [
9
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 27,
"order": "19.00000000000000000000",
"created_on": "2023-02-03T03:11:50.630718+00:00",
"updated_on": "2023-02-03T03:57:02.982620+00:00",
"field_865608": null,
"field_865609": [
8
],
"field_865610": "Review and approve product proposals - 90% complete",
"field_866367": "Review and approve product proposals - 90% complete",
"field_866368": [
9
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 28,
"order": "20.00000000000000000000",
"created_on": "2023-02-03T03:11:51.838451+00:00",
"updated_on": "2023-02-03T03:57:10.713252+00:00",
"field_865608": null,
"field_865609": [
9
],
"field_865610": "Beta testing is underway.",
"field_866367": "Product design and development is on track, with beta testing underway.",
"field_866368": [
9
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 29,
"order": "21.00000000000000000000",
"created_on": "2023-02-03T03:11:52.800130+00:00",
"updated_on": "2023-02-03T03:57:10.997014+00:00",
"field_865608": null,
"field_865609": [
9
],
"field_865610": "Product launch before Q2, marketing and sales efforts increased.",
"field_866367": "Product launch date confirmed before Q2, marketing and sales efforts being ramped up.",
"field_866368": [
9
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 30,
"order": "22.00000000000000000000",
"created_on": "2023-02-03T03:11:53.721985+00:00",
"updated_on": "2023-02-03T03:57:11.455105+00:00",
"field_865608": null,
"field_865609": [
9
],
"field_865610": "Beta testers gave positive feedback, finalizing product adjustments.",
"field_866367": "Feedback from beta testers has been positive, making final tweaks to product.",
"field_866368": [
9
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 31,
"order": "23.00000000000000000000",
"created_on": "2023-02-03T03:11:55.185366+00:00",
"updated_on": "2023-02-03T03:57:11.878145+00:00",
"field_865608": null,
"field_865609": [
9
],
"field_865610": "Key customers are interested in product demos.",
"field_866367": "Product demos are being scheduled for key customers, generating strong interest.",
"field_866368": [
9
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 32,
"order": "24.00000000000000000000",
"created_on": "2023-02-03T03:11:56.493029+00:00",
"updated_on": "2023-02-03T03:57:13.591394+00:00",
"field_865608": null,
"field_865609": [
9
],
"field_865610": "Sales team and product training materials are ready.",
"field_866367": "Product training materials have been created and sales team is ready for launch.",
"field_866368": [
9
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 33,
"order": "25.00000000000000000000",
"created_on": "2023-02-03T03:12:00.133515+00:00",
"updated_on": "2023-02-03T03:57:13.718019+00:00",
"field_865608": null,
"field_865609": [
10
],
"field_865610": "5 goods passed first testing.",
"field_866367": "Completed first round of product testing for 5 products, with positive results.",
"field_866368": [
9
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 34,
"order": "26.00000000000000000000",
"created_on": "2023-02-03T03:12:01.800197+00:00",
"updated_on": "2023-02-03T03:57:14.138531+00:00",
"field_865608": null,
"field_865609": [
10
],
"field_865610": "Improved QA reduced testing time by 30%.",
"field_866367": "Implemented improved QA processes, reducing the time to test by 30%.",
"field_866368": [
9
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 35,
"order": "27.00000000000000000000",
"created_on": "2023-02-03T03:12:03.520994+00:00",
"updated_on": "2023-02-03T03:57:14.467370+00:00",
"field_865608": null,
"field_865609": [
10
],
"field_865610": "Transferred 5 more products to QA this week.",
"field_866367": "Started transition of an additional 5 products to the QA department this week.",
"field_866368": [
9
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 36,
"order": "28.00000000000000000000",
"created_on": "2023-02-03T03:18:35.728985+00:00",
"updated_on": "2023-02-03T03:57:14.865382+00:00",
"field_865608": null,
"field_865609": [
10
],
"field_865610": "QA prioritization with R&D.",
"field_866367": "Working with R&D to prioritize remaining products for QA testing.",
"field_866368": [
9
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 37,
"order": "29.00000000000000000000",
"created_on": "2023-02-03T03:18:36.513338+00:00",
"updated_on": "2023-02-03T03:57:15.506036+00:00",
"field_865608": null,
"field_865609": [
10
],
"field_865610": "To accommodate volume growth, reviewed and updated QA resources.",
"field_866367": "Evaluated and updated QA resources to ensure we have enough capacity for the increased volume.",
"field_866368": [
9
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 38,
"order": "30.00000000000000000000",
"created_on": "2023-02-03T03:18:37.367357+00:00",
"updated_on": "2023-02-03T03:57:15.536456+00:00",
"field_865608": null,
"field_865609": [
11
],
"field_865610": "Researched modern testing methodologies' benefits.",
"field_866367": "Started researching and comparing modern testing methods and their benefits.",
"field_866368": [
9
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 39,
"order": "31.00000000000000000000",
"created_on": "2023-02-03T03:18:39.179838+00:00",
"updated_on": "2023-02-03T03:57:15.975558+00:00",
"field_865608": null,
"field_865609": [
11
],
"field_865610": "Created testing team and plan.",
"field_866367": "Formed a team to implement the chosen testing method and created a plan for implementation.",
"field_866368": [
9
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 40,
"order": "32.00000000000000000000",
"created_on": "2023-02-03T03:20:27.290787+00:00",
"updated_on": "2023-02-03T03:57:16.329896+00:00",
"field_865608": null,
"field_865609": [
11
],
"field_865610": "Successfully tested 20% of our product line with the new procedure.",
"field_866367": "Rolled out the new testing method to 20% of our product line, with successful results.",
"field_866368": [
9
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 41,
"order": "33.00000000000000000000",
"created_on": "2023-02-03T03:20:28.105924+00:00",
"updated_on": "2023-02-03T03:57:16.666362+00:00",
"field_865608": null,
"field_865609": [
11
],
"field_865610": "Fully switched to current testing, improving product quality.",
"field_866367": "Fully transitioned all products to the modern testing method, with a noticeable improvement in overall product quality.",
"field_866368": [
9
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 42,
"order": "34.00000000000000000000",
"created_on": "2023-02-03T03:20:28.900664+00:00",
"updated_on": "2023-02-03T03:57:28.782267+00:00",
"field_865608": null,
"field_865609": [
12
],
"field_865610": "To achieve 10% growth, hiring 3 customer service reps.",
"field_866367": "Hiring 3 new customer service representatives to meet our target of 10% growth.",
"field_866368": [
5
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 43,
"order": "35.00000000000000000000",
"created_on": "2023-02-03T03:20:29.877335+00:00",
"updated_on": "2023-02-03T03:57:29.242876+00:00",
"field_865608": null,
"field_865609": [
12
],
"field_865610": "To improve customer service, launched a new platform.",
"field_866367": "Launched a new customer support platform to increase efficiency and streamline support processes.",
"field_866368": [
5
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 44,
"order": "36.00000000000000000000",
"created_on": "2023-02-03T03:22:00.395830+00:00",
"updated_on": "2023-02-03T03:57:29.830879+00:00",
"field_865608": null,
"field_865609": [
12
],
"field_865610": "Provided continual customer service training and development.",
"field_866367": "Provided ongoing training and development opportunities for our customer service team to enhance their skills and knowledge.",
"field_866368": [
5
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 45,
"order": "36.00000000000000000000",
"created_on": "2023-02-03T03:22:01.048815+00:00",
"updated_on": "2023-02-03T03:57:44.004528+00:00",
"field_865608": null,
"field_865609": [
13
],
"field_865610": "Started cross-departmental customer support.",
"field_866367": "Initiated cross-departmental collaboration for customer service support.",
"field_866368": [
22
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 46,
"order": "37.00000000000000000000",
"created_on": "2023-02-03T03:22:01.639184+00:00",
"updated_on": "2023-02-03T03:57:49.084180+00:00",
"field_865608": null,
"field_865609": [
13
],
"field_865610": "Trained 5 non-customer service staff.",
"field_866367": "Recruited and trained 5 employees from other departments to support customer service.",
"field_866368": [
22
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 47,
"order": "38.00000000000000000000",
"created_on": "2023-02-03T03:22:03.558568+00:00",
"updated_on": "2023-02-03T03:57:54.525805+00:00",
"field_865608": null,
"field_865609": [
13
],
"field_865610": "Implemented cross-departmental customer service support rotation.",
"field_866367": "Implemented a rotational system for cross-departmental support in customer service.",
"field_866368": [
23
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 48,
"order": "39.00000000000000000000",
"created_on": "2023-02-03T03:22:06.111872+00:00",
"updated_on": "2023-02-03T03:57:59.499639+00:00",
"field_865608": null,
"field_865609": [
13
],
"field_865610": "Cross-departmental support maintained customer service quality.",
"field_866367": "Maintained customer service quality despite increased workload with cross-departmental support.",
"field_866368": [
21
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 49,
"order": "40.00000000000000000000",
"created_on": "2023-02-03T03:22:08.582439+00:00",
"updated_on": "2023-02-03T03:58:15.663316+00:00",
"field_865608": null,
"field_865609": [
14
],
"field_865610": "Workshop on communication skills increased confidence and happiness.",
"field_866367": "Workshop on effective communication skills conducted, attendees reported improved confidence and satisfaction.",
"field_866368": [
22
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 50,
"order": "41.00000000000000000000",
"created_on": "2023-02-03T03:22:10.452836+00:00",
"updated_on": "2023-02-03T03:58:15.676307+00:00",
"field_865608": null,
"field_865609": [
14
],
"field_865610": "After workshop, team resolved further problems.",
"field_866367": "Workshop on handling difficult customer situations concluded, team reported higher success in resolving complaints.",
"field_866368": [
22
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 51,
"order": "42.00000000000000000000",
"created_on": "2023-02-03T03:25:11.897988+00:00",
"updated_on": "2023-02-03T03:58:15.686478+00:00",
"field_865608": null,
"field_865609": [
14
],
"field_865610": "Implemented customer service technology training, staff can handle more enquiries.",
"field_866367": "Training program on the latest customer service technology implemented, team now able to handle a higher volume of inquiries.",
"field_866368": [
23
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 52,
"order": "43.00000000000000000000",
"created_on": "2023-02-03T03:25:12.741504+00:00",
"updated_on": "2023-02-03T03:58:15.697116+00:00",
"field_865608": null,
"field_865609": [
14
],
"field_865610": "Workshop team building exercises enhanced customer service rep morale and teamwork.",
"field_866367": "Team building exercises added to workshop schedule, improved morale and collaboration among customer service representatives.",
"field_866368": [
21
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 53,
"order": "43.00000000000000000000",
"created_on": "2023-02-03T03:25:13.589592+00:00",
"updated_on": "2023-02-03T03:58:27.033672+00:00",
"field_865608": null,
"field_865609": [
14
],
"field_865610": "Customer service is faster and more efficient with online resources and support tools.",
"field_866367": "Online resources and support tools made available to the customer service team, resulting in faster and more efficient service.",
"field_866368": [
22
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 54,
"order": "44.00000000000000000000",
"created_on": "2023-02-03T03:25:14.398749+00:00",
"updated_on": "2023-02-03T03:58:30.106697+00:00",
"field_865608": null,
"field_865609": [
15
],
"field_865610": "Designed a mentorship program and defined mentors' and mentees' roles.",
"field_866367": "Developed a mentorship program structure and outlined the responsibilities of mentors and mentees",
"field_866368": [
22
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 55,
"order": "45.00000000000000000000",
"created_on": "2023-02-03T03:25:15.821233+00:00",
"updated_on": "2023-02-03T03:58:30.114581+00:00",
"field_865608": null,
"field_865609": [
15
],
"field_865610": "Recruited mentors from customer service.",
"field_866367": "Recruited experienced customer service employees to serve as mentors.",
"field_866368": [
22
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 56,
"order": "46.00000000000000000000",
"created_on": "2023-02-03T03:26:47.170330+00:00",
"updated_on": "2023-02-03T03:58:30.124832+00:00",
"field_865608": null,
"field_865609": [
15
],
"field_865610": "Matching mentees and mentors by skills and career aspirations.",
"field_866367": "Started matching mentees with mentors based on skill sets and career goals.",
"field_866368": [
23
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 57,
"order": "47.00000000000000000000",
"created_on": "2023-02-03T03:26:48.352537+00:00",
"updated_on": "2023-02-03T03:58:30.133292+00:00",
"field_865608": null,
"field_865609": [
15
],
"field_865610": "Oriented mentees on program expectations.",
"field_866367": "Held an orientation session for mentees to explain the program details and expectations.",
"field_866368": [
21
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 58,
"order": "48.00000000000000000000",
"created_on": "2023-02-03T03:26:49.482274+00:00",
"updated_on": "2023-02-03T03:58:38.490747+00:00",
"field_865608": null,
"field_865609": [
15
],
"field_865610": "Discussed career paths and aspirations in the first mentorship session.",
"field_866367": "Started the first round of mentorship sessions with mentors and mentees discussing individual goals and career paths.",
"field_866368": [
5
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 59,
"order": "49.00000000000000000000",
"created_on": "2023-02-03T03:26:52.098299+00:00",
"updated_on": "2023-02-03T03:58:47.915093+00:00",
"field_865608": null,
"field_865609": [
16
],
"field_865610": "Market surveys to determine client preferences.",
"field_866367": "Conducted market surveys to gather data on customer behavior and preferences.",
"field_866368": [
23
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 60,
"order": "50.00000000000000000000",
"created_on": "2023-02-03T03:28:43.959933+00:00",
"updated_on": "2023-02-03T03:58:47.926209+00:00",
"field_865608": null,
"field_865609": [
16
],
"field_865610": "Data-analyzed customer incentives.",
"field_866367": "Analyzed data to determine the most effective incentives for customers.",
"field_866368": [
21
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 61,
"order": "51.00000000000000000000",
"created_on": "2023-02-03T03:28:44.710404+00:00",
"updated_on": "2023-02-03T03:58:49.641275+00:00",
"field_865608": null,
"field_865609": [
16
],
"field_865610": "Presented findings to management and informing new consumer incentive programs.",
"field_866367": "Presented findings to management and used the information to inform new customer incentive programs.",
"field_866368": [
23
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 62,
"order": "52.00000000000000000000",
"created_on": "2023-02-03T03:28:45.671620+00:00",
"updated_on": "2023-02-03T03:58:49.653345+00:00",
"field_865608": null,
"field_865609": [
16
],
"field_865610": "Adjusted incentive programs based on feedback.",
"field_866367": "Monitored the success of new incentive programs and made adjustments based on feedback.",
"field_866368": [
21
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 63,
"order": "53.00000000000000000000",
"created_on": "2023-02-03T03:28:47.085050+00:00",
"updated_on": "2023-02-03T03:58:56.103259+00:00",
"field_865608": null,
"field_865609": [
16
],
"field_865610": "Collected customer behavior data and improving incentive programs as needed.",
"field_866367": "Continued to gather customer behavior data and make improvements to incentive programs as needed.",
"field_866368": [
21
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 64,
"order": "54.00000000000000000000",
"created_on": "2023-02-03T03:28:47.940080+00:00",
"updated_on": "2023-02-03T03:59:10.485777+00:00",
"field_865608": null,
"field_865609": [
17
],
"field_865610": "Customer incentive surveys and focus groups.",
"field_866367": "Conducting surveys and focus groups to gather customer opinions on potential incentives.",
"field_866368": [
5
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 65,
"order": "55.00000000000000000000",
"created_on": "2023-02-03T03:28:49.064094+00:00",
"updated_on": "2023-02-03T03:59:11.429445+00:00",
"field_865608": null,
"field_865609": [
17
],
"field_865610": "Data analysis and industry trends to measure incentive effectiveness.",
"field_866367": "Analyzing data and researching industry trends to determine the most effective incentives.",
"field_866368": [
5
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 66,
"order": "56.00000000000000000000",
"created_on": "2023-02-03T03:28:50.967112+00:00",
"updated_on": "2023-02-03T03:59:14.182029+00:00",
"field_865608": null,
"field_865609": [
17
],
"field_865610": "Cross-functional teams brainstorming incentive ideas.",
"field_866367": "Brainstorming and discussing various incentive ideas with cross-functional teams.",
"field_866368": [
5
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 67,
"order": "57.00000000000000000000",
"created_on": "2023-02-03T03:28:52.319486+00:00",
"updated_on": "2023-02-03T03:59:14.240519+00:00",
"field_865608": null,
"field_865609": [
17
],
"field_865610": "Created incentive choices for management review.",
"field_866367": "Developed several potential incentive options for review by the management team.",
"field_866368": [
5
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 68,
"order": "58.00000000000000000000",
"created_on": "2023-02-03T03:28:53.850574+00:00",
"updated_on": "2023-02-03T03:59:27.029326+00:00",
"field_865608": null,
"field_865609": [
17
],
"field_865610": "Approving final incentive ideas with senior leadership.",
"field_866367": "Presenting final incentive proposals to senior leadership for approval.",
"field_866368": [
22
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 69,
"order": "59.00000000000000000000",
"created_on": "2023-02-03T03:28:55.250774+00:00",
"updated_on": "2023-02-03T03:59:15.417780+00:00",
"field_865608": null,
"field_865609": [
17
],
"field_865610": "Launching selected incentives before Q2.",
"field_866367": "Implementing chosen incentives and launching them before the end of Q1.",
"field_866368": [
5
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
},
{
"id": 70,
"order": "60.00000000000000000000",
"created_on": "2023-02-03T03:28:57.341534+00:00",
"updated_on": "2023-02-03T03:59:16.379602+00:00",
"field_865608": null,
"field_865609": [
17
],
"field_865610": "Monitoring incentive success and adjusting based on consumer input.",
"field_866367": "Monitoring the success of the incentives and making any necessary adjustments based on customer feedback.",
"field_866368": [
5
],
"field_866370": null,
"field_866371": null,
"field_868030": null,
"field_868031": null,
"field_894358": null
}
]
},
{
"id": 133625,
"name": "Employees",
"order": 4,
"fields": [
{
"id": 865562,
"type": "formula",
"name": "Full name",
"order": 0,
"primary": true,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": null,
"formula": "regex_replace( \n concat( \n field(\"First name\"), \n \" \", \n field(\"Middle initial\"), \n if(isblank(field(\"Middle initial\")), \n \"\", \n \". \" \n ), \n field(\"Last name\")), \n \" \", \n \" \"\n)",
"formula_type": "text"
},
{
"id": 865563,
"type": "text",
"name": "Last name",
"order": 1,
"primary": false,
"text_default": ""
},
{
"id": 865564,
"type": "text",
"name": "First name",
"order": 2,
"primary": false,
"text_default": ""
},
{
"id": 865565,
"type": "text",
"name": "Middle initial",
"order": 3,
"primary": false,
"text_default": ""
},
{
"id": 865566,
"type": "link_row",
"name": "Title",
"order": 4,
"primary": false,
"link_row_table_id": 133626,
"link_row_related_field_id": 865582,
"has_related_field": true
},
{
"id": 865567,
"type": "link_row",
"name": "Department",
"order": 5,
"primary": false,
"link_row_table_id": 133627,
"link_row_related_field_id": 865588,
"has_related_field": true
},
{
"id": 865568,
"type": "link_row",
"name": "Office location",
"order": 6,
"primary": false,
"link_row_table_id": 133628,
"link_row_related_field_id": 865593,
"has_related_field": true
},
{
"id": 865569,
"type": "file",
"name": "Photo",
"order": 7,
"primary": false
},
{
"id": 865570,
"type": "text",
"name": "Local extension number",
"order": 8,
"primary": false,
"text_default": ""
},
{
"id": 865571,
"type": "phone_number",
"name": "Phone number",
"order": 9,
"primary": false
},
{
"id": 865572,
"type": "email",
"name": "Email",
"order": 10,
"primary": false
},
{
"id": 865573,
"type": "text",
"name": "Address",
"order": 11,
"primary": false,
"text_default": ""
},
{
"id": 865574,
"type": "text",
"name": "Zip code",
"order": 12,
"primary": false,
"text_default": ""
},
{
"id": 865575,
"type": "long_text",
"name": "Remarks",
"order": 15,
"primary": false
},
{
"id": 865576,
"type": "date",
"name": "Start date",
"order": 16,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24"
},
{
"id": 865577,
"type": "single_select",
"name": "Status",
"order": 17,
"primary": false,
"select_options": [
{
"id": 400195,
"value": "Full-time",
"color": "dark-green",
"order": 0
},
{
"id": 400196,
"value": "Part-time",
"color": "dark-blue",
"order": 1
},
{
"id": 400197,
"value": "Seasonal",
"color": "dark-red",
"order": 2
},
{
"id": 400198,
"value": "Temporary",
"color": "dark-gray",
"order": 3
}
]
},
{
"id": 865578,
"type": "boolean",
"name": "Is active",
"order": 19,
"primary": false
},
{
"id": 865579,
"type": "date",
"name": "End date",
"order": 20,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24"
},
{
"id": 865642,
"type": "formula",
"name": "Objectives supervising",
"order": 22,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 0,
"array_formula_type": null,
"formula": "count(field(\"Related objectives as lead\"))",
"formula_type": "number"
},
{
"id": 866369,
"type": "link_row",
"name": "Related updates",
"order": 23,
"primary": false,
"link_row_table_id": 133629,
"link_row_related_field_id": 866368,
"has_related_field": true
},
{
"id": 866375,
"type": "link_row",
"name": "Related key results as lead",
"order": 24,
"primary": false,
"link_row_table_id": 133624,
"link_row_related_field_id": 866374,
"has_related_field": true
},
{
"id": 866377,
"type": "link_row",
"name": "Related key results as member",
"order": 25,
"primary": false,
"link_row_table_id": 133624,
"link_row_related_field_id": 866376,
"has_related_field": true
},
{
"id": 866485,
"type": "link_row",
"name": "Related objectives as lead",
"order": 26,
"primary": false,
"link_row_table_id": 133623,
"link_row_related_field_id": 865545,
"has_related_field": true
},
{
"id": 866489,
"type": "formula",
"name": "Key results linked",
"order": 27,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 0,
"array_formula_type": null,
"formula": "add( \n count(field(\"Related key results as lead\")), \n count(field(\"Related key results as member\")) \n)",
"formula_type": "number"
}
],
"views": [
{
"id": 204927,
"type": "grid",
"name": "All employees",
"order": 1,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 65964,
"field_id": 865563,
"order": "ASC"
},
{
"id": 65965,
"field_id": 865564,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 1264948,
"field_id": 865562,
"width": 173,
"hidden": false,
"order": 19,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1264949,
"field_id": 865563,
"width": 129,
"hidden": false,
"order": 3,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1264950,
"field_id": 865564,
"width": 130,
"hidden": false,
"order": 4,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1264951,
"field_id": 865565,
"width": 140,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264952,
"field_id": 865566,
"width": 170,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264953,
"field_id": 865567,
"width": 169,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264954,
"field_id": 865568,
"width": 171,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264955,
"field_id": 865569,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1264956,
"field_id": 865570,
"width": 208,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264957,
"field_id": 865571,
"width": 153,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264958,
"field_id": 865572,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264959,
"field_id": 865573,
"width": 240,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264960,
"field_id": 865574,
"width": 118,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264961,
"field_id": 865575,
"width": 200,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264962,
"field_id": 865576,
"width": 123,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264963,
"field_id": 865577,
"width": 106,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264964,
"field_id": 865578,
"width": 110,
"hidden": false,
"order": 18,
"aggregation_type": "checked_count",
"aggregation_raw_type": "empty_count"
},
{
"id": 1264965,
"field_id": 865579,
"width": 117,
"hidden": false,
"order": 16,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1265054,
"field_id": 865642,
"width": 196,
"hidden": false,
"order": 1,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 1266069,
"field_id": 866369,
"width": 160,
"hidden": false,
"order": 23,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1266075,
"field_id": 866375,
"width": 222,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1266077,
"field_id": 866377,
"width": 247,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1266252,
"field_id": 866485,
"width": 217,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1266256,
"field_id": 866489,
"width": 167,
"hidden": false,
"order": 2,
"aggregation_type": "average",
"aggregation_raw_type": "average"
}
]
},
{
"id": 204928,
"type": "form",
"name": "Add new employee",
"order": 2,
"public": false,
"title": "Add new employee",
"description": "",
"cover_image": {
"name": "WOSfiS2InLF6f0H570KWekxsTsaKnKlK_85d919a71bbf58dd3b55f6d7c634573f36cd86251b71b9bf84ff1370703769ff.jpg",
"original_name": "Header.Clients.01.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "Thank you for using this form. To add more employees, please refresh this page.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 130151,
"field_id": 865569,
"name": "",
"description": "You can add a photo of the employee here.",
"enabled": true,
"required": false,
"order": 0,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 130152,
"field_id": 865563,
"name": "",
"description": "Enter the employee's surname.",
"enabled": true,
"required": true,
"order": 1,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 130153,
"field_id": 865564,
"name": "",
"description": "Enter the employee's given name.",
"enabled": true,
"required": true,
"order": 2,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 130154,
"field_id": 865565,
"name": "",
"description": "Please indicate the employees middle initial.",
"enabled": true,
"required": false,
"order": 3,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 130155,
"field_id": 865566,
"name": "",
"description": "Please select the employee's role or designation from the selection below.",
"enabled": true,
"required": true,
"order": 4,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 130156,
"field_id": 865567,
"name": "",
"description": "Please indicate the department this employee belongs to.",
"enabled": true,
"required": true,
"order": 5,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 130157,
"field_id": 865568,
"name": "",
"description": "Select the assigned office location for this employee.",
"enabled": true,
"required": true,
"order": 6,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 130158,
"field_id": 865570,
"name": "",
"description": "Please enter the local or extension number assigned to this employee.",
"enabled": true,
"required": false,
"order": 7,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 130159,
"field_id": 865571,
"name": "",
"description": "Enter the employee's current phone or mobile number.",
"enabled": true,
"required": true,
"order": 8,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 130160,
"field_id": 865572,
"name": "",
"description": "Please enter the employee's email address.",
"enabled": true,
"required": true,
"order": 9,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 130161,
"field_id": 865573,
"name": "",
"description": "Enter the employee's current home address.",
"enabled": true,
"required": false,
"order": 10,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 130162,
"field_id": 865574,
"name": "",
"description": "Please indicate the zip code of the employee's address.",
"enabled": true,
"required": false,
"order": 11,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 130163,
"field_id": 865575,
"name": "",
"description": "Fill in any notes or remarks about this employee.",
"enabled": true,
"required": false,
"order": 12,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 130164,
"field_id": 865576,
"name": "",
"description": "Please enter the date this employee joined the organization.",
"enabled": true,
"required": true,
"order": 13,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 130165,
"field_id": 865577,
"name": "",
"description": "Select the employee's employment status.",
"enabled": true,
"required": true,
"order": 14,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 130166,
"field_id": 865578,
"name": "",
"description": "Please indicate whether this employee is still with the organization.",
"enabled": true,
"required": false,
"order": 15,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 130167,
"field_id": 865562,
"name": "",
"description": "Please enter the unique company-provided employee ID number assigned to this employee. ex: BR00001",
"enabled": false,
"required": true,
"order": 16,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 130168,
"field_id": 865579,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 17,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 137388,
"field_id": 865642,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 137389,
"field_id": 866369,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 137390,
"field_id": 866375,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 137391,
"field_id": 866377,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 137392,
"field_id": 866485,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 137393,
"field_id": 866489,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
}
]
},
{
"id": 212195,
"type": "gallery",
"name": "Goal supervisors",
"order": 3,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 85467,
"field_id": 865642,
"type": "higher_than",
"value": "0"
}
],
"sortings": [
{
"id": 69072,
"field_id": 865562,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 865569,
"field_options": [
{
"id": 115336,
"field_id": 865562,
"hidden": false,
"order": 1
},
{
"id": 115337,
"field_id": 865563,
"hidden": true,
"order": 2
},
{
"id": 115338,
"field_id": 865564,
"hidden": true,
"order": 3
},
{
"id": 115339,
"field_id": 865565,
"hidden": true,
"order": 4
},
{
"id": 115340,
"field_id": 865566,
"hidden": false,
"order": 5
},
{
"id": 115341,
"field_id": 865567,
"hidden": false,
"order": 6
},
{
"id": 115342,
"field_id": 865568,
"hidden": true,
"order": 7
},
{
"id": 115343,
"field_id": 865569,
"hidden": true,
"order": 8
},
{
"id": 115354,
"field_id": 865642,
"hidden": false,
"order": 9
},
{
"id": 115344,
"field_id": 865570,
"hidden": false,
"order": 10
},
{
"id": 115345,
"field_id": 865571,
"hidden": true,
"order": 11
},
{
"id": 115346,
"field_id": 865572,
"hidden": true,
"order": 12
},
{
"id": 115347,
"field_id": 865573,
"hidden": true,
"order": 13
},
{
"id": 115348,
"field_id": 865574,
"hidden": true,
"order": 14
},
{
"id": 115349,
"field_id": 865575,
"hidden": true,
"order": 15
},
{
"id": 115350,
"field_id": 865576,
"hidden": true,
"order": 16
},
{
"id": 115351,
"field_id": 865577,
"hidden": true,
"order": 17
},
{
"id": 115352,
"field_id": 865578,
"hidden": true,
"order": 18
},
{
"id": 115353,
"field_id": 865579,
"hidden": true,
"order": 19
},
{
"id": 115355,
"field_id": 866369,
"hidden": true,
"order": 20
},
{
"id": 115356,
"field_id": 866375,
"hidden": true,
"order": 21
},
{
"id": 115357,
"field_id": 866377,
"hidden": true,
"order": 22
},
{
"id": 115358,
"field_id": 866485,
"hidden": true,
"order": 23
},
{
"id": 115359,
"field_id": 866489,
"hidden": true,
"order": 24
}
]
},
{
"id": 204929,
"type": "gallery",
"name": "Active employees",
"order": 4,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 82119,
"field_id": 865578,
"type": "boolean",
"value": "1"
}
],
"sortings": [
{
"id": 69073,
"field_id": 865563,
"order": "ASC"
},
{
"id": 69074,
"field_id": 865564,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 865569,
"field_options": [
{
"id": 107411,
"field_id": 865562,
"hidden": false,
"order": 0
},
{
"id": 107412,
"field_id": 865563,
"hidden": true,
"order": 2
},
{
"id": 107413,
"field_id": 865564,
"hidden": true,
"order": 3
},
{
"id": 107414,
"field_id": 865565,
"hidden": true,
"order": 4
},
{
"id": 107415,
"field_id": 865566,
"hidden": false,
"order": 5
},
{
"id": 107416,
"field_id": 865567,
"hidden": false,
"order": 6
},
{
"id": 107417,
"field_id": 865568,
"hidden": true,
"order": 7
},
{
"id": 107418,
"field_id": 865569,
"hidden": true,
"order": 8
},
{
"id": 107419,
"field_id": 865570,
"hidden": false,
"order": 9
},
{
"id": 107420,
"field_id": 865571,
"hidden": false,
"order": 10
},
{
"id": 107421,
"field_id": 865572,
"hidden": true,
"order": 11
},
{
"id": 107422,
"field_id": 865573,
"hidden": true,
"order": 12
},
{
"id": 107423,
"field_id": 865574,
"hidden": true,
"order": 13
},
{
"id": 107424,
"field_id": 865575,
"hidden": true,
"order": 16
},
{
"id": 107425,
"field_id": 865576,
"hidden": true,
"order": 17
},
{
"id": 107426,
"field_id": 865577,
"hidden": false,
"order": 18
},
{
"id": 107427,
"field_id": 865578,
"hidden": true,
"order": 19
},
{
"id": 107428,
"field_id": 865579,
"hidden": true,
"order": 32767
},
{
"id": 115360,
"field_id": 865642,
"hidden": true,
"order": 32767
},
{
"id": 115361,
"field_id": 866369,
"hidden": true,
"order": 32767
},
{
"id": 115362,
"field_id": 866375,
"hidden": true,
"order": 32767
},
{
"id": 115363,
"field_id": 866377,
"hidden": true,
"order": 32767
},
{
"id": 115364,
"field_id": 866485,
"hidden": true,
"order": 32767
},
{
"id": 115365,
"field_id": 866489,
"hidden": true,
"order": 32767
}
]
},
{
"id": 204930,
"type": "gallery",
"name": "Full-time employees",
"order": 5,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 82120,
"field_id": 865577,
"type": "single_select_equal",
"value": "400195"
},
{
"id": 82121,
"field_id": 865578,
"type": "boolean",
"value": "1"
}
],
"sortings": [
{
"id": 69075,
"field_id": 865563,
"order": "ASC"
},
{
"id": 69076,
"field_id": 865564,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 865569,
"field_options": [
{
"id": 107429,
"field_id": 865562,
"hidden": false,
"order": 0
},
{
"id": 107430,
"field_id": 865563,
"hidden": true,
"order": 2
},
{
"id": 107431,
"field_id": 865564,
"hidden": true,
"order": 3
},
{
"id": 107432,
"field_id": 865565,
"hidden": true,
"order": 4
},
{
"id": 107433,
"field_id": 865566,
"hidden": false,
"order": 5
},
{
"id": 107434,
"field_id": 865567,
"hidden": false,
"order": 6
},
{
"id": 107435,
"field_id": 865568,
"hidden": true,
"order": 7
},
{
"id": 107436,
"field_id": 865569,
"hidden": true,
"order": 8
},
{
"id": 107437,
"field_id": 865570,
"hidden": false,
"order": 9
},
{
"id": 107438,
"field_id": 865571,
"hidden": false,
"order": 10
},
{
"id": 107439,
"field_id": 865572,
"hidden": true,
"order": 11
},
{
"id": 107440,
"field_id": 865573,
"hidden": true,
"order": 12
},
{
"id": 107441,
"field_id": 865574,
"hidden": true,
"order": 13
},
{
"id": 107442,
"field_id": 865575,
"hidden": true,
"order": 16
},
{
"id": 107443,
"field_id": 865576,
"hidden": true,
"order": 17
},
{
"id": 107444,
"field_id": 865577,
"hidden": true,
"order": 18
},
{
"id": 107445,
"field_id": 865578,
"hidden": true,
"order": 19
},
{
"id": 107446,
"field_id": 865579,
"hidden": true,
"order": 32767
},
{
"id": 115366,
"field_id": 865642,
"hidden": true,
"order": 32767
},
{
"id": 115367,
"field_id": 866369,
"hidden": true,
"order": 32767
},
{
"id": 115368,
"field_id": 866375,
"hidden": true,
"order": 32767
},
{
"id": 115369,
"field_id": 866377,
"hidden": true,
"order": 32767
},
{
"id": 115370,
"field_id": 866485,
"hidden": true,
"order": 32767
},
{
"id": 115371,
"field_id": 866489,
"hidden": true,
"order": 32767
}
]
},
{
"id": 204931,
"type": "gallery",
"name": "Part-time employees",
"order": 6,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 82122,
"field_id": 865577,
"type": "single_select_equal",
"value": "400196"
},
{
"id": 82123,
"field_id": 865578,
"type": "boolean",
"value": "1"
}
],
"sortings": [
{
"id": 69077,
"field_id": 865563,
"order": "ASC"
},
{
"id": 69078,
"field_id": 865564,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 865569,
"field_options": [
{
"id": 107447,
"field_id": 865562,
"hidden": false,
"order": 0
},
{
"id": 107448,
"field_id": 865563,
"hidden": true,
"order": 2
},
{
"id": 107449,
"field_id": 865564,
"hidden": true,
"order": 3
},
{
"id": 107450,
"field_id": 865565,
"hidden": true,
"order": 4
},
{
"id": 107451,
"field_id": 865566,
"hidden": false,
"order": 5
},
{
"id": 107452,
"field_id": 865567,
"hidden": false,
"order": 6
},
{
"id": 107453,
"field_id": 865568,
"hidden": true,
"order": 7
},
{
"id": 107454,
"field_id": 865569,
"hidden": true,
"order": 8
},
{
"id": 107455,
"field_id": 865570,
"hidden": false,
"order": 9
},
{
"id": 107456,
"field_id": 865571,
"hidden": false,
"order": 10
},
{
"id": 107457,
"field_id": 865572,
"hidden": true,
"order": 11
},
{
"id": 107458,
"field_id": 865573,
"hidden": true,
"order": 12
},
{
"id": 107459,
"field_id": 865574,
"hidden": true,
"order": 13
},
{
"id": 107460,
"field_id": 865575,
"hidden": true,
"order": 16
},
{
"id": 107461,
"field_id": 865576,
"hidden": true,
"order": 17
},
{
"id": 107462,
"field_id": 865577,
"hidden": true,
"order": 18
},
{
"id": 107463,
"field_id": 865578,
"hidden": true,
"order": 19
},
{
"id": 107464,
"field_id": 865579,
"hidden": true,
"order": 32767
},
{
"id": 115372,
"field_id": 865642,
"hidden": true,
"order": 32767
},
{
"id": 115373,
"field_id": 866369,
"hidden": true,
"order": 32767
},
{
"id": 115374,
"field_id": 866375,
"hidden": true,
"order": 32767
},
{
"id": 115375,
"field_id": 866377,
"hidden": true,
"order": 32767
},
{
"id": 115376,
"field_id": 866485,
"hidden": true,
"order": 32767
},
{
"id": 115377,
"field_id": 866489,
"hidden": true,
"order": 32767
}
]
},
{
"id": 204932,
"type": "gallery",
"name": "Seasonal employees",
"order": 7,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 82124,
"field_id": 865577,
"type": "single_select_equal",
"value": "400197"
},
{
"id": 82125,
"field_id": 865578,
"type": "boolean",
"value": "1"
}
],
"sortings": [
{
"id": 69079,
"field_id": 865563,
"order": "ASC"
},
{
"id": 69080,
"field_id": 865564,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 865569,
"field_options": [
{
"id": 107465,
"field_id": 865562,
"hidden": false,
"order": 0
},
{
"id": 107466,
"field_id": 865563,
"hidden": true,
"order": 2
},
{
"id": 107467,
"field_id": 865564,
"hidden": true,
"order": 3
},
{
"id": 107468,
"field_id": 865565,
"hidden": true,
"order": 4
},
{
"id": 107469,
"field_id": 865566,
"hidden": false,
"order": 5
},
{
"id": 107470,
"field_id": 865567,
"hidden": false,
"order": 6
},
{
"id": 107471,
"field_id": 865568,
"hidden": true,
"order": 7
},
{
"id": 107472,
"field_id": 865569,
"hidden": true,
"order": 8
},
{
"id": 107473,
"field_id": 865570,
"hidden": false,
"order": 9
},
{
"id": 107474,
"field_id": 865571,
"hidden": false,
"order": 10
},
{
"id": 107475,
"field_id": 865572,
"hidden": true,
"order": 11
},
{
"id": 107476,
"field_id": 865573,
"hidden": true,
"order": 12
},
{
"id": 107477,
"field_id": 865574,
"hidden": true,
"order": 13
},
{
"id": 107478,
"field_id": 865575,
"hidden": true,
"order": 16
},
{
"id": 107479,
"field_id": 865576,
"hidden": true,
"order": 17
},
{
"id": 107480,
"field_id": 865577,
"hidden": true,
"order": 18
},
{
"id": 107481,
"field_id": 865578,
"hidden": true,
"order": 19
},
{
"id": 107482,
"field_id": 865579,
"hidden": true,
"order": 32767
},
{
"id": 115378,
"field_id": 865642,
"hidden": true,
"order": 32767
},
{
"id": 115379,
"field_id": 866369,
"hidden": true,
"order": 32767
},
{
"id": 115380,
"field_id": 866375,
"hidden": true,
"order": 32767
},
{
"id": 115381,
"field_id": 866377,
"hidden": true,
"order": 32767
},
{
"id": 115382,
"field_id": 866485,
"hidden": true,
"order": 32767
},
{
"id": 115383,
"field_id": 866489,
"hidden": true,
"order": 32767
}
]
},
{
"id": 204933,
"type": "gallery",
"name": "Temporary employees",
"order": 8,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 82126,
"field_id": 865577,
"type": "single_select_equal",
"value": "400198"
},
{
"id": 82127,
"field_id": 865578,
"type": "boolean",
"value": "1"
}
],
"sortings": [
{
"id": 69092,
"field_id": 865563,
"order": "ASC"
},
{
"id": 69093,
"field_id": 865564,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 865569,
"field_options": [
{
"id": 107483,
"field_id": 865562,
"hidden": false,
"order": 0
},
{
"id": 107484,
"field_id": 865563,
"hidden": true,
"order": 2
},
{
"id": 107485,
"field_id": 865564,
"hidden": true,
"order": 3
},
{
"id": 107486,
"field_id": 865565,
"hidden": true,
"order": 4
},
{
"id": 107487,
"field_id": 865566,
"hidden": false,
"order": 5
},
{
"id": 107488,
"field_id": 865567,
"hidden": false,
"order": 6
},
{
"id": 107489,
"field_id": 865568,
"hidden": true,
"order": 7
},
{
"id": 107490,
"field_id": 865569,
"hidden": true,
"order": 8
},
{
"id": 107491,
"field_id": 865570,
"hidden": false,
"order": 9
},
{
"id": 107492,
"field_id": 865571,
"hidden": false,
"order": 10
},
{
"id": 107493,
"field_id": 865572,
"hidden": true,
"order": 11
},
{
"id": 107494,
"field_id": 865573,
"hidden": true,
"order": 12
},
{
"id": 107495,
"field_id": 865574,
"hidden": true,
"order": 13
},
{
"id": 107496,
"field_id": 865575,
"hidden": true,
"order": 16
},
{
"id": 107497,
"field_id": 865576,
"hidden": true,
"order": 17
},
{
"id": 107498,
"field_id": 865577,
"hidden": true,
"order": 18
},
{
"id": 107499,
"field_id": 865578,
"hidden": true,
"order": 19
},
{
"id": 107500,
"field_id": 865579,
"hidden": true,
"order": 32767
},
{
"id": 115503,
"field_id": 865642,
"hidden": true,
"order": 32767
},
{
"id": 115504,
"field_id": 866369,
"hidden": true,
"order": 32767
},
{
"id": 115505,
"field_id": 866375,
"hidden": true,
"order": 32767
},
{
"id": 115506,
"field_id": 866377,
"hidden": true,
"order": 32767
},
{
"id": 115507,
"field_id": 866485,
"hidden": true,
"order": 32767
},
{
"id": 115508,
"field_id": 866489,
"hidden": true,
"order": 32767
}
]
},
{
"id": 204934,
"type": "kanban",
"name": "Employees by status",
"order": 9,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 82128,
"field_id": 865578,
"type": "boolean",
"value": "1"
}
],
"sortings": [],
"decorations": [],
"public": false,
"single_select_field_id": 865577,
"card_cover_image_field_id": 865569,
"field_options": [
{
"id": 59772,
"field_id": 865562,
"hidden": false,
"order": 0
},
{
"id": 59773,
"field_id": 865563,
"hidden": true,
"order": 2
},
{
"id": 59774,
"field_id": 865564,
"hidden": true,
"order": 3
},
{
"id": 59775,
"field_id": 865565,
"hidden": true,
"order": 4
},
{
"id": 59776,
"field_id": 865566,
"hidden": false,
"order": 5
},
{
"id": 59777,
"field_id": 865567,
"hidden": true,
"order": 6
},
{
"id": 59778,
"field_id": 865568,
"hidden": true,
"order": 7
},
{
"id": 59779,
"field_id": 865569,
"hidden": true,
"order": 8
},
{
"id": 59780,
"field_id": 865570,
"hidden": true,
"order": 9
},
{
"id": 59781,
"field_id": 865571,
"hidden": true,
"order": 10
},
{
"id": 59782,
"field_id": 865572,
"hidden": true,
"order": 11
},
{
"id": 59783,
"field_id": 865573,
"hidden": true,
"order": 12
},
{
"id": 59784,
"field_id": 865574,
"hidden": true,
"order": 13
},
{
"id": 59785,
"field_id": 865575,
"hidden": true,
"order": 16
},
{
"id": 59786,
"field_id": 865576,
"hidden": true,
"order": 17
},
{
"id": 59787,
"field_id": 865577,
"hidden": true,
"order": 18
},
{
"id": 59788,
"field_id": 865578,
"hidden": true,
"order": 19
},
{
"id": 59789,
"field_id": 865579,
"hidden": true,
"order": 32767
},
{
"id": 64812,
"field_id": 865642,
"hidden": true,
"order": 32767
},
{
"id": 64813,
"field_id": 866369,
"hidden": true,
"order": 32767
},
{
"id": 64814,
"field_id": 866375,
"hidden": true,
"order": 32767
},
{
"id": 64815,
"field_id": 866377,
"hidden": true,
"order": 32767
},
{
"id": 64816,
"field_id": 866485,
"hidden": true,
"order": 32767
},
{
"id": 64817,
"field_id": 866489,
"hidden": true,
"order": 32767
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-05-11T02:41:08.429516+00:00",
"updated_on": "2022-10-03T07:18:58.026983+00:00",
"field_865562": null,
"field_865563": "Fitzpatrick",
"field_865564": "Janice",
"field_865565": "D",
"field_865566": [
12
],
"field_865567": [
8
],
"field_865568": [
2
],
"field_865569": [
{
"name": "upKbtHN9lLybPDzua6MBByvzgAJZ2Fui_6033c389c7b9a28b3f4d1ad791cd071bb18d341fb50ca862338d0688129b1d93.jpg",
"visible_name": "Woman.16.jpg",
"original_name": "Woman.16.jpg"
}
],
"field_865570": "x2083",
"field_865571": "(510) 476-1189",
"field_865572": "janice.fitzpatrick@brgeemailz.net",
"field_865573": "1053 Thompson Drive, Union City, California",
"field_865574": "94587",
"field_865575": "Started this company with friends.",
"field_865576": "2012-01-08",
"field_865577": 400195,
"field_865578": "true",
"field_865579": null,
"field_865642": null,
"field_866369": [],
"field_866375": [],
"field_866377": [],
"field_866485": [
1,
11,
19
],
"field_866489": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-05-11T02:41:08.431669+00:00",
"updated_on": "2022-10-03T07:19:17.826277+00:00",
"field_865562": null,
"field_865563": "Pullen",
"field_865564": "Cinda",
"field_865565": "O",
"field_865566": [
13
],
"field_865567": [
8
],
"field_865568": [
2
],
"field_865569": [
{
"name": "RVLB3BKHhwtVuAG47bw33zbQvd4iI5sh_32a0bb1e8cd43f9a27f05e95039ad44b606915d94c3f6ac8aa9359a5d66d0e40.jpg",
"visible_name": "Woman.36.jpg",
"original_name": "Woman.36.jpg"
}
],
"field_865570": "x8170",
"field_865571": "(213) 743-1636",
"field_865572": "cinda.pullen@brgeemailz.net",
"field_865573": "3486 Canis Heights Drive, Los Angeles, California",
"field_865574": "90007",
"field_865575": "Joined to build something wonderful.",
"field_865576": "2012-01-08",
"field_865577": 400195,
"field_865578": "true",
"field_865579": null,
"field_865642": null,
"field_866369": [],
"field_866375": [],
"field_866377": [],
"field_866485": [
6,
7,
15,
16,
24
],
"field_866489": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-05-11T19:39:33.168366+00:00",
"updated_on": "2022-10-03T07:19:03.563659+00:00",
"field_865562": null,
"field_865563": "Best",
"field_865564": "Clayton",
"field_865565": "I",
"field_865566": [
14
],
"field_865567": [
8
],
"field_865568": [
2
],
"field_865569": [
{
"name": "41wtSFwg9iFCZ7Sjq3gU8Nb6p3bw5YT8_636d58571a3d01fad628780775449b7c9fe67e40a5d2154ffeed3cccec5bd2f0.jpg",
"visible_name": "Man.33.jpg",
"original_name": "Man.33.jpg"
}
],
"field_865570": "x1528",
"field_865571": "(916) 478-0153",
"field_865572": "clayton.best@brgeemailz.net",
"field_865573": "3380 Park Avenue, Elk Grove, California",
"field_865574": "95624",
"field_865575": "Saw the same vision as the other founders.",
"field_865576": "2012-01-08",
"field_865577": 400195,
"field_865578": "true",
"field_865579": null,
"field_865642": null,
"field_866369": [],
"field_866375": [
3
],
"field_866377": [],
"field_866485": [
3,
13,
21,
4
],
"field_866489": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-05-11T19:39:45.735708+00:00",
"updated_on": "2023-02-03T01:55:50.997758+00:00",
"field_865562": null,
"field_865563": "Mahon",
"field_865564": "Lane",
"field_865565": "O",
"field_865566": [
15
],
"field_865567": [
8,
6
],
"field_865568": [
2
],
"field_865569": [
{
"name": "aYgEEYmhNdW43yVVuSXwE3ZBAH6xXIhR_7d55a7f32efd179a5dd35d905c33a80528c84e057c8c6ad07a6f190fd8a135b8.jpg",
"visible_name": "Man.18.jpg",
"original_name": "Man.18.jpg"
}
],
"field_865570": "x8338",
"field_865571": "(925) 250-4627",
"field_865572": "lane.mahon@brgeemailz.net",
"field_865573": "1669 Water Street, Dublin, California",
"field_865574": "94568",
"field_865575": "Believes in the potential of the company.",
"field_865576": "2012-01-08",
"field_865577": 400195,
"field_865578": "true",
"field_865579": null,
"field_865642": null,
"field_866369": [
17,
18,
19
],
"field_866375": [
4,
5,
20,
21,
27,
28,
29,
30,
32,
33,
34,
35
],
"field_866377": [],
"field_866485": [
5,
14,
17,
18,
22,
23
],
"field_866489": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2022-05-11T19:39:54.036617+00:00",
"updated_on": "2023-02-03T01:51:39.558010+00:00",
"field_865562": null,
"field_865563": "Ecker",
"field_865564": "Allie",
"field_865565": "O",
"field_865566": [
16
],
"field_865567": [
8,
7
],
"field_865568": [
2
],
"field_865569": [
{
"name": "LBasrspjZHKwVX48PqfzUCaWxrNHYMIp_87342f8e2a009873f0cf6cbf8b480d495c898a19238d60b3d6fb81efa41c9883.jpg",
"visible_name": "Woman.12.jpg",
"original_name": "Woman.12.jpg"
}
],
"field_865570": "x9008",
"field_865571": "(949) 873-7292",
"field_865572": "allie.ecker@brgeemailz.net",
"field_865573": "1522 Hillcrest Lane, Los Angeles, California",
"field_865574": "90017",
"field_865575": "Having fun with the job and responsibilities.",
"field_865576": "2012-01-08",
"field_865577": 400195,
"field_865578": "true",
"field_865579": null,
"field_865642": null,
"field_866369": [
42,
43,
44,
58,
64,
65,
66,
67,
69,
70
],
"field_866375": [
1,
2,
12,
13,
14,
15,
16,
17,
18,
19,
31
],
"field_866377": [],
"field_866485": [
2,
12,
20,
8,
9,
10
],
"field_866489": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2022-05-11T19:40:00.883007+00:00",
"updated_on": "2022-10-03T07:18:38.211376+00:00",
"field_865562": null,
"field_865563": "Nickson",
"field_865564": "Thomas",
"field_865565": "J",
"field_865566": [
17
],
"field_865567": [
4
],
"field_865568": [
2
],
"field_865569": [
{
"name": "kpvm8PvAMu5It0mGgbCPrU3vAJEV1Xnm_a61a8f87e0ad660120ad5476f8f3181239a96b1386dc8f0c5586bd2c9e736705.jpg",
"visible_name": "Man.11.jpg",
"original_name": "Man.11.jpg"
}
],
"field_865570": "x5557",
"field_865571": "(916) 336-7017",
"field_865572": "thomas.nickson@brgeemailz.net",
"field_865573": "898 Pearl Street, Sacramento, California",
"field_865574": "95814",
"field_865575": "Focused on the future of this company.",
"field_865576": "2012-01-08",
"field_865577": 400195,
"field_865578": "true",
"field_865579": null,
"field_865642": null,
"field_866369": [
7,
8,
9,
10
],
"field_866375": [],
"field_866377": [
3
],
"field_866485": [],
"field_866489": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2022-05-11T19:40:08.785002+00:00",
"updated_on": "2022-10-03T07:18:46.897012+00:00",
"field_865562": null,
"field_865563": "Garcia",
"field_865564": "Paul",
"field_865565": "N",
"field_865566": [
11
],
"field_865567": [
5
],
"field_865568": [
1
],
"field_865569": [
{
"name": "baAGJJPygHskwhdHsjq2dVmiP9mNRjlD_8ef24a4e04ccceb7d1f9199b20922abbc08069902fef9a0c17ac3cbb822679e5.jpg",
"visible_name": "Man.13.jpg",
"original_name": "Man.13.jpg"
}
],
"field_865570": "x9834",
"field_865571": "(916) 910-4721",
"field_865572": "paul.garcia@brgeemailz.net",
"field_865573": "4695 Woodland Terrace, Sacramento, California",
"field_865574": "95814",
"field_865575": "Has been working hard doing multiple tasks for this company.",
"field_865576": "2012-01-08",
"field_865577": 400195,
"field_865578": "true",
"field_865579": null,
"field_865642": null,
"field_866369": [],
"field_866375": [],
"field_866377": [
12
],
"field_866485": [],
"field_866489": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2022-05-11T19:40:16.141926+00:00",
"updated_on": "2022-10-03T07:18:42.025433+00:00",
"field_865562": null,
"field_865563": "Tran",
"field_865564": "Rodney",
"field_865565": "D",
"field_865566": [
10
],
"field_865567": [
5
],
"field_865568": [
1
],
"field_865569": [
{
"name": "outMquPR0iT3RKfl04hZkKphuGeFdJj4_a7820b4c5db7e94b1b25ad0a13f25a0474045e279a3b39691cbef744862bc538.jpg",
"visible_name": "Man.35.jpg",
"original_name": "Man.35.jpg"
}
],
"field_865570": "x5049",
"field_865571": "(408) 451-1453",
"field_865572": "rodney.tran@brgeemailz.net",
"field_865573": "567 Ford Street, San Jose, California",
"field_865574": "95131",
"field_865575": "Stayed with the founders since joining.",
"field_865576": "2019-07-30",
"field_865577": 400196,
"field_865578": "true",
"field_865579": null,
"field_865642": null,
"field_866369": [],
"field_866375": [],
"field_866377": [
12
],
"field_866485": [],
"field_866489": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2022-05-11T19:40:26.829669+00:00",
"updated_on": "2022-10-03T07:19:02.297919+00:00",
"field_865562": null,
"field_865563": "Johns",
"field_865564": "Donald",
"field_865565": "S",
"field_865566": [
9
],
"field_865567": [
1
],
"field_865568": [
5
],
"field_865569": [
{
"name": "rrTx5pTLJOULTEQ6kRjKZ7cTKvMTLMSQ_8bf30a876d0d0082aac1b41058c42c8ff2ab323e25afc56b9f5b9bab76cf3ea9.jpg",
"visible_name": "Man.48.jpg",
"original_name": "Man.48.jpg"
}
],
"field_865570": "x6300",
"field_865571": "(805) 367-1199",
"field_865572": "donald.johns@brgeemailz.net",
"field_865573": "414 Euclid Avenue, Oxnard, California",
"field_865574": "93030",
"field_865575": "An experienced and highly skilled individual in this industry.",
"field_865576": "2012-01-31",
"field_865577": 400195,
"field_865578": "true",
"field_865579": null,
"field_865642": null,
"field_866369": [
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41
],
"field_866375": [
6,
7,
8,
9,
10,
11,
22,
23,
24,
25,
26,
36,
37,
38
],
"field_866377": [],
"field_866485": [],
"field_866489": null
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2022-05-11T19:40:31.663881+00:00",
"updated_on": "2022-10-03T07:18:57.194197+00:00",
"field_865562": null,
"field_865563": "Marshall",
"field_865564": "John",
"field_865565": "E",
"field_865566": [
9
],
"field_865567": [
1
],
"field_865568": [
5
],
"field_865569": [
{
"name": "n20mZykpXaHFMO7n6ZsZmxjeqoVml8RO_5b771a1ce64c7ccb1b909d679a9a9cab06d2563777570d6990b609608a526283.jpg",
"visible_name": "Man.03.jpg",
"original_name": "Man.03.jpg"
}
],
"field_865570": "x6302",
"field_865571": "(323) 207-7576",
"field_865572": "john.marshall@brgeemailz.net",
"field_865573": "1028 Rosemont Avenue, Anaheim, California",
"field_865574": "92801",
"field_865575": "Common friend of the founders.",
"field_865576": "2012-01-31",
"field_865577": 400197,
"field_865578": "true",
"field_865579": null,
"field_865642": null,
"field_866369": [],
"field_866375": [],
"field_866377": [
6,
7,
8,
9,
10,
11,
22,
23,
24,
25,
26,
36,
37,
38
],
"field_866485": [],
"field_866489": null
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2022-05-11T19:40:39.587277+00:00",
"updated_on": "2022-10-03T07:18:48.778589+00:00",
"field_865562": null,
"field_865563": "Robicheaux",
"field_865564": "Michael",
"field_865565": "S",
"field_865566": [
8
],
"field_865567": [
1
],
"field_865568": [
5
],
"field_865569": [
{
"name": "zC3DkDSc46Gwyq0dFNDft3uutdqfcJPD_0afdb3017ed6ceb4d23b69ab3e44ef5efacb60ad98ddbd49c3138d3059b798c5.jpg",
"visible_name": "Man.28.jpg",
"original_name": "Man.28.jpg"
}
],
"field_865570": "x1942",
"field_865571": "(707) 840-5210",
"field_865572": "michael.robicheaux@brgeemailz.net",
"field_865573": "792 Pretty View Lane, Mckinleyville, California",
"field_865574": "95519",
"field_865575": "Found his resume online.",
"field_865576": "2019-07-30",
"field_865577": 400195,
"field_865578": "true",
"field_865579": null,
"field_865642": null,
"field_866369": [],
"field_866375": [],
"field_866377": [
6,
7,
8,
9,
10,
11,
22,
23,
24,
25,
26,
36,
37,
38
],
"field_866485": [],
"field_866489": null
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2022-05-11T19:40:46.306898+00:00",
"updated_on": "2022-10-03T07:19:18.802931+00:00",
"field_865562": null,
"field_865563": "Lopez",
"field_865564": "Bran",
"field_865565": "C",
"field_865566": [
8
],
"field_865567": [
1
],
"field_865568": [
5
],
"field_865569": [
{
"name": "uph2w90D4m883aD7ylXVwEhshEjKTCXw_d022b4d76cc31161673cb1f62b4d1984dc8db57d5d7b62b46ff73de4fde45cfd.jpg",
"visible_name": "Man.20.jpg",
"original_name": "Man.20.jpg"
}
],
"field_865570": "x4802",
"field_865571": "(650) 869-3623",
"field_865572": "bran.lopez@brgeemailz.net",
"field_865573": "3637 Duck Creek Road, San Bruno, California",
"field_865574": "94066",
"field_865575": "A reliable addition to the company.",
"field_865576": "2019-07-30",
"field_865577": 400195,
"field_865578": "true",
"field_865579": null,
"field_865642": null,
"field_866369": [],
"field_866375": [],
"field_866377": [
6,
7,
8,
9,
10,
11,
22,
23,
24,
25,
26,
36,
37,
38
],
"field_866485": [],
"field_866489": null
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2022-05-11T19:40:54.760610+00:00",
"updated_on": "2022-10-03T07:18:41.138022+00:00",
"field_865562": null,
"field_865563": "Wright",
"field_865564": "Ronald",
"field_865565": "E",
"field_865566": [
7
],
"field_865567": [
1
],
"field_865568": [
5
],
"field_865569": [
{
"name": "mzWtz5STDpCrf5qeNJ6Scn65hdx1RtXR_706cb9712f46ff3654d0a1b873f9d20934da457ae1545f1bfdcfcc4f75c4f0fa.jpg",
"visible_name": "Man.09.jpg",
"original_name": "Man.09.jpg"
}
],
"field_865570": "x9259",
"field_865571": "(925) 413-4033",
"field_865572": "donald.wright@brgeemailz.net",
"field_865573": "858 Park Street, San Francisco, California",
"field_865574": "94108",
"field_865575": "Worked part-time since 2019.",
"field_865576": "2019-07-30",
"field_865577": 400196,
"field_865578": "true",
"field_865579": null,
"field_865642": null,
"field_866369": [],
"field_866375": [],
"field_866377": [
6,
7,
8,
9,
10,
11,
22,
23,
24,
25,
26,
36,
37,
38
],
"field_866485": [],
"field_866489": null
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2022-05-11T19:41:01.712553+00:00",
"updated_on": "2022-10-03T07:18:49.934198+00:00",
"field_865562": null,
"field_865563": "Tye",
"field_865564": "Leroy",
"field_865565": "I",
"field_865566": [
5
],
"field_865567": [
1
],
"field_865568": [
5
],
"field_865569": [
{
"name": "xnXCQd4INIJkbOnxK4yBegodzoBLh8GX_9254445c723333fd7687daff449887a52d0178ff24e24af1c076144a7ba80b32.jpg",
"visible_name": "Man.02.jpg",
"original_name": "Man.02.jpg"
}
],
"field_865570": "x9887",
"field_865571": "(510) 808-7208",
"field_865572": "leroy.tye@brgeemailz.net",
"field_865573": "4647 Green Avenue, Oakland, California",
"field_865574": "94612",
"field_865575": "Dedicated his career to the company.",
"field_865576": "2012-01-31",
"field_865577": 400195,
"field_865578": "true",
"field_865579": null,
"field_865642": null,
"field_866369": [],
"field_866375": [],
"field_866377": [
6,
7,
8,
9,
10,
11,
22,
23,
24,
25,
26,
36,
37,
38
],
"field_866485": [],
"field_866489": null
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2022-05-11T19:41:06.453197+00:00",
"updated_on": "2022-10-03T07:18:47.826070+00:00",
"field_865562": null,
"field_865563": "Mott",
"field_865564": "Nora",
"field_865565": "G",
"field_865566": [
4
],
"field_865567": [
1
],
"field_865568": [
5
],
"field_865569": [
{
"name": "YJg28ThrKGNIRjMNKHBDvcXf8Lwpw8ZW_deae73b64502c13fe8f9ba9af624570071be79e62956e1492cd6686186824cc2.jpg",
"visible_name": "Woman.55.jpg",
"original_name": "Woman.55.jpg"
}
],
"field_865570": "x0314",
"field_865571": "(818) 240-6675",
"field_865572": "nora.mott@brgeemailz.net",
"field_865573": "2105 New York Avenue, Glendale, California",
"field_865574": "91204",
"field_865575": "Hardworking individual.",
"field_865576": "2019-07-30",
"field_865577": 400196,
"field_865578": "true",
"field_865579": null,
"field_865642": null,
"field_866369": [],
"field_866375": [],
"field_866377": [
6,
7,
8,
9,
10,
11,
22,
23,
24,
25,
26,
36,
37,
38
],
"field_866485": [],
"field_866489": null
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2022-05-11T19:41:10.813481+00:00",
"updated_on": "2022-10-03T07:19:01.242133+00:00",
"field_865562": null,
"field_865563": "Cunningham",
"field_865564": "Elizabeth",
"field_865565": "G",
"field_865566": [
4
],
"field_865567": [
1
],
"field_865568": [
5
],
"field_865569": [
{
"name": "FS46T69dfc94nHl5hxkBsSHwKkrXTMt8_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg",
"visible_name": "Woman.27.jpg",
"original_name": "Woman.27.jpg"
}
],
"field_865570": "x2084",
"field_865571": "(323) 930-9329",
"field_865572": "elizabeth.cunningham@brgeemailz.net",
"field_865573": "1609 Hillhaven Drive, Los Angeles, California",
"field_865574": "90036",
"field_865575": "Always helpful to colleagues.",
"field_865576": "2019-07-30",
"field_865577": 400197,
"field_865578": "true",
"field_865579": null,
"field_865642": null,
"field_866369": [],
"field_866375": [],
"field_866377": [
6,
7,
8,
9,
10,
11,
22,
23,
24,
25,
26,
36,
37,
38
],
"field_866485": [],
"field_866489": null
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2022-05-11T19:41:16.077611+00:00",
"updated_on": "2022-10-03T07:18:43.130682+00:00",
"field_865562": null,
"field_865563": "Rethman",
"field_865564": "Richard",
"field_865565": "A",
"field_865566": [
3
],
"field_865567": [
1
],
"field_865568": [
3
],
"field_865569": [
{
"name": "vBJTvoC4ZECTYycqfjSWRAr6xlCU1cPI_860fc8f7a7c919681aa15783aebf52d282bf73edcba69fd03516ca5aba743f14.jpg",
"visible_name": "Man.31.jpg",
"original_name": "Man.31.jpg"
}
],
"field_865570": "x3210",
"field_865571": "(626) 585-3240",
"field_865572": "richard.rethman@brgeemailz.net",
"field_865573": "3633 Nickel Road, Pasadena, California",
"field_865574": "91101",
"field_865575": "Help the company since the start of the operation.",
"field_865576": "2012-01-31",
"field_865577": 400195,
"field_865578": "true",
"field_865579": null,
"field_865642": null,
"field_866369": [],
"field_866375": [],
"field_866377": [
6,
7,
8,
9,
10,
11,
22,
23,
24,
25,
26,
36,
37,
38
],
"field_866485": [],
"field_866489": null
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2022-05-11T19:41:20.237265+00:00",
"updated_on": "2022-10-03T07:18:55.957567+00:00",
"field_865562": null,
"field_865563": "Castillo",
"field_865564": "Jonathan",
"field_865565": "O",
"field_865566": [
17
],
"field_865567": [
2
],
"field_865568": [
1
],
"field_865569": [
{
"name": "c5bo3rb3mL3Y8yYpis5M6SLgJxAuESzN_3e4ea491bc171831d98bd16209e167056256efec656b03792cc985f56c52d625.jpg",
"visible_name": "Man.27.jpg",
"original_name": "Man.27.jpg"
}
],
"field_865570": "x4050",
"field_865571": "(714) 674-5259",
"field_865572": "jonathan.castillo@brgeemailz.net",
"field_865573": "2014 Alpaca Way, Brea, California",
"field_865574": "92621",
"field_865575": "Has been very productive.",
"field_865576": "2012-01-31",
"field_865577": 400195,
"field_865578": "true",
"field_865579": null,
"field_865642": null,
"field_866369": [],
"field_866375": [],
"field_866377": [],
"field_866485": [],
"field_866489": null
},
{
"id": 19,
"order": "19.00000000000000000000",
"created_on": "2022-05-11T19:41:28.309129+00:00",
"updated_on": "2022-10-03T07:19:00.240921+00:00",
"field_865562": null,
"field_865563": "Rothman",
"field_865564": "Eric",
"field_865565": "N",
"field_865566": [
17
],
"field_865567": [
2
],
"field_865568": [
1
],
"field_865569": [
{
"name": "XrzVKfwMYQfwpB8kUTcEcmo7YxsAOY0B_e2ad95f8dcb90def82b6c29a01416e1eafe86b21f119b8539a4fad35ee05b676.jpg",
"visible_name": "Man.15.jpg",
"original_name": "Man.15.jpg"
}
],
"field_865570": "x2313",
"field_865571": "(619) 525-2361",
"field_865572": "eric.rothman@brgeemailz.net",
"field_865573": "678 Poplar Avenue, San Diego, California",
"field_865574": "92101",
"field_865575": "Very prolific individual. Ask him anything.",
"field_865576": "2012-01-31",
"field_865577": 400195,
"field_865578": "true",
"field_865579": null,
"field_865642": null,
"field_866369": [],
"field_866375": [],
"field_866377": [],
"field_866485": [],
"field_866489": null
},
{
"id": 20,
"order": "20.00000000000000000000",
"created_on": "2022-05-11T19:41:33.394918+00:00",
"updated_on": "2022-10-03T07:18:54.681881+00:00",
"field_865562": null,
"field_865563": "Triplett",
"field_865564": "Judith",
"field_865565": "J",
"field_865566": [
17
],
"field_865567": [
6
],
"field_865568": [
3
],
"field_865569": [
{
"name": "EyeKZr7MzYFAkV7rveT6MsLXFkE26gRu_84455edcdf85e5bbcf4ea2c2e53253a70d2dc5003170a2bcb7adb2e06d319885.jpg",
"visible_name": "Woman.38.jpg",
"original_name": "Woman.38.jpg"
}
],
"field_865570": "x4750",
"field_865571": "(323) 762-0628",
"field_865572": "judith.triplett@brgeemailz.net",
"field_865573": "3358 Southside Lane, Los Angeles, California",
"field_865574": "90017",
"field_865575": "Joyful and the life of the party.",
"field_865576": "2012-01-31",
"field_865577": 400195,
"field_865578": "true",
"field_865579": null,
"field_865642": null,
"field_866369": [
11,
12,
13,
14,
15,
16
],
"field_866375": [],
"field_866377": [
4,
5,
20,
21,
27,
28,
29,
30,
32,
33,
34,
35
],
"field_866485": [],
"field_866489": null
},
{
"id": 21,
"order": "21.00000000000000000000",
"created_on": "2022-05-11T19:41:44.628479+00:00",
"updated_on": "2022-10-03T07:18:51.040440+00:00",
"field_865562": null,
"field_865563": "Hogan",
"field_865564": "Lena",
"field_865565": "O",
"field_865566": [
18
],
"field_865567": [
7
],
"field_865568": [
1
],
"field_865569": [
{
"name": "DDkXYykQsjvrS7HFIlaojVOYZjCbIUxA_623cf9aca2c33d047b0c4312716412c1265e6269631846fff2dfb1147070c8fd.jpg",
"visible_name": "Woman.17.jpg",
"original_name": "Woman.17.jpg"
}
],
"field_865570": "x0720",
"field_865571": "(559) 949-6790",
"field_865572": "lena.hogan@brgeemailz.net",
"field_865573": "2400 Half and Half Drive, Alpaugh, California",
"field_865574": "93219",
"field_865575": "Cheerful individual - brings a lot of jokes everyday.",
"field_865576": "2019-07-30",
"field_865577": 400198,
"field_865578": "true",
"field_865579": null,
"field_865642": null,
"field_866369": [
2,
4,
48,
52,
57,
60,
62,
63
],
"field_866375": [],
"field_866377": [
1,
2,
12,
13,
14,
15,
16,
17,
18,
19,
31
],
"field_866485": [],
"field_866489": null
},
{
"id": 22,
"order": "22.00000000000000000000",
"created_on": "2022-05-11T19:41:49.427338+00:00",
"updated_on": "2022-10-03T07:18:40.045114+00:00",
"field_865562": null,
"field_865563": "Love",
"field_865564": "Sandra",
"field_865565": "O",
"field_865566": [
18
],
"field_865567": [
7
],
"field_865568": [
1
],
"field_865569": [
{
"name": "eW8Z85AICkru3wqVV8DK7xih6FmrGFGD_cfb289c2f728ba9774ce052190c0b13f3fbf18b004ca50103eb57c5e5c1345e8.jpg",
"visible_name": "Woman.23.jpg",
"original_name": "Woman.23.jpg"
}
],
"field_865570": "x1950",
"field_865571": "(559) 592-9157",
"field_865572": "sandra.love@brgeemailz.net",
"field_865573": "3294 Chicago Avenue, Exeter, California",
"field_865574": "93221",
"field_865575": "Great with customers. Always knew what to communicate.",
"field_865576": "2019-07-30",
"field_865577": 400198,
"field_865578": "true",
"field_865579": null,
"field_865642": null,
"field_866369": [
1,
3,
45,
46,
49,
50,
53,
54,
55,
68
],
"field_866375": [],
"field_866377": [
1,
2,
12,
13,
14,
15,
16,
17,
18,
19,
31
],
"field_866485": [],
"field_866489": null
},
{
"id": 23,
"order": "23.00000000000000000000",
"created_on": "2022-05-11T19:41:59.705324+00:00",
"updated_on": "2022-10-03T07:18:52.067965+00:00",
"field_865562": null,
"field_865563": "Mazon",
"field_865564": "Latisha",
"field_865565": "C",
"field_865566": [
18
],
"field_865567": [
7
],
"field_865568": [
1
],
"field_865569": [
{
"name": "3ZIEfynQs4H3PBrgsD8azEAvnLiNy8uH_64038313f395241c5d4d6615d9ba2d4d680777b263a811177230dbb5e391bd6c.jpg",
"visible_name": "Woman.46.jpg",
"original_name": "Woman.46.jpg"
}
],
"field_865570": "x5470",
"field_865571": "(530) 540-8012",
"field_865572": "latisha.mazon@brgeemailz.net",
"field_865573": "4381 Hill Croft Farm Road, Chico, California",
"field_865574": "95926",
"field_865575": "Very athletic, joins a lot of sport activities.",
"field_865576": "2019-07-30",
"field_865577": 400198,
"field_865578": "true",
"field_865579": null,
"field_865642": null,
"field_866369": [
5,
6,
47,
51,
56,
59,
61
],
"field_866375": [],
"field_866377": [
1,
2,
12,
13,
14,
15,
16,
17,
18,
19,
31
],
"field_866485": [],
"field_866489": null
},
{
"id": 24,
"order": "24.00000000000000000000",
"created_on": "2022-05-18T13:24:38.080771+00:00",
"updated_on": "2022-10-03T07:18:59.978670+00:00",
"field_865562": null,
"field_865563": "Dradder",
"field_865564": "Jane",
"field_865565": "A",
"field_865566": [
18
],
"field_865567": [
7
],
"field_865568": [
1
],
"field_865569": [
{
"name": "djIQu7BRzcdGXktcL965otQxbRToKQmF_4be2f64cec3e3d83bcf84510216161f08e6181441413cfbdbdb69c11168e5434.jpg",
"visible_name": "Woman.02.jpg",
"original_name": "Woman.02.jpg"
}
],
"field_865570": "x9899",
"field_865571": "(720) 555-2389",
"field_865572": "jane.rudder@brgeemailz.net",
"field_865573": "902 Park Street, San Francisco, California",
"field_865574": "94108",
"field_865575": "Joined and left in just a couple of weeks.",
"field_865576": "2020-01-30",
"field_865577": 400198,
"field_865578": "false",
"field_865579": "2020-02-15",
"field_865642": null,
"field_866369": [],
"field_866375": [],
"field_866377": [],
"field_866485": [],
"field_866489": null
}
]
},
{
"id": 133626,
"name": "Titles",
"order": 5,
"fields": [
{
"id": 865580,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 865581,
"type": "long_text",
"name": "Description",
"order": 1,
"primary": false
},
{
"id": 865582,
"type": "link_row",
"name": "Related employees",
"order": 2,
"primary": false,
"link_row_table_id": 133625,
"link_row_related_field_id": 865566,
"has_related_field": true
},
{
"id": 865583,
"type": "formula",
"name": "Employee count",
"order": 3,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 0,
"array_formula_type": null,
"formula": "count(filter(field(\"Related employees\"), lookup(\"Related employees\", \"Is active\")))",
"formula_type": "number"
},
{
"id": 865584,
"type": "single_select",
"name": "Level",
"order": 4,
"primary": false,
"select_options": [
{
"id": 400199,
"value": "Junior",
"color": "gray",
"order": 0
},
{
"id": 400200,
"value": "Mid-level",
"color": "red",
"order": 1
},
{
"id": 400201,
"value": "Senior",
"color": "orange",
"order": 2
},
{
"id": 400202,
"value": "Director/Executive",
"color": "green",
"order": 3
}
]
}
],
"views": [
{
"id": 204935,
"type": "grid",
"name": "All titles",
"order": 1,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [],
"decorations": [],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 1264966,
"field_id": 865580,
"width": 255,
"hidden": false,
"order": 3,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1264967,
"field_id": 865581,
"width": 452,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264968,
"field_id": 865582,
"width": 184,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264969,
"field_id": 865583,
"width": 160,
"hidden": false,
"order": 2,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 1264970,
"field_id": 865584,
"width": 152,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 204936,
"type": "grid",
"name": "Business analysis",
"order": 2,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 82129,
"field_id": 865580,
"type": "contains",
"value": "Business Analyst"
}
],
"sortings": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 1264971,
"field_id": 865580,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1264972,
"field_id": 865581,
"width": 404,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264973,
"field_id": 865582,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264974,
"field_id": 865583,
"width": 160,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 1310917,
"field_id": 865584,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 204937,
"type": "grid",
"name": "Quality assurance",
"order": 3,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 82130,
"field_id": 865580,
"type": "contains",
"value": "Quality Assurance"
}
],
"sortings": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 1264975,
"field_id": 865580,
"width": 257,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1264976,
"field_id": 865581,
"width": 373,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264977,
"field_id": 865582,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264978,
"field_id": 865583,
"width": 160,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 1310918,
"field_id": 865584,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 204938,
"type": "grid",
"name": "Software engineering",
"order": 4,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 82131,
"field_id": 865580,
"type": "contains",
"value": "Software Engineer"
}
],
"sortings": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 1264979,
"field_id": 865580,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1264980,
"field_id": 865581,
"width": 387,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264981,
"field_id": 865582,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264982,
"field_id": 865583,
"width": 159,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 1310919,
"field_id": 865584,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 204939,
"type": "grid",
"name": "Human resources",
"order": 5,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 82132,
"field_id": 865580,
"type": "contains",
"value": "Recruiter"
}
],
"sortings": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 1264983,
"field_id": 865580,
"width": 140,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1264984,
"field_id": 865581,
"width": 370,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264985,
"field_id": 865582,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264986,
"field_id": 865583,
"width": 162,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
}
]
},
{
"id": 204940,
"type": "grid",
"name": "Executive",
"order": 6,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 82133,
"field_id": 865580,
"type": "contains",
"value": "Chief"
}
],
"sortings": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 1264987,
"field_id": 865580,
"width": 170,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1264988,
"field_id": 865581,
"width": 393,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264989,
"field_id": 865582,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264990,
"field_id": 865583,
"width": 160,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
}
]
},
{
"id": 204941,
"type": "kanban",
"name": "By level",
"order": 7,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [],
"decorations": [
{
"id": 10885,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "324e5233-6577-4e56-a602-17c8f96496cb",
"color": "light-red",
"filters": [
{
"id": "ff72b76f-f974-48a9-86d0-3f803994a667",
"type": "empty",
"field": 865583,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"single_select_field_id": 865584,
"field_options": [
{
"id": 59790,
"field_id": 865580,
"hidden": false,
"order": 32767
},
{
"id": 59791,
"field_id": 865581,
"hidden": false,
"order": 32767
},
{
"id": 59792,
"field_id": 865582,
"hidden": true,
"order": 32767
},
{
"id": 59793,
"field_id": 865583,
"hidden": false,
"order": 32767
},
{
"id": 59794,
"field_id": 865584,
"hidden": true,
"order": 32767
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-05-11T02:41:33.211871+00:00",
"updated_on": "2022-06-10T12:09:24.288942+00:00",
"field_865580": "Associate Business Analyst",
"field_865581": "Assists their immediate business analysis supervisor and seniors with assigned tasks and responsibilities.",
"field_865582": [],
"field_865583": null,
"field_865584": 400199
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-05-11T02:41:33.214232+00:00",
"updated_on": "2022-06-10T12:09:27.899231+00:00",
"field_865580": "Business Analyst",
"field_865581": "The Business Analyst collaborates with stakeholders to analyze and document business processes for the system under development, to define functional requirements and high-level features, to elaborate on the details of the software project and requirements in order to establish the project's direction, and to assist in its implementation.",
"field_865582": [],
"field_865583": null,
"field_865584": 400200
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-05-11T12:47:39.394826+00:00",
"updated_on": "2022-06-10T12:09:30.105347+00:00",
"field_865580": "Senior Business Analyst",
"field_865581": "Senior Business Analysts are responsible for supervising the rest of the business analysts while maintaining the same responsibilities as base-level business analysts. Furthermore, this role is considered an expert in their field.",
"field_865582": [
17
],
"field_865583": null,
"field_865584": 400201
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-05-11T12:47:49.228480+00:00",
"updated_on": "2022-06-10T12:09:32.587847+00:00",
"field_865580": "Associate Quality Assurance Engineer",
"field_865581": "Assists their immediate quality assurance supervisor and seniors with assigned tasks and responsibilities.",
"field_865582": [
15,
16
],
"field_865583": null,
"field_865584": 400199
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2022-05-11T12:47:55.769066+00:00",
"updated_on": "2022-06-10T12:09:34.687424+00:00",
"field_865580": "Quality Assurance Engineer",
"field_865581": "A Quality Assurance Engineer creates tests to identify software defects prior to a product's launch. These tests entail additional responsibilities, such as developing and running new tests and communicating their results to stakeholders, with whom you will collaborate to fix program bugs or problems.",
"field_865582": [
14
],
"field_865583": null,
"field_865584": 400200
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2022-05-11T12:48:07.331844+00:00",
"updated_on": "2022-06-10T12:09:36.572786+00:00",
"field_865580": "Senior Quality Assurance Engineer",
"field_865581": "Senior Quality Assurance Engineers are responsible for supervising the rest of the QA engineers while maintaining the same responsibilities as base-level Quality Assurance Engineers. Furthermore, this role is considered an expert in their field.",
"field_865582": [],
"field_865583": null,
"field_865584": 400201
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2022-05-11T12:48:09.825191+00:00",
"updated_on": "2022-06-10T12:09:38.950430+00:00",
"field_865580": "Associate Software Engineer",
"field_865581": "Assists their immediate programming supervisor and seniors with assigned tasks and responsibilities.",
"field_865582": [
13
],
"field_865583": null,
"field_865584": 400199
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2022-05-11T12:48:19.622836+00:00",
"updated_on": "2022-06-10T12:09:40.832866+00:00",
"field_865580": "Software Engineer",
"field_865581": "Software Engineers are responsible for implementing engineering principles in the development of software. Their responsibilities include analyzing and modifying existing software as well as designing, building, and testing end-user applications that meet user requirements \u2014 all via software programming languages.",
"field_865582": [
11,
12
],
"field_865583": null,
"field_865584": 400200
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2022-05-11T12:48:24.635844+00:00",
"updated_on": "2022-06-10T12:09:42.703758+00:00",
"field_865580": "Senior Software Engineer",
"field_865581": "Senior Software Engineers are responsible for supervising the rest of the software engineers while maintaining the same responsibilities as base-level engineers. Furthermore, this role is considered an expert in their field.",
"field_865582": [
9,
10
],
"field_865583": null,
"field_865584": 400201
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2022-05-11T12:48:32.083899+00:00",
"updated_on": "2022-06-10T12:09:45.291228+00:00",
"field_865580": "Assistant Recruiter",
"field_865581": "Assists the company's recruiter in posting jobs and in sorting job applicants.",
"field_865582": [
8
],
"field_865583": null,
"field_865584": 400199
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2022-05-11T12:48:33.511207+00:00",
"updated_on": "2022-06-10T12:09:49.625986+00:00",
"field_865580": "Lead Recruiter",
"field_865581": "Creates templates for job recruitment and manages staffing requirements of all the departments.",
"field_865582": [
7
],
"field_865583": null,
"field_865584": 400201
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2022-05-11T13:09:26.406116+00:00",
"updated_on": "2022-06-10T12:09:57.157183+00:00",
"field_865580": "Chief Executive Officer",
"field_865581": "CEOs are accountable for overseeing the overall operations of their companies. This may involve assigning and guiding agendas, driving profitability, managing the organizational structure and direction of the company, and engaging with the board.",
"field_865582": [
1
],
"field_865583": null,
"field_865584": 400202
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2022-05-11T13:09:38.540591+00:00",
"updated_on": "2022-06-10T12:09:59.258599+00:00",
"field_865580": "Chief Technical Officer",
"field_865581": "The CTO is responsible for making all executive decisions concerning a company's technology interests. They are responsible for articulating the company's technological vision, implementing technology initiatives, and ensuring that the company's technological resources are matched with its business requirements.",
"field_865582": [
2
],
"field_865583": null,
"field_865584": 400202
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2022-05-11T13:09:57.577061+00:00",
"updated_on": "2022-06-10T12:10:01.615032+00:00",
"field_865580": "Chief Financial Officer",
"field_865581": "Chief financial officers are in charge of an organization's finances. They are responsible for anticipating the organization's financial health based on financial and operational data and reports provided by the finance and accounting departments, as well as advising the CEO and board of directors on strategic direction.",
"field_865582": [
3
],
"field_865583": null,
"field_865584": 400202
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2022-05-11T13:15:19.402852+00:00",
"updated_on": "2022-06-10T12:10:04.058830+00:00",
"field_865580": "Chief Marketing Officer",
"field_865581": "A Chief Marketing Officer is responsible for directing the organization's marketing and advertising planning, development, and implementation. They play a crucial part in the success of a firm and have essential tasks ranging from creative input to business strategy.",
"field_865582": [
4
],
"field_865583": null,
"field_865584": 400202
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2022-05-11T13:16:38.502786+00:00",
"updated_on": "2022-06-10T12:10:07.302193+00:00",
"field_865580": "Chief Sales Officer",
"field_865581": "The CSO is the leader of an organization's whole sales department and directs and oversees all activities connected to producing sales. A CSO's daily responsibilities include supervising, planning, and directing daily sales initiatives, as well as maintaining sales goals.",
"field_865582": [
5
],
"field_865583": null,
"field_865584": 400202
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2022-05-11T13:16:46.666595+00:00",
"updated_on": "2022-06-10T12:10:14.068065+00:00",
"field_865580": "Administrative Officer",
"field_865581": "Administrative officers are responsible for administrative duties such as answering telephone calls, organizing meetings, producing reports, and filing papers. In addition, they may be responsible for managing inventories, keeping company records, processing budget and office reports, invoicing, and providing customer service.",
"field_865582": [
6,
18,
19,
20
],
"field_865583": null,
"field_865584": 400201
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2022-05-11T13:19:16.716101+00:00",
"updated_on": "2022-06-10T12:10:16.914288+00:00",
"field_865580": "Customer Service Officer",
"field_865581": "Customer service officers serve as the public face of a firm and interact directly with customers to answer their queries or provide additional assistance as necessary. They operate in every industry with a customer base. They assist clients with complaints and concerns, provide product and service information, accept purchases, and process returns.",
"field_865582": [
21,
22,
23,
24
],
"field_865583": null,
"field_865584": 400200
}
]
},
{
"id": 133627,
"name": "Departments",
"order": 6,
"fields": [
{
"id": 865585,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 865586,
"type": "long_text",
"name": "Description",
"order": 1,
"primary": false
},
{
"id": 865587,
"type": "boolean",
"name": "Is active",
"order": 2,
"primary": false
},
{
"id": 865588,
"type": "link_row",
"name": "Related employees",
"order": 3,
"primary": false,
"link_row_table_id": 133625,
"link_row_related_field_id": 865567,
"has_related_field": true
},
{
"id": 865589,
"type": "formula",
"name": "Employee count",
"order": 4,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 0,
"array_formula_type": null,
"formula": "count(filter(field(\"Related employees\"), lookup(\"Related employees\", \"Is active\")))",
"formula_type": "number"
},
{
"id": 865622,
"type": "link_row",
"name": "Related objectives",
"order": 5,
"primary": false,
"link_row_table_id": 133623,
"link_row_related_field_id": 865542,
"has_related_field": true
},
{
"id": 865623,
"type": "formula",
"name": "Objective count",
"order": 6,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 0,
"array_formula_type": null,
"formula": "count(field(\"Related objectives\"))",
"formula_type": "number"
},
{
"id": 868047,
"type": "formula",
"name": "Objectives progress (%)",
"order": 7,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 2,
"array_formula_type": null,
"formula": "avg( \n filter( \n lookup(\"Related objectives\", \"Progress status (%)\"), \n and( \n isblank(lookup(\"Related objectives\", \"Status\")) = False, \n and( \n contains(totext(lookup(\"Related objectives\", \"Status\")), \"Cancelled\") = False, \n and( \n contains(totext(lookup(\"Related objectives\", \"Status\")), \"New\") = False, \n contains(totext(lookup(\"Related objectives\", \"Status\")), \"Scheduled\") = False \n ) \n ) \n ) \n ) \n)",
"formula_type": "number"
}
],
"views": [
{
"id": 204942,
"type": "grid",
"name": "All departments",
"order": 1,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 65966,
"field_id": 865585,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 1264991,
"field_id": 865585,
"width": 186,
"hidden": false,
"order": 5,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1264992,
"field_id": 865586,
"width": 389,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264993,
"field_id": 865587,
"width": 111,
"hidden": false,
"order": 4,
"aggregation_type": "checked_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1264994,
"field_id": 865588,
"width": 200,
"hidden": true,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264995,
"field_id": 865589,
"width": 161,
"hidden": false,
"order": 3,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 1265036,
"field_id": 865622,
"width": 200,
"hidden": true,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1265037,
"field_id": 865623,
"width": 156,
"hidden": false,
"order": 1,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 1269444,
"field_id": 868047,
"width": 203,
"hidden": false,
"order": 2,
"aggregation_type": "average",
"aggregation_raw_type": "average"
}
]
},
{
"id": 204943,
"type": "gallery",
"name": "Active departments",
"order": 2,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 82134,
"field_id": 865587,
"type": "boolean",
"value": "1"
}
],
"sortings": [
{
"id": 65967,
"field_id": 865585,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"field_options": [
{
"id": 107501,
"field_id": 865585,
"hidden": false,
"order": 32767
},
{
"id": 107502,
"field_id": 865586,
"hidden": false,
"order": 32767
},
{
"id": 107503,
"field_id": 865587,
"hidden": true,
"order": 32767
},
{
"id": 107504,
"field_id": 865588,
"hidden": true,
"order": 32767
},
{
"id": 107505,
"field_id": 865589,
"hidden": false,
"order": 32767
},
{
"id": 115509,
"field_id": 865622,
"hidden": true,
"order": 32767
},
{
"id": 115510,
"field_id": 865623,
"hidden": false,
"order": 32767
},
{
"id": 115511,
"field_id": 868047,
"hidden": false,
"order": 32767
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-05-11T02:41:19.049943+00:00",
"updated_on": "2023-02-09T00:56:22.411375+00:00",
"field_865585": "Research & Development",
"field_865586": "The research and development division is responsible for the majority of this company's operations. Here, software development is administered. It is divided into various project teams.",
"field_865587": "true",
"field_865588": [
9,
10,
11,
12,
13,
14,
15,
16,
17
],
"field_865589": null,
"field_865622": [
6,
7,
15,
16,
24
],
"field_865623": null,
"field_868047": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-05-11T02:41:19.052216+00:00",
"updated_on": "2022-05-11T13:01:13.853660+00:00",
"field_865585": "Finance",
"field_865586": "The finance team and auditors of the company report to this department. The Finance department is responsible for the financial records and audits of the company.",
"field_865587": "true",
"field_865588": [
18,
19
],
"field_865589": null,
"field_865622": [],
"field_865623": null,
"field_868047": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-05-11T12:56:07.011287+00:00",
"updated_on": "2023-02-06T03:01:08.772113+00:00",
"field_865585": "Legal",
"field_865586": "The legal department provides legal expertise that is advantageous to the strategies and planning of the organization. This department has a small seasonal workforce.",
"field_865587": "false",
"field_865588": [],
"field_865589": null,
"field_865622": [],
"field_865623": null,
"field_868047": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-05-11T12:56:28.839469+00:00",
"updated_on": "2022-05-11T13:04:20.628038+00:00",
"field_865585": "Logistics",
"field_865586": "Our liaison officers and logistical partners fall under the purview of this department.",
"field_865587": "true",
"field_865588": [
6
],
"field_865589": null,
"field_865622": [
4
],
"field_865623": null,
"field_868047": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2022-05-11T12:56:34.887700+00:00",
"updated_on": "2023-02-09T00:56:19.674436+00:00",
"field_865585": "Human Resources",
"field_865586": "This department handles every aspect of the recruitment and hiring processes.",
"field_865587": "true",
"field_865588": [
7,
8
],
"field_865589": null,
"field_865622": [],
"field_865623": null,
"field_868047": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2022-05-11T12:56:42.270630+00:00",
"updated_on": "2022-05-11T13:06:14.070588+00:00",
"field_865585": "Marketing",
"field_865586": "Our organization's press releases and branding are handled by the marketing department.",
"field_865587": "true",
"field_865588": [
20,
4
],
"field_865589": null,
"field_865622": [
5,
14,
17,
18,
22,
23
],
"field_865623": null,
"field_868047": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2022-05-11T12:56:55.273921+00:00",
"updated_on": "2022-05-11T13:07:45.941998+00:00",
"field_865585": "Sales",
"field_865586": "This department manages sales and sales strategies and is a vital part of the organization.",
"field_865587": "true",
"field_865588": [
21,
22,
23,
24,
5
],
"field_865589": null,
"field_865622": [
3,
8,
9,
10,
13,
21
],
"field_865623": null,
"field_868047": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2022-05-11T12:57:20.768808+00:00",
"updated_on": "2022-05-11T13:09:14.090224+00:00",
"field_865585": "Executive",
"field_865586": "This department is in charge of the most important strategic planning and decision-making. This division is responsible for making all corporate-wide decisions.",
"field_865587": "true",
"field_865588": [
1,
2,
3,
4,
5
],
"field_865589": null,
"field_865622": [
1,
2,
11,
12,
19,
20
],
"field_865623": null,
"field_868047": null
}
]
},
{
"id": 133628,
"name": "Office locations",
"order": 7,
"fields": [
{
"id": 865590,
"type": "text",
"name": "Location",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 865591,
"type": "file",
"name": "Photo",
"order": 1,
"primary": false
},
{
"id": 865592,
"type": "text",
"name": "Street",
"order": 2,
"primary": false,
"text_default": ""
},
{
"id": 865593,
"type": "link_row",
"name": "Related employees",
"order": 5,
"primary": false,
"link_row_table_id": 133625,
"link_row_related_field_id": 865568,
"has_related_field": true
},
{
"id": 865594,
"type": "text",
"name": "City",
"order": 7,
"primary": false,
"text_default": ""
},
{
"id": 865595,
"type": "text",
"name": "State",
"order": 8,
"primary": false,
"text_default": ""
},
{
"id": 865596,
"type": "text",
"name": "Zip code",
"order": 9,
"primary": false,
"text_default": ""
},
{
"id": 865597,
"type": "phone_number",
"name": "Phone number",
"order": 10,
"primary": false
},
{
"id": 865598,
"type": "formula",
"name": "Employee count",
"order": 11,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 0,
"array_formula_type": null,
"formula": "count(filter(field(\"Related employees\"), lookup(\"Related employees\", \"Is active\")))",
"formula_type": "number"
},
{
"id": 865599,
"type": "number",
"name": "Floor",
"order": 12,
"primary": false,
"number_decimal_places": 0,
"number_negative": false
}
],
"views": [
{
"id": 204944,
"type": "grid",
"name": "All locations",
"order": 1,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 65968,
"field_id": 865590,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 1264996,
"field_id": 865590,
"width": 189,
"hidden": false,
"order": 8,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1264997,
"field_id": 865591,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1264998,
"field_id": 865592,
"width": 166,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1264999,
"field_id": 865593,
"width": 179,
"hidden": true,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1265000,
"field_id": 865594,
"width": 129,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1265001,
"field_id": 865595,
"width": 101,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1265002,
"field_id": 865596,
"width": 114,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1265003,
"field_id": 865597,
"width": 153,
"hidden": false,
"order": 6,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1265004,
"field_id": 865598,
"width": 159,
"hidden": false,
"order": 7,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 1265005,
"field_id": 865599,
"width": 100,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 204945,
"type": "gallery",
"name": "Locations",
"order": 2,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 65969,
"field_id": 865590,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 865591,
"field_options": [
{
"id": 107506,
"field_id": 865590,
"hidden": false,
"order": 32767
},
{
"id": 107507,
"field_id": 865591,
"hidden": true,
"order": 32767
},
{
"id": 107508,
"field_id": 865592,
"hidden": false,
"order": 32767
},
{
"id": 107509,
"field_id": 865593,
"hidden": true,
"order": 32767
},
{
"id": 107510,
"field_id": 865594,
"hidden": false,
"order": 32767
},
{
"id": 107511,
"field_id": 865595,
"hidden": false,
"order": 32767
},
{
"id": 107512,
"field_id": 865596,
"hidden": true,
"order": 32767
},
{
"id": 107513,
"field_id": 865597,
"hidden": true,
"order": 32767
},
{
"id": 107514,
"field_id": 865598,
"hidden": true,
"order": 32767
},
{
"id": 107515,
"field_id": 865599,
"hidden": true,
"order": 32767
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-05-11T02:48:16.461812+00:00",
"updated_on": "2022-06-08T20:09:35.391028+00:00",
"field_865590": "One world square",
"field_865591": [
{
"name": "wIrXjgq4XdiCievnpjKd9bJ1UHkx0NO5_c45b4ddb5b1f81ba679f156c52156cffd2447456425a4d03a356d4619dc078b2.jpg",
"visible_name": "Offices.03.jpg",
"original_name": "Offices.03.jpg"
}
],
"field_865592": "5812 Poplar Avenue",
"field_865593": [
7,
8,
18,
19,
21,
22,
23,
24
],
"field_865594": "San Diego",
"field_865595": "California",
"field_865596": "92111",
"field_865597": "(519) 587-3851",
"field_865598": null,
"field_865599": "2"
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-05-11T02:48:16.463896+00:00",
"updated_on": "2023-02-09T00:57:09.699420+00:00",
"field_865590": "Net cube - executive floors",
"field_865591": [
{
"name": "8NEid0bOwwoREaQyiIqkHrPYmykjv8vR_de53387c30e13446fff1cbb98ea5ade7a8db8a9526e34661bd68788cc8915b2a.jpg",
"visible_name": "Offices.02.jpg",
"original_name": "Offices.02.jpg"
}
],
"field_865592": "1735 Lyntree Lane",
"field_865593": [
1,
2,
3,
4,
5,
6
],
"field_865594": "Los Angeles",
"field_865595": "California",
"field_865596": "90017",
"field_865597": "(213) 375-9873",
"field_865598": null,
"field_865599": "18"
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-05-11T10:45:09.866120+00:00",
"updated_on": "2023-02-09T00:57:10.134285+00:00",
"field_865590": "Net cube - operations 3F",
"field_865591": [
{
"name": "lx852ySRLHvwkY8sfbk5IqQJ0YeWLmqw_e198607af550af1b220453a7c360850d066275633cfabac15d2e09dadc82ffeb.jpg",
"visible_name": "Offices.01.jpg",
"original_name": "Offices.01.jpg"
}
],
"field_865592": "1735 Lyntree Lane",
"field_865593": [
17,
20
],
"field_865594": "Los Angeles",
"field_865595": "California",
"field_865596": "90017",
"field_865597": "(213) 375-9875",
"field_865598": null,
"field_865599": "3"
},
{
"id": 5,
"order": "4.00000000000000000000",
"created_on": "2022-06-08T11:07:36.413128+00:00",
"updated_on": "2023-02-09T00:57:11.526359+00:00",
"field_865590": "Net cube - operations 5F",
"field_865591": [
{
"name": "lx852ySRLHvwkY8sfbk5IqQJ0YeWLmqw_e198607af550af1b220453a7c360850d066275633cfabac15d2e09dadc82ffeb.jpg",
"visible_name": "Offices.01.jpg",
"original_name": "Offices.01.jpg"
}
],
"field_865592": "1735 Lyntree Lane",
"field_865593": [
9,
10,
11,
12,
13,
14,
15,
16
],
"field_865594": "Los Angeles",
"field_865595": "California",
"field_865596": "90017",
"field_865597": "(213) 375-9877",
"field_865598": null,
"field_865599": "5"
}
]
}
]
}
]
}