bramw_baserow/backend/templates/office-guest-log.json

7845 lines
265 KiB
JSON

{
"baserow_template_version": 1,
"name": "Office Guest Log",
"icon": "iconoir-system-restart",
"keywords": [
"office guest",
"guest log",
"office client",
"visitor tracking",
"visitor record",
"office guest security",
"visitor security"
],
"categories": [
"Local Business",
"Professional"
],
"export": [
{
"id": 38121,
"name": "Office Guest Log",
"order": 1,
"type": "database",
"tables": [
{
"id": 91386,
"name": "Guests",
"order": 1,
"fields": [
{
"id": 562424,
"type": "formula",
"name": "Log no.",
"order": 0,
"primary": true,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 0,
"array_formula_type": null,
"formula": "row_id()",
"formula_type": "number"
},
{
"id": 562425,
"type": "text",
"name": "Name",
"order": 1,
"primary": false,
"text_default": ""
},
{
"id": 562426,
"type": "text",
"name": "Company",
"order": 2,
"primary": false,
"text_default": ""
},
{
"id": 562429,
"type": "single_select",
"name": "Type of visit",
"order": 3,
"primary": false,
"select_options": [
{
"id": 222716,
"value": "\ud83d\udc54 Business",
"color": "blue",
"order": 0
},
{
"id": 222717,
"value": "\ud83c\udf3b Personal",
"color": "orange",
"order": 1
}
]
},
{
"id": 562430,
"type": "text",
"name": "Purpose",
"order": 4,
"primary": false,
"text_default": ""
},
{
"id": 562431,
"type": "link_row",
"name": "Employee to visit",
"order": 5,
"primary": false,
"link_row_table_id": 91359,
"link_row_related_field_id": 562432,
"has_related_field": true
},
{
"id": 562436,
"type": "phone_number",
"name": "Phone number",
"order": 6,
"primary": false
},
{
"id": 562437,
"type": "date",
"name": "Time in",
"order": 7,
"primary": false,
"date_format": "ISO",
"date_include_time": true,
"date_time_format": "24"
},
{
"id": 562439,
"type": "date",
"name": "Time out",
"order": 8,
"primary": false,
"date_format": "ISO",
"date_include_time": true,
"date_time_format": "24"
},
{
"id": 562440,
"type": "text",
"name": "Remarks",
"order": 9,
"primary": false,
"text_default": ""
},
{
"id": 562441,
"type": "file",
"name": "Attachments",
"order": 10,
"primary": false
},
{
"id": 562442,
"type": "created_on",
"name": "Date logged",
"order": 11,
"primary": false,
"date_format": "ISO",
"date_include_time": true,
"date_time_format": "24",
"timezone": "Asia/Singapore"
},
{
"id": 562936,
"type": "formula",
"name": "Visit duration",
"order": 13,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 2,
"array_formula_type": null,
"formula": "date_diff(\"minute\", field(\"Time in\"), field(\"Time out\"))",
"formula_type": "number"
},
{
"id": 569540,
"type": "lookup",
"name": "Office location",
"order": 14,
"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": 562431,
"through_field_name": "Employee to visit",
"target_field_id": 562221,
"target_field_name": "Office location"
},
{
"id": 569595,
"type": "formula",
"name": "Time in year",
"order": 15,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 0,
"array_formula_type": null,
"formula": "year(field(\"Time in\"))",
"formula_type": "number"
},
{
"id": 569596,
"type": "formula",
"name": "Time in month",
"order": 16,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 0,
"array_formula_type": null,
"formula": "month(field(\"Time in\"))",
"formula_type": "number"
},
{
"id": 569597,
"type": "formula",
"name": "Week number in the year",
"order": 17,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 0,
"array_formula_type": null,
"formula": "tonumber( \n replace(left(totext( \n date_diff(\"day\", \n todate( \n concat( \n totext(field(\"Time in year\")), \n \"-01-01\"), \n \"YYYY-MM-DD\"), \n field(\"Time in\") \n )/7 \n ), 2), \".\", \"\") \n) + 1",
"formula_type": "number"
},
{
"id": 570557,
"type": "formula",
"name": "Odd or even",
"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 contains( \n totext( \n divide( \n day(field(\"Time in\")), \n 2 \n ) \n ), \n \".5\" \n ), \n \"odd\", \n \"even\" \n)",
"formula_type": "text"
}
],
"views": [
{
"id": 127358,
"type": "grid",
"name": "All guests",
"order": 1,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 34000,
"field_id": 562437,
"order": "ASC"
},
{
"id": 34001,
"field_id": 562425,
"order": "ASC"
}
],
"decorations": [
{
"id": 1955,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"color": "dark-red",
"filters": [
{
"id": "f6a9ed0a-8d95-489c-92db-b8940593ebba",
"type": "not_empty",
"field": 562437,
"value": ""
},
{
"id": "5fea8bef-262d-4b17-9587-3795494e2ad0",
"type": "empty",
"field": 562439,
"value": ""
}
],
"operator": "AND",
"id": "0009da2a-2629-42b2-958b-479c4e79eb9a"
},
{
"color": "dark-orange",
"filters": [
{
"id": "82eabc0c-0779-43e1-a63c-ed79b247f746",
"type": "empty",
"field": 562437,
"value": ""
}
],
"operator": "AND",
"id": "1a118a0f-607d-486d-87b8-eaad761af85e"
}
]
},
"order": 1
},
{
"id": 1977,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"color": "light-gray",
"filters": [
{
"id": "6aaa621e-adbc-4789-a6d9-031296c6dbe2",
"type": "equal",
"field": 570557,
"value": "even"
}
],
"operator": "AND",
"id": "d9e5c61e-6da4-4c26-9909-707adc8a0dcb"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 764453,
"field_id": 562424,
"width": 106,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 764451,
"field_id": 562425,
"width": 146,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764452,
"field_id": 562426,
"width": 169,
"hidden": false,
"order": 2,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 764455,
"field_id": 562429,
"width": 134,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764456,
"field_id": 562430,
"width": 197,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764464,
"field_id": 562431,
"width": 217,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764467,
"field_id": 562436,
"width": 152,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764468,
"field_id": 562437,
"width": 150,
"hidden": false,
"order": 8,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 764469,
"field_id": 562439,
"width": 148,
"hidden": false,
"order": 9,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 764470,
"field_id": 562440,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764471,
"field_id": 562441,
"width": 140,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764472,
"field_id": 562442,
"width": 148,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 765262,
"field_id": 562936,
"width": 143,
"hidden": false,
"order": 10,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 776416,
"field_id": 569540,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776509,
"field_id": 569595,
"width": 136,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776510,
"field_id": 569596,
"width": 151,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776511,
"field_id": 569597,
"width": 219,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778068,
"field_id": 570557,
"width": 136,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 129041,
"type": "grid",
"name": "Business guests",
"order": 2,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 48271,
"field_id": 562429,
"type": "single_select_equal",
"value": "222716"
}
],
"sortings": [
{
"id": 34240,
"field_id": 562437,
"order": "ASC"
},
{
"id": 34241,
"field_id": 562425,
"order": "ASC"
}
],
"decorations": [
{
"id": 1980,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"color": "dark-red",
"filters": [
{
"id": "f6a9ed0a-8d95-489c-92db-b8940593ebba",
"type": "not_empty",
"field": 562437,
"value": ""
},
{
"id": "5fea8bef-262d-4b17-9587-3795494e2ad0",
"type": "empty",
"field": 562439,
"value": ""
}
],
"operator": "AND",
"id": "87ac57ea-0dc8-455f-bc8a-b6a1c7fcba89"
},
{
"color": "dark-orange",
"filters": [
{
"id": "82eabc0c-0779-43e1-a63c-ed79b247f746",
"type": "empty",
"field": 562437,
"value": ""
}
],
"operator": "AND",
"id": "146b2e17-3037-4857-af39-c229dd2a056e"
}
]
},
"order": 1
},
{
"id": 1981,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"color": "light-gray",
"filters": [
{
"id": "6aaa621e-adbc-4789-a6d9-031296c6dbe2",
"type": "equal",
"field": 570557,
"value": "even"
}
],
"operator": "AND",
"id": "cded5931-4f3a-4879-be0a-009c9f1578f1"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 778071,
"field_id": 562424,
"width": 106,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 778072,
"field_id": 562425,
"width": 146,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778073,
"field_id": 562426,
"width": 169,
"hidden": false,
"order": 2,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 778074,
"field_id": 562429,
"width": 134,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778075,
"field_id": 562430,
"width": 197,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778076,
"field_id": 562431,
"width": 217,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778077,
"field_id": 562436,
"width": 152,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778078,
"field_id": 562437,
"width": 150,
"hidden": false,
"order": 8,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 778079,
"field_id": 562439,
"width": 148,
"hidden": false,
"order": 9,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 778080,
"field_id": 562440,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778081,
"field_id": 562441,
"width": 140,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778082,
"field_id": 562442,
"width": 148,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778083,
"field_id": 562936,
"width": 143,
"hidden": false,
"order": 10,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 778084,
"field_id": 569540,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778085,
"field_id": 569595,
"width": 136,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778086,
"field_id": 569596,
"width": 151,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778087,
"field_id": 569597,
"width": 219,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778088,
"field_id": 570557,
"width": 136,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 129042,
"type": "grid",
"name": "Personal guests",
"order": 3,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 48272,
"field_id": 562429,
"type": "single_select_equal",
"value": "222717"
}
],
"sortings": [
{
"id": 34242,
"field_id": 562437,
"order": "ASC"
},
{
"id": 34243,
"field_id": 562425,
"order": "ASC"
}
],
"decorations": [
{
"id": 1982,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"color": "dark-red",
"filters": [
{
"id": "f6a9ed0a-8d95-489c-92db-b8940593ebba",
"type": "not_empty",
"field": 562437,
"value": ""
},
{
"id": "5fea8bef-262d-4b17-9587-3795494e2ad0",
"type": "empty",
"field": 562439,
"value": ""
}
],
"operator": "AND",
"id": "3e82d51c-c5cf-453f-b874-38884dcc1e0e"
},
{
"color": "dark-orange",
"filters": [
{
"id": "82eabc0c-0779-43e1-a63c-ed79b247f746",
"type": "empty",
"field": 562437,
"value": ""
}
],
"operator": "AND",
"id": "334f26ac-926b-46b3-a151-b336e94f2339"
}
]
},
"order": 1
},
{
"id": 1983,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"color": "light-gray",
"filters": [
{
"id": "6aaa621e-adbc-4789-a6d9-031296c6dbe2",
"type": "equal",
"field": 570557,
"value": "even"
}
],
"operator": "AND",
"id": "b570f7b7-54b5-40cc-a7a6-cfb6a95daf0f"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 778089,
"field_id": 562424,
"width": 106,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 778090,
"field_id": 562425,
"width": 146,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778091,
"field_id": 562426,
"width": 169,
"hidden": false,
"order": 2,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 778092,
"field_id": 562429,
"width": 134,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778093,
"field_id": 562430,
"width": 197,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778094,
"field_id": 562431,
"width": 217,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778095,
"field_id": 562436,
"width": 152,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778096,
"field_id": 562437,
"width": 150,
"hidden": false,
"order": 8,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 778097,
"field_id": 562439,
"width": 148,
"hidden": false,
"order": 9,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 778098,
"field_id": 562440,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778099,
"field_id": 562441,
"width": 140,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778100,
"field_id": 562442,
"width": 148,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778101,
"field_id": 562936,
"width": 143,
"hidden": false,
"order": 10,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 778102,
"field_id": 569540,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778103,
"field_id": 569595,
"width": 136,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778104,
"field_id": 569596,
"width": 151,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778105,
"field_id": 569597,
"width": 219,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778106,
"field_id": 570557,
"width": 136,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 128773,
"type": "grid",
"name": "Guests by date",
"order": 4,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 48159,
"field_id": 562437,
"type": "date_equal",
"value": "2022-08-03"
}
],
"sortings": [
{
"id": 34153,
"field_id": 562437,
"order": "ASC"
},
{
"id": 34154,
"field_id": 562425,
"order": "ASC"
}
],
"decorations": [
{
"id": 1975,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"color": "dark-red",
"filters": [
{
"id": "f6a9ed0a-8d95-489c-92db-b8940593ebba",
"type": "not_empty",
"field": 562437,
"value": ""
},
{
"id": "5fea8bef-262d-4b17-9587-3795494e2ad0",
"type": "empty",
"field": 562439,
"value": ""
}
],
"operator": "AND",
"id": "92d44ba0-99ae-490c-b591-17855abae23c"
},
{
"color": "dark-orange",
"filters": [
{
"id": "82eabc0c-0779-43e1-a63c-ed79b247f746",
"type": "empty",
"field": 562437,
"value": ""
}
],
"operator": "AND",
"id": "0bf27ac3-9bd4-43c4-9f90-5803f79a8df3"
}
]
},
"order": 1
},
{
"id": 1978,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"color": "light-gray",
"filters": [
{
"id": "922bc279-bd1f-4c2b-8f96-c8e62a295f8c",
"type": "equal",
"field": 570557,
"value": "even"
}
],
"operator": "AND",
"id": "32adb473-aab0-4f5c-9bfe-12f9f5c043af"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 776548,
"field_id": 562424,
"width": 106,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 776549,
"field_id": 562425,
"width": 146,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776550,
"field_id": 562426,
"width": 169,
"hidden": false,
"order": 2,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 776551,
"field_id": 562429,
"width": 134,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776552,
"field_id": 562430,
"width": 197,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776553,
"field_id": 562431,
"width": 217,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776554,
"field_id": 562436,
"width": 152,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776555,
"field_id": 562437,
"width": 150,
"hidden": false,
"order": 8,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 776556,
"field_id": 562439,
"width": 148,
"hidden": false,
"order": 9,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 776557,
"field_id": 562440,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776558,
"field_id": 562441,
"width": 140,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776559,
"field_id": 562442,
"width": 148,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776560,
"field_id": 562936,
"width": 143,
"hidden": false,
"order": 10,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 776561,
"field_id": 569540,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776562,
"field_id": 569595,
"width": 136,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776563,
"field_id": 569596,
"width": 151,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776564,
"field_id": 569597,
"width": 219,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778069,
"field_id": 570557,
"width": 137,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 128772,
"type": "grid",
"name": "Guests by week no.",
"order": 5,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 48157,
"field_id": 569595,
"type": "equal",
"value": "2022"
},
{
"id": 48158,
"field_id": 569597,
"type": "equal",
"value": "32"
}
],
"sortings": [
{
"id": 34151,
"field_id": 562437,
"order": "ASC"
},
{
"id": 34152,
"field_id": 562425,
"order": "ASC"
}
],
"decorations": [
{
"id": 1974,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"color": "dark-red",
"filters": [
{
"id": "f6a9ed0a-8d95-489c-92db-b8940593ebba",
"type": "not_empty",
"field": 562437,
"value": ""
},
{
"id": "5fea8bef-262d-4b17-9587-3795494e2ad0",
"type": "empty",
"field": 562439,
"value": ""
}
],
"operator": "AND",
"id": "9b80ef2c-8c98-4d45-885f-a6361744cd03"
},
{
"color": "dark-orange",
"filters": [
{
"id": "82eabc0c-0779-43e1-a63c-ed79b247f746",
"type": "empty",
"field": 562437,
"value": ""
}
],
"operator": "AND",
"id": "6278f445-ee8b-4efc-87c9-88e196f8059b"
}
]
},
"order": 1
},
{
"id": 1979,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"color": "light-gray",
"filters": [
{
"id": "3c755a95-858d-46e5-9ee9-44fdc753f972",
"type": "equal",
"field": 570557,
"value": "even"
}
],
"operator": "AND",
"id": "982b38ca-6a58-492a-9083-19e3e3f6001e"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 776531,
"field_id": 562424,
"width": 106,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 776532,
"field_id": 562425,
"width": 146,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776533,
"field_id": 562426,
"width": 169,
"hidden": false,
"order": 2,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 776534,
"field_id": 562429,
"width": 134,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776535,
"field_id": 562430,
"width": 197,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776536,
"field_id": 562431,
"width": 217,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776537,
"field_id": 562436,
"width": 152,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776538,
"field_id": 562437,
"width": 150,
"hidden": false,
"order": 8,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 776539,
"field_id": 562439,
"width": 148,
"hidden": false,
"order": 9,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 776540,
"field_id": 562440,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776541,
"field_id": 562441,
"width": 140,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776542,
"field_id": 562442,
"width": 148,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776543,
"field_id": 562936,
"width": 143,
"hidden": false,
"order": 10,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 776544,
"field_id": 569540,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776545,
"field_id": 569595,
"width": 136,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776546,
"field_id": 569596,
"width": 151,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776547,
"field_id": 569597,
"width": 219,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778070,
"field_id": 570557,
"width": 136,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 128771,
"type": "grid",
"name": "Guests by month",
"order": 6,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 48155,
"field_id": 569595,
"type": "equal",
"value": "2022"
},
{
"id": 48156,
"field_id": 569596,
"type": "equal",
"value": "8"
}
],
"sortings": [
{
"id": 34149,
"field_id": 562437,
"order": "ASC"
},
{
"id": 34150,
"field_id": 562425,
"order": "ASC"
}
],
"decorations": [
{
"id": 1973,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"color": "dark-red",
"filters": [
{
"id": "f6a9ed0a-8d95-489c-92db-b8940593ebba",
"type": "not_empty",
"field": 562437,
"value": ""
},
{
"id": "5fea8bef-262d-4b17-9587-3795494e2ad0",
"type": "empty",
"field": 562439,
"value": ""
}
],
"operator": "AND",
"id": "5cec5977-b07e-4f43-9cef-172f09b938f2"
},
{
"color": "dark-orange",
"filters": [
{
"id": "82eabc0c-0779-43e1-a63c-ed79b247f746",
"type": "empty",
"field": 562437,
"value": ""
}
],
"operator": "AND",
"id": "175f5eeb-8b51-4714-816e-5f7f6b681859"
}
]
},
"order": 1
},
{
"id": 1976,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"color": "light-gray",
"filters": [
{
"id": "d063d8b2-2960-48a2-9e19-4aab451ca3ed",
"type": "equal",
"field": 570557,
"value": "even"
}
],
"operator": "AND",
"id": "2e6b1075-d03b-4fce-9faf-5283c49dca19"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 776514,
"field_id": 562424,
"width": 106,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 776515,
"field_id": 562425,
"width": 146,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776516,
"field_id": 562426,
"width": 169,
"hidden": false,
"order": 2,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 776517,
"field_id": 562429,
"width": 134,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776518,
"field_id": 562430,
"width": 197,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776519,
"field_id": 562431,
"width": 217,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776520,
"field_id": 562436,
"width": 152,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776521,
"field_id": 562437,
"width": 150,
"hidden": false,
"order": 8,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 776522,
"field_id": 562439,
"width": 148,
"hidden": false,
"order": 9,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 776523,
"field_id": 562440,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776524,
"field_id": 562441,
"width": 140,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776525,
"field_id": 562442,
"width": 148,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776526,
"field_id": 562936,
"width": 143,
"hidden": false,
"order": 10,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 776527,
"field_id": 569540,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776528,
"field_id": 569595,
"width": 136,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776529,
"field_id": 569596,
"width": 151,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776530,
"field_id": 569597,
"width": 219,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778067,
"field_id": 570557,
"width": 137,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 128350,
"type": "kanban",
"name": "By type of visit",
"order": 7,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 48006,
"field_id": 562437,
"type": "date_equal",
"value": ""
}
],
"sortings": [],
"decorations": [],
"public": false,
"single_select_field_id": 562429,
"field_options": [
{
"id": 20020,
"field_id": 562424,
"hidden": false,
"order": 1
},
{
"id": 20021,
"field_id": 562425,
"hidden": false,
"order": 2
},
{
"id": 20022,
"field_id": 562426,
"hidden": false,
"order": 3
},
{
"id": 20023,
"field_id": 562429,
"hidden": true,
"order": 5
},
{
"id": 20024,
"field_id": 562430,
"hidden": true,
"order": 6
},
{
"id": 20025,
"field_id": 562431,
"hidden": true,
"order": 7
},
{
"id": 20026,
"field_id": 562436,
"hidden": true,
"order": 8
},
{
"id": 20027,
"field_id": 562437,
"hidden": false,
"order": 9
},
{
"id": 20028,
"field_id": 562439,
"hidden": true,
"order": 10
},
{
"id": 20029,
"field_id": 562440,
"hidden": true,
"order": 11
},
{
"id": 20030,
"field_id": 562441,
"hidden": true,
"order": 12
},
{
"id": 20031,
"field_id": 562442,
"hidden": true,
"order": 13
},
{
"id": 20033,
"field_id": 562936,
"hidden": false,
"order": 14
},
{
"id": 20198,
"field_id": 569540,
"hidden": true,
"order": 32767
},
{
"id": 20199,
"field_id": 569595,
"hidden": true,
"order": 32767
},
{
"id": 20200,
"field_id": 569596,
"hidden": true,
"order": 32767
},
{
"id": 20201,
"field_id": 569597,
"hidden": true,
"order": 32767
},
{
"id": 20237,
"field_id": 570557,
"hidden": true,
"order": 32767
}
]
},
{
"id": 128351,
"type": "form",
"name": "Log a guest",
"order": 8,
"public": false,
"title": "Log a guest",
"description": "",
"cover_image": {
"name": "EGbTljnGbhvyvfeFwBcAm8Wa4KffwTSg_7e2b2b86137aefbd9eaa98ff43cf05a85f78f5071ee2c07388c32fd28639ca1a.jpg",
"original_name": "Header_OpenBook.03.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "A new guest has been successfully added to the database. To add another guest, please reload this page.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 52669,
"field_id": 562425,
"name": "",
"description": "Enter the full name of the guest.",
"enabled": true,
"required": true,
"order": 0,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 52670,
"field_id": 562426,
"name": "",
"description": "Enter the company or organization the guest is representing.",
"enabled": true,
"required": false,
"order": 1,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 52674,
"field_id": 562436,
"name": "",
"description": "Please enter the visitor's phone number.",
"enabled": true,
"required": false,
"order": 2,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 52671,
"field_id": 562429,
"name": "",
"description": "Select the guest's type of visit.",
"enabled": true,
"required": true,
"order": 3,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 52672,
"field_id": 562430,
"name": "",
"description": "Please provide a brief description of the guest's reason for visiting.",
"enabled": true,
"required": false,
"order": 4,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 52673,
"field_id": 562431,
"name": "",
"description": "Please select the employee the guest is visiting.",
"enabled": true,
"required": true,
"order": 5,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 52675,
"field_id": 562437,
"name": "",
"description": "Enter the time and date that the visitor entered our office.",
"enabled": true,
"required": true,
"order": 6,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 52676,
"field_id": 562439,
"name": "",
"description": "Enter the time and date that the visitor left our office.",
"enabled": true,
"required": false,
"order": 7,
"show_when_matching_conditions": true,
"condition_type": "AND",
"conditions": [
{
"id": 284,
"field": 562437,
"type": "not_empty",
"value": ""
}
]
},
{
"id": 52677,
"field_id": 562440,
"name": "",
"description": "Write down below any notes or observations regarding this guest or visit.",
"enabled": true,
"required": false,
"order": 8,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 52668,
"field_id": 562424,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 9,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 52678,
"field_id": 562441,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 10,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 52679,
"field_id": 562442,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 11,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 52681,
"field_id": 562936,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 13,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 53054,
"field_id": 569540,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 53055,
"field_id": 569595,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 53056,
"field_id": 569596,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 53057,
"field_id": 569597,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 53128,
"field_id": 570557,
"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": "2022-08-16T19:18:09.250271+00:00",
"updated_on": "2022-08-18T18:29:53.333414+00:00",
"field_562424": null,
"field_562425": "Christopher Johnson",
"field_562426": "Coffee Culture",
"field_562429": 222717,
"field_562430": "Delivering coffee to the customer who called",
"field_562431": [
1
],
"field_562436": "(202) 553-1210",
"field_562437": "2022-08-01T08:00:00+00:00",
"field_562439": "2022-08-01T08:12:00+00:00",
"field_562440": "Frequent visitor",
"field_562441": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_562442": null,
"field_562936": null,
"field_569540": null,
"field_569595": null,
"field_569596": null,
"field_569597": null,
"field_570557": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-08-16T19:18:09.250346+00:00",
"updated_on": "2022-08-18T19:19:50.667875+00:00",
"field_562424": null,
"field_562425": "Theresa Piccirillo",
"field_562426": "Penelope Works",
"field_562429": 222717,
"field_562430": "Visiting old friends around the area",
"field_562431": [
2,
20
],
"field_562436": "(747) 388-2708",
"field_562437": "2022-08-01T15:30:00+00:00",
"field_562439": "2022-08-01T16:05:00+00:00",
"field_562440": "Left an umbrella in the lobby",
"field_562441": [
{
"name": "m2Q0VFRkpdxDldvSh9ngpuuw11vW942U_dfd20f29107076127b776a18d8620400ffadddb73267df1bf88802f5ad191302.jpg",
"visible_name": "business_card.01.jpg",
"original_name": "business_card.01.jpg"
}
],
"field_562442": null,
"field_562936": null,
"field_569540": null,
"field_569595": null,
"field_569596": null,
"field_569597": null,
"field_570557": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-08-16T19:24:04.945085+00:00",
"updated_on": "2022-08-18T19:20:32.230447+00:00",
"field_562424": null,
"field_562425": "Virginia Armstrong",
"field_562426": "Wallflower Systems",
"field_562429": 222716,
"field_562430": "Business meeting",
"field_562431": [
4
],
"field_562436": "(714) 955-9590",
"field_562437": "2022-08-02T09:00:00+00:00",
"field_562439": "2022-08-02T10:00:00+00:00",
"field_562440": "",
"field_562441": [
{
"name": "q5oefu46qhdcq3WBIgaVnglwplyuQn8L_42386d644c39a8c58248f46369147f25a2c9e4d84e50ec3ca18c70edce221f34.jpg",
"visible_name": "business_card.02.jpg",
"original_name": "business_card.02.jpg"
}
],
"field_562442": null,
"field_562936": null,
"field_569540": null,
"field_569595": null,
"field_569596": null,
"field_569597": null,
"field_570557": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-08-16T19:24:06.078509+00:00",
"updated_on": "2022-08-18T18:16:24.381325+00:00",
"field_562424": null,
"field_562425": "Andrew Rivers",
"field_562426": "Mainsail International",
"field_562429": 222716,
"field_562430": "Accounting and audit",
"field_562431": [
3
],
"field_562436": "(415) 250-8929",
"field_562437": "2022-08-02T14:00:00+00:00",
"field_562439": "2022-08-02T17:00:00+00:00",
"field_562440": "",
"field_562441": [],
"field_562442": null,
"field_562936": null,
"field_569540": null,
"field_569595": null,
"field_569596": null,
"field_569597": null,
"field_570557": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2022-08-16T19:24:07.048886+00:00",
"updated_on": "2022-08-18T19:21:46.354958+00:00",
"field_562424": null,
"field_562425": "Candice Greene",
"field_562426": "Dream Letter Services",
"field_562429": 222717,
"field_562430": "Just saying hi",
"field_562431": [
5
],
"field_562436": "(703) 398-5323",
"field_562437": "2022-08-02T15:30:00+00:00",
"field_562439": "2022-08-02T15:55:00+00:00",
"field_562440": "Left a business card",
"field_562441": [
{
"name": "m2Q0VFRkpdxDldvSh9ngpuuw11vW942U_dfd20f29107076127b776a18d8620400ffadddb73267df1bf88802f5ad191302.jpg",
"visible_name": "business_card.01.jpg",
"original_name": "business_card.01.jpg"
}
],
"field_562442": null,
"field_562936": null,
"field_569540": null,
"field_569595": null,
"field_569596": null,
"field_569597": null,
"field_570557": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2022-08-16T19:38:14.976587+00:00",
"updated_on": "2022-08-20T19:23:48.867480+00:00",
"field_562424": null,
"field_562425": "Shirley Paterson",
"field_562426": "Blue Headquarters Factory",
"field_562429": 222716,
"field_562430": "Customer",
"field_562431": [
23,
5
],
"field_562436": "(805) 335-2974",
"field_562437": "2022-08-03T08:30:00+00:00",
"field_562439": "2022-08-03T09:00:00+00:00",
"field_562440": "",
"field_562441": [],
"field_562442": null,
"field_562936": null,
"field_569540": null,
"field_569595": null,
"field_569596": null,
"field_569597": null,
"field_570557": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2022-08-16T19:38:15.344192+00:00",
"updated_on": "2022-08-20T19:23:47.612488+00:00",
"field_562424": null,
"field_562425": "David Franco",
"field_562426": "GreenLine Software",
"field_562429": 222716,
"field_562430": "Product presentation",
"field_562431": [
2
],
"field_562436": "(978) 432-0477",
"field_562437": "2022-08-03T09:00:00+00:00",
"field_562439": "2022-08-03T09:35:00+00:00",
"field_562440": "Requested to be assisted to the meeting room",
"field_562441": [
{
"name": "m2Q0VFRkpdxDldvSh9ngpuuw11vW942U_dfd20f29107076127b776a18d8620400ffadddb73267df1bf88802f5ad191302.jpg",
"visible_name": "business_card.01.jpg",
"original_name": "business_card.01.jpg"
}
],
"field_562442": null,
"field_562936": null,
"field_569540": null,
"field_569595": null,
"field_569596": null,
"field_569597": null,
"field_570557": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2022-08-16T19:38:16.288538+00:00",
"updated_on": "2022-08-18T19:20:37.752401+00:00",
"field_562424": null,
"field_562425": "Carrie Cline",
"field_562426": "Blue Tomato Services",
"field_562429": 222716,
"field_562430": "Strategy meeting",
"field_562431": [
20
],
"field_562436": "(740) 947-2327",
"field_562437": "2022-08-03T10:00:00+00:00",
"field_562439": "2022-08-03T11:30:00+00:00",
"field_562440": "",
"field_562441": [
{
"name": "q5oefu46qhdcq3WBIgaVnglwplyuQn8L_42386d644c39a8c58248f46369147f25a2c9e4d84e50ec3ca18c70edce221f34.jpg",
"visible_name": "business_card.02.jpg",
"original_name": "business_card.02.jpg"
}
],
"field_562442": null,
"field_562936": null,
"field_569540": null,
"field_569595": null,
"field_569596": null,
"field_569597": null,
"field_570557": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2022-08-16T19:38:20.108937+00:00",
"updated_on": "2022-08-18T18:19:26.575538+00:00",
"field_562424": null,
"field_562425": "Mari Olson",
"field_562426": "Gold Femme Fatale Systems",
"field_562429": 222717,
"field_562430": "Just dropping lunch for friend",
"field_562431": [
5
],
"field_562436": "(580) 993-2151",
"field_562437": "2022-08-03T12:00:00+00:00",
"field_562439": "2022-08-03T12:15:00+00:00",
"field_562440": "",
"field_562441": [],
"field_562442": null,
"field_562936": null,
"field_569540": null,
"field_569595": null,
"field_569596": null,
"field_569597": null,
"field_570557": null
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2022-08-16T19:38:22.161996+00:00",
"updated_on": "2022-09-15T20:34:17.031249+00:00",
"field_562424": null,
"field_562425": "Jose O'Neal",
"field_562426": "Lifelong Systems",
"field_562429": 222716,
"field_562430": "Job interview",
"field_562431": [
7
],
"field_562436": "(219) 392-7355",
"field_562437": "2022-08-03T13:30:00+00:00",
"field_562439": "2022-08-03T14:25:00+00:00",
"field_562440": "A little late for the appointment",
"field_562441": [
{
"name": "m2Q0VFRkpdxDldvSh9ngpuuw11vW942U_dfd20f29107076127b776a18d8620400ffadddb73267df1bf88802f5ad191302.jpg",
"visible_name": "business_card.01.jpg",
"original_name": "business_card.01.jpg"
}
],
"field_562442": null,
"field_562936": null,
"field_569540": null,
"field_569595": null,
"field_569596": null,
"field_569597": null,
"field_570557": null
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2022-08-16T19:45:55.374395+00:00",
"updated_on": "2022-08-20T19:15:05.289132+00:00",
"field_562424": null,
"field_562425": "Barbara Friesen",
"field_562426": "Inkling International",
"field_562429": 222716,
"field_562430": "Customer",
"field_562431": [
21
],
"field_562436": "(201) 255-8059",
"field_562437": "2022-08-08T09:00:00+00:00",
"field_562439": "2022-08-08T09:20:00+00:00",
"field_562440": "",
"field_562441": [],
"field_562442": null,
"field_562936": null,
"field_569540": null,
"field_569595": null,
"field_569596": null,
"field_569597": null,
"field_570557": null
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2022-08-16T19:45:56.378507+00:00",
"updated_on": "2022-08-20T19:14:48.707047+00:00",
"field_562424": null,
"field_562425": "Robert Hager",
"field_562426": "Rapid City",
"field_562429": 222716,
"field_562430": "Customer",
"field_562431": [
22
],
"field_562436": "(212) 258-4755",
"field_562437": "2022-08-08T09:00:00+00:00",
"field_562439": "2022-08-08T09:30:00+00:00",
"field_562440": "",
"field_562441": [
{
"name": "q5oefu46qhdcq3WBIgaVnglwplyuQn8L_42386d644c39a8c58248f46369147f25a2c9e4d84e50ec3ca18c70edce221f34.jpg",
"visible_name": "business_card.02.jpg",
"original_name": "business_card.02.jpg"
}
],
"field_562442": null,
"field_562936": null,
"field_569540": null,
"field_569595": null,
"field_569596": null,
"field_569597": null,
"field_570557": null
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2022-08-16T19:45:57.063609+00:00",
"updated_on": "2022-08-20T19:14:53.273674+00:00",
"field_562424": null,
"field_562425": "Gabriel Deherrera",
"field_562426": "Spitfire Industries",
"field_562429": 222716,
"field_562430": "Job interview",
"field_562431": [
8
],
"field_562436": "(828) 844-7292",
"field_562437": "2022-08-08T09:00:00+00:00",
"field_562439": "2022-08-08T09:50:00+00:00",
"field_562440": "Arrived just on time",
"field_562441": [
{
"name": "m2Q0VFRkpdxDldvSh9ngpuuw11vW942U_dfd20f29107076127b776a18d8620400ffadddb73267df1bf88802f5ad191302.jpg",
"visible_name": "business_card.01.jpg",
"original_name": "business_card.01.jpg"
}
],
"field_562442": null,
"field_562936": null,
"field_569540": null,
"field_569595": null,
"field_569596": null,
"field_569597": null,
"field_570557": null
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2022-08-16T19:45:57.845679+00:00",
"updated_on": "2022-08-20T19:14:43.433745+00:00",
"field_562424": null,
"field_562425": "Jon Hart",
"field_562426": "OneWorld Coffee",
"field_562429": 222717,
"field_562430": "Coffee delivery to clients in your office.",
"field_562431": [
20
],
"field_562436": "(423) 384-7020",
"field_562437": "2022-08-08T11:00:00+00:00",
"field_562439": "2022-08-08T11:10:00+00:00",
"field_562440": "Does not have a valid ID",
"field_562441": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_562442": null,
"field_562936": null,
"field_569540": null,
"field_569595": null,
"field_569596": null,
"field_569597": null,
"field_570557": null
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2022-08-16T19:45:58.936688+00:00",
"updated_on": "2022-08-20T19:14:36.989315+00:00",
"field_562424": null,
"field_562425": "Nicole Call",
"field_562426": "Desert Loops Systems",
"field_562429": 222716,
"field_562430": "Job interview",
"field_562431": [
8
],
"field_562436": "(901) 750-2072",
"field_562437": "2022-08-08T13:30:00+00:00",
"field_562439": "2022-08-08T14:45:00+00:00",
"field_562440": "",
"field_562441": [
{
"name": "q5oefu46qhdcq3WBIgaVnglwplyuQn8L_42386d644c39a8c58248f46369147f25a2c9e4d84e50ec3ca18c70edce221f34.jpg",
"visible_name": "business_card.02.jpg",
"original_name": "business_card.02.jpg"
}
],
"field_562442": null,
"field_562936": null,
"field_569540": null,
"field_569595": null,
"field_569596": null,
"field_569597": null,
"field_570557": null
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2022-08-16T19:47:37.423500+00:00",
"updated_on": "2022-08-20T19:14:22.576837+00:00",
"field_562424": null,
"field_562425": "Jose Bryant",
"field_562426": "GreenBox Software",
"field_562429": 222716,
"field_562430": "Product presentation",
"field_562431": [
2
],
"field_562436": "(502) 738-1519",
"field_562437": "2022-08-09T09:00:00+00:00",
"field_562439": "2022-08-09T10:30:00+00:00",
"field_562440": "Went in with two large boxes",
"field_562441": [],
"field_562442": null,
"field_562936": null,
"field_569540": null,
"field_569595": null,
"field_569596": null,
"field_569597": null,
"field_570557": null
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2022-08-16T19:47:38.150660+00:00",
"updated_on": "2022-08-20T19:22:50.299066+00:00",
"field_562424": null,
"field_562425": "George Gallegos",
"field_562426": "Fusible Factory",
"field_562429": 222716,
"field_562430": "Customer",
"field_562431": [
5
],
"field_562436": "(705) 772-1573",
"field_562437": "2022-08-09T09:30:00+00:00",
"field_562439": "2022-08-09T10:00:00+00:00",
"field_562440": "Left an ID card in the front desk",
"field_562441": [
{
"name": "m2Q0VFRkpdxDldvSh9ngpuuw11vW942U_dfd20f29107076127b776a18d8620400ffadddb73267df1bf88802f5ad191302.jpg",
"visible_name": "business_card.01.jpg",
"original_name": "business_card.01.jpg"
}
],
"field_562442": null,
"field_562936": null,
"field_569540": null,
"field_569595": null,
"field_569596": null,
"field_569597": null,
"field_570557": null
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2022-08-16T19:47:38.995358+00:00",
"updated_on": "2022-08-20T19:22:52.695628+00:00",
"field_562424": null,
"field_562425": "Jane Clark",
"field_562426": "Litmus Industries",
"field_562429": 222716,
"field_562430": "Strategy meeting",
"field_562431": [
20
],
"field_562436": "(855) 555-1013",
"field_562437": "2022-08-09T09:30:00+00:00",
"field_562439": "2022-08-09T11:30:00+00:00",
"field_562440": "",
"field_562441": [],
"field_562442": null,
"field_562936": null,
"field_569540": null,
"field_569595": null,
"field_569596": null,
"field_569597": null,
"field_570557": null
},
{
"id": 19,
"order": "19.00000000000000000000",
"created_on": "2022-08-16T19:47:39.651807+00:00",
"updated_on": "2022-08-20T19:14:05.728370+00:00",
"field_562424": null,
"field_562425": "Sarah Cadena",
"field_562426": "Flatiron Software",
"field_562429": 222716,
"field_562430": "Product presentation",
"field_562431": [
2
],
"field_562436": "(207) 392-3405",
"field_562437": "2022-08-10T09:30:00+00:00",
"field_562439": "2022-08-10T10:30:00+00:00",
"field_562440": "",
"field_562441": [
{
"name": "q5oefu46qhdcq3WBIgaVnglwplyuQn8L_42386d644c39a8c58248f46369147f25a2c9e4d84e50ec3ca18c70edce221f34.jpg",
"visible_name": "business_card.02.jpg",
"original_name": "business_card.02.jpg"
}
],
"field_562442": null,
"field_562936": null,
"field_569540": null,
"field_569595": null,
"field_569596": null,
"field_569597": null,
"field_570557": null
},
{
"id": 20,
"order": "20.00000000000000000000",
"created_on": "2022-08-16T19:47:40.550736+00:00",
"updated_on": "2022-08-20T19:14:00.759494+00:00",
"field_562424": null,
"field_562425": "Mary Keith",
"field_562426": "Ujami Inc",
"field_562429": 222716,
"field_562430": "Customer",
"field_562431": [
5
],
"field_562436": "(870) 747-9145",
"field_562437": "2022-08-10T10:00:00+00:00",
"field_562439": "2022-08-10T10:30:00+00:00",
"field_562440": "Left a business card",
"field_562441": [
{
"name": "q5oefu46qhdcq3WBIgaVnglwplyuQn8L_42386d644c39a8c58248f46369147f25a2c9e4d84e50ec3ca18c70edce221f34.jpg",
"visible_name": "business_card.02.jpg",
"original_name": "business_card.02.jpg"
}
],
"field_562442": null,
"field_562936": null,
"field_569540": null,
"field_569595": null,
"field_569596": null,
"field_569597": null,
"field_570557": null
},
{
"id": 21,
"order": "21.00000000000000000000",
"created_on": "2022-08-16T19:49:29.279087+00:00",
"updated_on": "2022-08-20T19:13:56.148351+00:00",
"field_562424": null,
"field_562425": "Pamela Herman",
"field_562426": "NextLevel Software",
"field_562429": 222716,
"field_562430": "To conduct training for new software",
"field_562431": [
2,
9
],
"field_562436": "(319) 384-5809",
"field_562437": "2022-08-10T14:00:00+00:00",
"field_562439": "2022-08-10T17:00:00+00:00",
"field_562440": "",
"field_562441": [
{
"name": "m2Q0VFRkpdxDldvSh9ngpuuw11vW942U_dfd20f29107076127b776a18d8620400ffadddb73267df1bf88802f5ad191302.jpg",
"visible_name": "business_card.01.jpg",
"original_name": "business_card.01.jpg"
}
],
"field_562442": null,
"field_562936": null,
"field_569540": null,
"field_569595": null,
"field_569596": null,
"field_569597": null,
"field_570557": null
},
{
"id": 22,
"order": "22.00000000000000000000",
"created_on": "2022-08-16T19:49:30.016527+00:00",
"updated_on": "2022-08-20T19:13:32.898232+00:00",
"field_562424": null,
"field_562425": "Sue Gallagher",
"field_562426": "Blue Clockwork",
"field_562429": 222716,
"field_562430": "Audit and accounting assistance",
"field_562431": [
3
],
"field_562436": "(270) 258-7807",
"field_562437": "2022-08-15T08:30:00+00:00",
"field_562439": "2022-08-15T11:45:00+00:00",
"field_562440": "",
"field_562441": [],
"field_562442": null,
"field_562936": null,
"field_569540": null,
"field_569595": null,
"field_569596": null,
"field_569597": null,
"field_570557": null
},
{
"id": 23,
"order": "23.00000000000000000000",
"created_on": "2022-08-16T19:49:30.810085+00:00",
"updated_on": "2022-08-20T19:13:38.828499+00:00",
"field_562424": null,
"field_562425": "Linda Bender",
"field_562426": "Polygon Coffee",
"field_562429": 222717,
"field_562430": "Coffee for customer.",
"field_562431": [
22
],
"field_562436": "(853) 473-9934",
"field_562437": "2022-08-15T11:00:00+00:00",
"field_562439": "2022-08-15T11:10:00+00:00",
"field_562440": "Showed a transaction receipt",
"field_562441": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_562442": null,
"field_562936": null,
"field_569540": null,
"field_569595": null,
"field_569596": null,
"field_569597": null,
"field_570557": null
},
{
"id": 24,
"order": "24.00000000000000000000",
"created_on": "2022-08-16T19:49:32.283150+00:00",
"updated_on": "2022-08-20T19:13:24.556043+00:00",
"field_562424": null,
"field_562425": "Lee Crawford",
"field_562426": "Cortex Global",
"field_562429": 222716,
"field_562430": "Customer",
"field_562431": [
5
],
"field_562436": "(402) 341-8892",
"field_562437": "2022-08-15T15:00:00+00:00",
"field_562439": "2022-08-15T15:30:00+00:00",
"field_562440": "",
"field_562441": [],
"field_562442": null,
"field_562936": null,
"field_569540": null,
"field_569595": null,
"field_569596": null,
"field_569597": null,
"field_570557": null
},
{
"id": 25,
"order": "25.00000000000000000000",
"created_on": "2022-08-16T19:49:34.825527+00:00",
"updated_on": "2022-08-20T19:13:10.532430+00:00",
"field_562424": null,
"field_562425": "Margaret Harvey",
"field_562426": "Defender Software",
"field_562429": 222716,
"field_562430": "Give training on a new tool",
"field_562431": [
2,
9
],
"field_562436": "(914) 937-1884",
"field_562437": "2022-08-16T09:00:00+00:00",
"field_562439": "2022-08-16T11:45:00+00:00",
"field_562440": "",
"field_562441": [
{
"name": "q5oefu46qhdcq3WBIgaVnglwplyuQn8L_42386d644c39a8c58248f46369147f25a2c9e4d84e50ec3ca18c70edce221f34.jpg",
"visible_name": "business_card.02.jpg",
"original_name": "business_card.02.jpg"
}
],
"field_562442": null,
"field_562936": null,
"field_569540": null,
"field_569595": null,
"field_569596": null,
"field_569597": null,
"field_570557": null
},
{
"id": 26,
"order": "26.00000000000000000000",
"created_on": "2022-08-16T19:51:09.744275+00:00",
"updated_on": "2022-08-20T19:13:05.820960+00:00",
"field_562424": null,
"field_562425": "Sonja Doucet",
"field_562426": "Hot Loop Works",
"field_562429": 222716,
"field_562430": "Customer",
"field_562431": [
5
],
"field_562436": "(775) 524-5305",
"field_562437": "2022-08-16T09:00:00+00:00",
"field_562439": "2022-08-16T09:25:00+00:00",
"field_562440": "",
"field_562441": [
{
"name": "m2Q0VFRkpdxDldvSh9ngpuuw11vW942U_dfd20f29107076127b776a18d8620400ffadddb73267df1bf88802f5ad191302.jpg",
"visible_name": "business_card.01.jpg",
"original_name": "business_card.01.jpg"
}
],
"field_562442": null,
"field_562936": null,
"field_569540": null,
"field_569595": null,
"field_569596": null,
"field_569597": null,
"field_570557": null
},
{
"id": 27,
"order": "27.00000000000000000000",
"created_on": "2022-08-16T19:51:10.586808+00:00",
"updated_on": "2022-08-20T19:13:01.112450+00:00",
"field_562424": null,
"field_562425": "Dorothy Kendrick",
"field_562426": "Nomi International",
"field_562429": 222716,
"field_562430": "Customer",
"field_562431": [
21
],
"field_562436": "(508) 880-1584",
"field_562437": "2022-08-16T10:00:00+00:00",
"field_562439": "2022-08-16T10:30:00+00:00",
"field_562440": "Left a business card",
"field_562441": [
{
"name": "m2Q0VFRkpdxDldvSh9ngpuuw11vW942U_dfd20f29107076127b776a18d8620400ffadddb73267df1bf88802f5ad191302.jpg",
"visible_name": "business_card.01.jpg",
"original_name": "business_card.01.jpg"
}
],
"field_562442": null,
"field_562936": null,
"field_569540": null,
"field_569595": null,
"field_569596": null,
"field_569597": null,
"field_570557": null
},
{
"id": 28,
"order": "28.00000000000000000000",
"created_on": "2022-08-16T19:51:11.350933+00:00",
"updated_on": "2022-08-20T19:12:49.695457+00:00",
"field_562424": null,
"field_562425": "Caterina Lolley",
"field_562426": "Clawhammer Services",
"field_562429": 222716,
"field_562430": "Strategy meeting",
"field_562431": [
20
],
"field_562436": "(810) 479-2279",
"field_562437": "2022-08-17T08:00:00+00:00",
"field_562439": "2022-08-17T11:30:00+00:00",
"field_562440": "",
"field_562441": [],
"field_562442": null,
"field_562936": null,
"field_569540": null,
"field_569595": null,
"field_569596": null,
"field_569597": null,
"field_570557": null
},
{
"id": 29,
"order": "29.00000000000000000000",
"created_on": "2022-08-16T19:51:12.940207+00:00",
"updated_on": "2022-08-20T19:12:37.592525+00:00",
"field_562424": null,
"field_562425": "Ricardo Hall",
"field_562426": "Village Software",
"field_562429": 222717,
"field_562430": "Saying hi to a good friend",
"field_562431": [
22
],
"field_562436": "(501) 982-1824",
"field_562437": "2022-08-18T13:30:00+00:00",
"field_562439": "2022-08-18T13:45:00+00:00",
"field_562440": "",
"field_562441": [
{
"name": "q5oefu46qhdcq3WBIgaVnglwplyuQn8L_42386d644c39a8c58248f46369147f25a2c9e4d84e50ec3ca18c70edce221f34.jpg",
"visible_name": "business_card.02.jpg",
"original_name": "business_card.02.jpg"
}
],
"field_562442": null,
"field_562936": null,
"field_569540": null,
"field_569595": null,
"field_569596": null,
"field_569597": null,
"field_570557": null
},
{
"id": 30,
"order": "30.00000000000000000000",
"created_on": "2022-08-16T19:51:14.442743+00:00",
"updated_on": "2022-08-20T19:12:31.578572+00:00",
"field_562424": null,
"field_562425": "Mary Laureano",
"field_562426": "Okedo Technologies",
"field_562429": 222717,
"field_562430": "Meeting with a friend",
"field_562431": [
21
],
"field_562436": "(702) 344-9591",
"field_562437": "2022-08-18T17:00:00+00:00",
"field_562439": "2022-08-18T17:25:00+00:00",
"field_562440": "",
"field_562441": [
{
"name": "m2Q0VFRkpdxDldvSh9ngpuuw11vW942U_dfd20f29107076127b776a18d8620400ffadddb73267df1bf88802f5ad191302.jpg",
"visible_name": "business_card.01.jpg",
"original_name": "business_card.01.jpg"
}
],
"field_562442": null,
"field_562936": null,
"field_569540": null,
"field_569595": null,
"field_569596": null,
"field_569597": null,
"field_570557": null
}
]
},
{
"id": 91359,
"name": "Employees",
"order": 2,
"fields": [
{
"id": 562215,
"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": 562216,
"type": "text",
"name": "Last name",
"order": 1,
"primary": false,
"text_default": ""
},
{
"id": 562217,
"type": "text",
"name": "First name",
"order": 2,
"primary": false,
"text_default": ""
},
{
"id": 562218,
"type": "text",
"name": "Middle initial",
"order": 3,
"primary": false,
"text_default": ""
},
{
"id": 562219,
"type": "link_row",
"name": "Title",
"order": 4,
"primary": false,
"link_row_table_id": 91360,
"link_row_related_field_id": 562238,
"has_related_field": true
},
{
"id": 562220,
"type": "link_row",
"name": "Department",
"order": 5,
"primary": false,
"link_row_table_id": 91361,
"link_row_related_field_id": 562244,
"has_related_field": true
},
{
"id": 562221,
"type": "link_row",
"name": "Office location",
"order": 6,
"primary": false,
"link_row_table_id": 91362,
"link_row_related_field_id": 562249,
"has_related_field": true
},
{
"id": 562222,
"type": "file",
"name": "Photo",
"order": 7,
"primary": false
},
{
"id": 562223,
"type": "text",
"name": "Local extension number",
"order": 8,
"primary": false,
"text_default": ""
},
{
"id": 562224,
"type": "phone_number",
"name": "Phone number",
"order": 9,
"primary": false
},
{
"id": 562225,
"type": "email",
"name": "Email",
"order": 10,
"primary": false
},
{
"id": 562226,
"type": "text",
"name": "Address",
"order": 11,
"primary": false,
"text_default": ""
},
{
"id": 562227,
"type": "text",
"name": "Zip code",
"order": 12,
"primary": false,
"text_default": ""
},
{
"id": 562228,
"type": "formula",
"name": "Visitor count",
"order": 13,
"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 guests\"))",
"formula_type": "number"
},
{
"id": 562230,
"type": "long_text",
"name": "Remarks",
"order": 15,
"primary": false
},
{
"id": 562231,
"type": "date",
"name": "Start date",
"order": 16,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24"
},
{
"id": 562232,
"type": "single_select",
"name": "Status",
"order": 17,
"primary": false,
"select_options": [
{
"id": 222672,
"value": "Full-time",
"color": "dark-green",
"order": 0
},
{
"id": 222673,
"value": "Part-time",
"color": "dark-blue",
"order": 1
},
{
"id": 222674,
"value": "Seasonal",
"color": "dark-red",
"order": 2
},
{
"id": 222675,
"value": "Temporary",
"color": "dark-gray",
"order": 3
}
]
},
{
"id": 562234,
"type": "boolean",
"name": "Is active",
"order": 19,
"primary": false
},
{
"id": 562235,
"type": "date",
"name": "End date",
"order": 20,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24"
},
{
"id": 562432,
"type": "link_row",
"name": "Related guests",
"order": 21,
"primary": false,
"link_row_table_id": 91386,
"link_row_related_field_id": 562431,
"has_related_field": true
}
],
"views": [
{
"id": 127286,
"type": "grid",
"name": "All employees",
"order": 1,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 33458,
"field_id": 562216,
"order": "ASC"
},
{
"id": 33459,
"field_id": 562217,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 764039,
"field_id": 562215,
"width": 170,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764040,
"field_id": 562216,
"width": 129,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764041,
"field_id": 562217,
"width": 130,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764042,
"field_id": 562218,
"width": 140,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764043,
"field_id": 562219,
"width": 170,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764044,
"field_id": 562220,
"width": 169,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764045,
"field_id": 562221,
"width": 171,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764046,
"field_id": 562222,
"width": 100,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764047,
"field_id": 562223,
"width": 208,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764048,
"field_id": 562224,
"width": 153,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764049,
"field_id": 562225,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764050,
"field_id": 562226,
"width": 240,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764051,
"field_id": 562227,
"width": 118,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764052,
"field_id": 562228,
"width": 142,
"hidden": false,
"order": 14,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 764054,
"field_id": 562230,
"width": 200,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764055,
"field_id": 562231,
"width": 123,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764056,
"field_id": 562232,
"width": 106,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764058,
"field_id": 562234,
"width": 110,
"hidden": false,
"order": 19,
"aggregation_type": "checked_count",
"aggregation_raw_type": "empty_count"
},
{
"id": 764059,
"field_id": 562235,
"width": 117,
"hidden": false,
"order": 17,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 764466,
"field_id": 562432,
"width": 166,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 129033,
"type": "grid",
"name": "Employees with most guests",
"order": 2,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 48266,
"field_id": 562228,
"type": "higher_than",
"value": "0"
}
],
"sortings": [
{
"id": 34228,
"field_id": 562228,
"order": "DESC"
},
{
"id": 34230,
"field_id": 562216,
"order": "ASC"
},
{
"id": 34231,
"field_id": 562217,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 778014,
"field_id": 562215,
"width": 170,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778015,
"field_id": 562216,
"width": 129,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778016,
"field_id": 562217,
"width": 130,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778017,
"field_id": 562218,
"width": 140,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778018,
"field_id": 562219,
"width": 170,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778019,
"field_id": 562220,
"width": 169,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778020,
"field_id": 562221,
"width": 171,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778021,
"field_id": 562222,
"width": 100,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778022,
"field_id": 562223,
"width": 208,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778023,
"field_id": 562224,
"width": 153,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778024,
"field_id": 562225,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778025,
"field_id": 562226,
"width": 240,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778026,
"field_id": 562227,
"width": 118,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778027,
"field_id": 562228,
"width": 142,
"hidden": false,
"order": 14,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 778028,
"field_id": 562230,
"width": 200,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778029,
"field_id": 562231,
"width": 123,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778030,
"field_id": 562232,
"width": 106,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778031,
"field_id": 562234,
"width": 110,
"hidden": false,
"order": 19,
"aggregation_type": "checked_count",
"aggregation_raw_type": "empty_count"
},
{
"id": 778032,
"field_id": 562235,
"width": 117,
"hidden": false,
"order": 17,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 778033,
"field_id": 562432,
"width": 166,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 127287,
"type": "form",
"name": "Add new employee",
"order": 3,
"public": false,
"title": "Add new employee",
"description": "",
"cover_image": {
"name": "Ua8qWiy7VCtTO6vwYZRHvj77igy03rB6_7abadf24943b6b6f256a585b8294f2684af7565443db8ec4217ad79274d2f5fa.jpg",
"original_name": "Header_Clients.03.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "Thank you for using this form. To add more employees, please reload this page.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 51233,
"field_id": 562215,
"name": "",
"description": "Please enter the unique company-provided employee ID number assigned to this employee. ex: BR00001",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 51234,
"field_id": 562216,
"name": "",
"description": "Enter the employee's surname.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 51235,
"field_id": 562217,
"name": "",
"description": "Enter the employee's given name.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 51236,
"field_id": 562218,
"name": "",
"description": "Please indicate the employees middle initial.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 51237,
"field_id": 562219,
"name": "",
"description": "Please select the employee's role or designation from the selection below.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 51238,
"field_id": 562220,
"name": "",
"description": "Please indicate the department this employee belongs to.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 51239,
"field_id": 562221,
"name": "",
"description": "Select the assigned office location for this employee.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 51240,
"field_id": 562222,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 51241,
"field_id": 562223,
"name": "",
"description": "Please enter the local or extension number assigned to this employee.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 51242,
"field_id": 562224,
"name": "",
"description": "Enter the employee's current phone or mobile number.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 51243,
"field_id": 562225,
"name": "",
"description": "Please enter the employee's email address.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 51244,
"field_id": 562226,
"name": "",
"description": "Enter the employee's current home address.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 51245,
"field_id": 562227,
"name": "",
"description": "Please indicate the zip code of the employee's address.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 51246,
"field_id": 562228,
"name": "",
"description": "Type in the employee's direct supervisor's full name.",
"enabled": false,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 51248,
"field_id": 562230,
"name": "",
"description": "Fill in any notes or remarks about this employee.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 51249,
"field_id": 562231,
"name": "",
"description": "Please enter the date this employee joined the organization.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 51250,
"field_id": 562232,
"name": "",
"description": "Select the employee's employment status.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 51252,
"field_id": 562234,
"name": "",
"description": "Please indicate whether this employee is still with the organization.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 51253,
"field_id": 562235,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 53053,
"field_id": 562432,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
}
]
},
{
"id": 127288,
"type": "gallery",
"name": "Active employees",
"order": 4,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 47469,
"field_id": 562234,
"type": "boolean",
"value": "1"
}
],
"sortings": [
{
"id": 34132,
"field_id": 562216,
"order": "ASC"
},
{
"id": 34133,
"field_id": 562217,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 562222,
"field_options": [
{
"id": 33056,
"field_id": 562215,
"hidden": false,
"order": 0
},
{
"id": 33058,
"field_id": 562216,
"hidden": true,
"order": 2
},
{
"id": 33059,
"field_id": 562217,
"hidden": true,
"order": 3
},
{
"id": 33060,
"field_id": 562218,
"hidden": true,
"order": 4
},
{
"id": 33061,
"field_id": 562219,
"hidden": false,
"order": 5
},
{
"id": 33062,
"field_id": 562220,
"hidden": false,
"order": 6
},
{
"id": 33063,
"field_id": 562221,
"hidden": true,
"order": 7
},
{
"id": 33064,
"field_id": 562222,
"hidden": true,
"order": 8
},
{
"id": 33065,
"field_id": 562223,
"hidden": false,
"order": 9
},
{
"id": 33066,
"field_id": 562224,
"hidden": false,
"order": 10
},
{
"id": 33067,
"field_id": 562225,
"hidden": true,
"order": 11
},
{
"id": 33068,
"field_id": 562226,
"hidden": true,
"order": 12
},
{
"id": 33069,
"field_id": 562227,
"hidden": true,
"order": 13
},
{
"id": 33070,
"field_id": 562228,
"hidden": true,
"order": 14
},
{
"id": 33072,
"field_id": 562230,
"hidden": true,
"order": 16
},
{
"id": 33073,
"field_id": 562231,
"hidden": true,
"order": 17
},
{
"id": 33074,
"field_id": 562232,
"hidden": false,
"order": 18
},
{
"id": 33075,
"field_id": 562234,
"hidden": true,
"order": 19
},
{
"id": 33076,
"field_id": 562235,
"hidden": true,
"order": 32767
},
{
"id": 34263,
"field_id": 562432,
"hidden": true,
"order": 32767
}
]
},
{
"id": 127289,
"type": "gallery",
"name": "Full-time employees",
"order": 5,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 47470,
"field_id": 562232,
"type": "single_select_equal",
"value": "222672"
},
{
"id": 47471,
"field_id": 562234,
"type": "boolean",
"value": "1"
}
],
"sortings": [
{
"id": 34134,
"field_id": 562216,
"order": "ASC"
},
{
"id": 34135,
"field_id": 562217,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 562222,
"field_options": [
{
"id": 33077,
"field_id": 562215,
"hidden": false,
"order": 0
},
{
"id": 33079,
"field_id": 562216,
"hidden": true,
"order": 2
},
{
"id": 33080,
"field_id": 562217,
"hidden": true,
"order": 3
},
{
"id": 33081,
"field_id": 562218,
"hidden": true,
"order": 4
},
{
"id": 33082,
"field_id": 562219,
"hidden": false,
"order": 5
},
{
"id": 33083,
"field_id": 562220,
"hidden": false,
"order": 6
},
{
"id": 33084,
"field_id": 562221,
"hidden": true,
"order": 7
},
{
"id": 33085,
"field_id": 562222,
"hidden": true,
"order": 8
},
{
"id": 33086,
"field_id": 562223,
"hidden": false,
"order": 9
},
{
"id": 33087,
"field_id": 562224,
"hidden": false,
"order": 10
},
{
"id": 33088,
"field_id": 562225,
"hidden": true,
"order": 11
},
{
"id": 33089,
"field_id": 562226,
"hidden": true,
"order": 12
},
{
"id": 33090,
"field_id": 562227,
"hidden": true,
"order": 13
},
{
"id": 33091,
"field_id": 562228,
"hidden": true,
"order": 14
},
{
"id": 33093,
"field_id": 562230,
"hidden": true,
"order": 16
},
{
"id": 33094,
"field_id": 562231,
"hidden": true,
"order": 17
},
{
"id": 33095,
"field_id": 562232,
"hidden": true,
"order": 18
},
{
"id": 33096,
"field_id": 562234,
"hidden": true,
"order": 19
},
{
"id": 33097,
"field_id": 562235,
"hidden": true,
"order": 32767
},
{
"id": 34264,
"field_id": 562432,
"hidden": true,
"order": 32767
}
]
},
{
"id": 127290,
"type": "gallery",
"name": "Part-time employees",
"order": 6,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 47472,
"field_id": 562232,
"type": "single_select_equal",
"value": "222673"
},
{
"id": 47473,
"field_id": 562234,
"type": "boolean",
"value": "1"
}
],
"sortings": [
{
"id": 34136,
"field_id": 562216,
"order": "ASC"
},
{
"id": 34137,
"field_id": 562217,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 562222,
"field_options": [
{
"id": 33098,
"field_id": 562215,
"hidden": false,
"order": 0
},
{
"id": 33100,
"field_id": 562216,
"hidden": true,
"order": 2
},
{
"id": 33101,
"field_id": 562217,
"hidden": true,
"order": 3
},
{
"id": 33102,
"field_id": 562218,
"hidden": true,
"order": 4
},
{
"id": 33103,
"field_id": 562219,
"hidden": false,
"order": 5
},
{
"id": 33104,
"field_id": 562220,
"hidden": false,
"order": 6
},
{
"id": 33105,
"field_id": 562221,
"hidden": true,
"order": 7
},
{
"id": 33106,
"field_id": 562222,
"hidden": true,
"order": 8
},
{
"id": 33107,
"field_id": 562223,
"hidden": false,
"order": 9
},
{
"id": 33108,
"field_id": 562224,
"hidden": false,
"order": 10
},
{
"id": 33109,
"field_id": 562225,
"hidden": true,
"order": 11
},
{
"id": 33110,
"field_id": 562226,
"hidden": true,
"order": 12
},
{
"id": 33111,
"field_id": 562227,
"hidden": true,
"order": 13
},
{
"id": 33112,
"field_id": 562228,
"hidden": true,
"order": 14
},
{
"id": 33114,
"field_id": 562230,
"hidden": true,
"order": 16
},
{
"id": 33115,
"field_id": 562231,
"hidden": true,
"order": 17
},
{
"id": 33116,
"field_id": 562232,
"hidden": true,
"order": 18
},
{
"id": 33117,
"field_id": 562234,
"hidden": true,
"order": 19
},
{
"id": 33118,
"field_id": 562235,
"hidden": true,
"order": 32767
},
{
"id": 34265,
"field_id": 562432,
"hidden": true,
"order": 32767
}
]
},
{
"id": 127291,
"type": "gallery",
"name": "Seasonal employees",
"order": 7,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 47474,
"field_id": 562232,
"type": "single_select_equal",
"value": "222674"
},
{
"id": 47475,
"field_id": 562234,
"type": "boolean",
"value": "1"
}
],
"sortings": [
{
"id": 34138,
"field_id": 562216,
"order": "ASC"
},
{
"id": 34139,
"field_id": 562217,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 562222,
"field_options": [
{
"id": 33119,
"field_id": 562215,
"hidden": false,
"order": 0
},
{
"id": 33121,
"field_id": 562216,
"hidden": true,
"order": 2
},
{
"id": 33122,
"field_id": 562217,
"hidden": true,
"order": 3
},
{
"id": 33123,
"field_id": 562218,
"hidden": true,
"order": 4
},
{
"id": 33124,
"field_id": 562219,
"hidden": false,
"order": 5
},
{
"id": 33125,
"field_id": 562220,
"hidden": false,
"order": 6
},
{
"id": 33126,
"field_id": 562221,
"hidden": true,
"order": 7
},
{
"id": 33127,
"field_id": 562222,
"hidden": true,
"order": 8
},
{
"id": 33128,
"field_id": 562223,
"hidden": false,
"order": 9
},
{
"id": 33129,
"field_id": 562224,
"hidden": false,
"order": 10
},
{
"id": 33130,
"field_id": 562225,
"hidden": true,
"order": 11
},
{
"id": 33131,
"field_id": 562226,
"hidden": true,
"order": 12
},
{
"id": 33132,
"field_id": 562227,
"hidden": true,
"order": 13
},
{
"id": 33133,
"field_id": 562228,
"hidden": true,
"order": 14
},
{
"id": 33135,
"field_id": 562230,
"hidden": true,
"order": 16
},
{
"id": 33136,
"field_id": 562231,
"hidden": true,
"order": 17
},
{
"id": 33137,
"field_id": 562232,
"hidden": true,
"order": 18
},
{
"id": 33138,
"field_id": 562234,
"hidden": true,
"order": 19
},
{
"id": 33139,
"field_id": 562235,
"hidden": true,
"order": 32767
},
{
"id": 34266,
"field_id": 562432,
"hidden": true,
"order": 32767
}
]
},
{
"id": 127292,
"type": "gallery",
"name": "Temporary employees",
"order": 8,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 47476,
"field_id": 562232,
"type": "single_select_equal",
"value": "222675"
},
{
"id": 47477,
"field_id": 562234,
"type": "boolean",
"value": "1"
}
],
"sortings": [
{
"id": 34140,
"field_id": 562216,
"order": "ASC"
},
{
"id": 34141,
"field_id": 562217,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 562222,
"field_options": [
{
"id": 33140,
"field_id": 562215,
"hidden": false,
"order": 0
},
{
"id": 33142,
"field_id": 562216,
"hidden": true,
"order": 2
},
{
"id": 33143,
"field_id": 562217,
"hidden": true,
"order": 3
},
{
"id": 33144,
"field_id": 562218,
"hidden": true,
"order": 4
},
{
"id": 33145,
"field_id": 562219,
"hidden": false,
"order": 5
},
{
"id": 33146,
"field_id": 562220,
"hidden": false,
"order": 6
},
{
"id": 33147,
"field_id": 562221,
"hidden": true,
"order": 7
},
{
"id": 33148,
"field_id": 562222,
"hidden": true,
"order": 8
},
{
"id": 33149,
"field_id": 562223,
"hidden": false,
"order": 9
},
{
"id": 33150,
"field_id": 562224,
"hidden": false,
"order": 10
},
{
"id": 33151,
"field_id": 562225,
"hidden": true,
"order": 11
},
{
"id": 33152,
"field_id": 562226,
"hidden": true,
"order": 12
},
{
"id": 33153,
"field_id": 562227,
"hidden": true,
"order": 13
},
{
"id": 33154,
"field_id": 562228,
"hidden": true,
"order": 14
},
{
"id": 33156,
"field_id": 562230,
"hidden": true,
"order": 16
},
{
"id": 33157,
"field_id": 562231,
"hidden": true,
"order": 17
},
{
"id": 33158,
"field_id": 562232,
"hidden": true,
"order": 18
},
{
"id": 33159,
"field_id": 562234,
"hidden": true,
"order": 19
},
{
"id": 33160,
"field_id": 562235,
"hidden": true,
"order": 32767
},
{
"id": 34267,
"field_id": 562432,
"hidden": true,
"order": 32767
}
]
},
{
"id": 127293,
"type": "kanban",
"name": "Employees by status",
"order": 9,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 47478,
"field_id": 562234,
"type": "boolean",
"value": "1"
}
],
"sortings": [],
"decorations": [],
"public": false,
"single_select_field_id": 562232,
"card_cover_image_field_id": 562222,
"field_options": [
{
"id": 19698,
"field_id": 562215,
"hidden": false,
"order": 0
},
{
"id": 19700,
"field_id": 562216,
"hidden": true,
"order": 2
},
{
"id": 19701,
"field_id": 562217,
"hidden": true,
"order": 3
},
{
"id": 19702,
"field_id": 562218,
"hidden": true,
"order": 4
},
{
"id": 19703,
"field_id": 562219,
"hidden": false,
"order": 5
},
{
"id": 19704,
"field_id": 562220,
"hidden": true,
"order": 6
},
{
"id": 19705,
"field_id": 562221,
"hidden": true,
"order": 7
},
{
"id": 19706,
"field_id": 562222,
"hidden": true,
"order": 8
},
{
"id": 19707,
"field_id": 562223,
"hidden": true,
"order": 9
},
{
"id": 19708,
"field_id": 562224,
"hidden": true,
"order": 10
},
{
"id": 19709,
"field_id": 562225,
"hidden": true,
"order": 11
},
{
"id": 19710,
"field_id": 562226,
"hidden": true,
"order": 12
},
{
"id": 19711,
"field_id": 562227,
"hidden": true,
"order": 13
},
{
"id": 19712,
"field_id": 562228,
"hidden": true,
"order": 14
},
{
"id": 19714,
"field_id": 562230,
"hidden": true,
"order": 16
},
{
"id": 19715,
"field_id": 562231,
"hidden": true,
"order": 17
},
{
"id": 19716,
"field_id": 562232,
"hidden": true,
"order": 18
},
{
"id": 19717,
"field_id": 562234,
"hidden": true,
"order": 19
},
{
"id": 19718,
"field_id": 562235,
"hidden": true,
"order": 32767
},
{
"id": 20187,
"field_id": 562432,
"hidden": true,
"order": 32767
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-05-11T02:41:08.429516+00:00",
"updated_on": "2022-05-12T11:59:54.220891+00:00",
"field_562215": null,
"field_562216": "Fitzpatrick",
"field_562217": "Janice",
"field_562218": "W",
"field_562219": [
12
],
"field_562220": [
8
],
"field_562221": [
2
],
"field_562222": [
{
"name": "upKbtHN9lLybPDzua6MBByvzgAJZ2Fui_6033c389c7b9a28b3f4d1ad791cd071bb18d341fb50ca862338d0688129b1d93.jpg",
"visible_name": "Woman.16.jpg",
"original_name": "Woman.16.jpg"
}
],
"field_562223": "x2083",
"field_562224": "(510) 476-1189",
"field_562225": "janice.fitzpatrick@brgeemailz.net",
"field_562226": "1053 Thompson Drive, Union City, California",
"field_562227": "94587",
"field_562228": null,
"field_562230": "Started this company with friends.",
"field_562231": "2012-01-08",
"field_562232": 222672,
"field_562234": "true",
"field_562235": null,
"field_562432": [
1
]
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-05-11T02:41:08.431669+00:00",
"updated_on": "2022-05-12T12:00:11.353757+00:00",
"field_562215": null,
"field_562216": "Pullen",
"field_562217": "Cinda",
"field_562218": "V",
"field_562219": [
13
],
"field_562220": [
8
],
"field_562221": [
2
],
"field_562222": [
{
"name": "RVLB3BKHhwtVuAG47bw33zbQvd4iI5sh_32a0bb1e8cd43f9a27f05e95039ad44b606915d94c3f6ac8aa9359a5d66d0e40.jpg",
"visible_name": "Woman.36.jpg",
"original_name": "Woman.36.jpg"
}
],
"field_562223": "x8170",
"field_562224": "(213) 743-1636",
"field_562225": "cinda.pullen@brgeemailz.net",
"field_562226": "3486 Canis Heights Drive, Los Angeles, California",
"field_562227": "90007",
"field_562228": null,
"field_562230": "Joined to build something wonderful.",
"field_562231": "2012-01-08",
"field_562232": 222672,
"field_562234": "true",
"field_562235": null,
"field_562432": [
2,
7,
16,
19,
21,
25
]
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-05-11T19:39:33.168366+00:00",
"updated_on": "2022-08-19T20:17:14.958254+00:00",
"field_562215": null,
"field_562216": "Best",
"field_562217": "Clayton",
"field_562218": "U",
"field_562219": [
14
],
"field_562220": [
8
],
"field_562221": [
2
],
"field_562222": [
{
"name": "41wtSFwg9iFCZ7Sjq3gU8Nb6p3bw5YT8_636d58571a3d01fad628780775449b7c9fe67e40a5d2154ffeed3cccec5bd2f0.jpg",
"visible_name": "Man.33.jpg",
"original_name": "Man.33.jpg"
}
],
"field_562223": "x1528",
"field_562224": "(916) 478-0153",
"field_562225": "clayton.best@brgeemailz.net",
"field_562226": "3380 Park Avenue, Elk Grove, California",
"field_562227": "95624",
"field_562228": null,
"field_562230": "Saw the same vision as the other founders.",
"field_562231": "2012-01-08",
"field_562232": 222672,
"field_562234": "true",
"field_562235": null,
"field_562432": [
4,
22
]
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-05-11T19:39:45.735708+00:00",
"updated_on": "2022-05-12T12:01:15.942465+00:00",
"field_562215": null,
"field_562216": "Mahon",
"field_562217": "Lane",
"field_562218": "T",
"field_562219": [
15
],
"field_562220": [
8
],
"field_562221": [
2
],
"field_562222": [
{
"name": "aYgEEYmhNdW43yVVuSXwE3ZBAH6xXIhR_7d55a7f32efd179a5dd35d905c33a80528c84e057c8c6ad07a6f190fd8a135b8.jpg",
"visible_name": "Man.18.jpg",
"original_name": "Man.18.jpg"
}
],
"field_562223": "x8338",
"field_562224": "(925) 250-4627",
"field_562225": "lane.mahon@brgeemailz.net",
"field_562226": "1669 Water Street, Dublin, California",
"field_562227": "94568",
"field_562228": null,
"field_562230": "Believes in the potential of the company.",
"field_562231": "2012-01-08",
"field_562232": 222672,
"field_562234": "true",
"field_562235": null,
"field_562432": [
3
]
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2022-05-11T19:39:54.036617+00:00",
"updated_on": "2022-05-12T12:01:01.113424+00:00",
"field_562215": null,
"field_562216": "Ecker",
"field_562217": "Allie",
"field_562218": "S",
"field_562219": [
16
],
"field_562220": [
8
],
"field_562221": [
2
],
"field_562222": [
{
"name": "LBasrspjZHKwVX48PqfzUCaWxrNHYMIp_87342f8e2a009873f0cf6cbf8b480d495c898a19238d60b3d6fb81efa41c9883.jpg",
"visible_name": "Woman.12.jpg",
"original_name": "Woman.12.jpg"
}
],
"field_562223": "x9008",
"field_562224": "(949) 873-7292",
"field_562225": "allie.ecker@brgeemailz.net",
"field_562226": "1522 Hillcrest Lane, Los Angeles, California",
"field_562227": "90017",
"field_562228": null,
"field_562230": "Having fun with the job and responsibilities.",
"field_562231": "2012-01-08",
"field_562232": 222672,
"field_562234": "true",
"field_562235": null,
"field_562432": [
5,
9,
17,
26,
20,
24,
6
]
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2022-05-11T19:40:00.883007+00:00",
"updated_on": "2022-06-08T11:03:36.931416+00:00",
"field_562215": null,
"field_562216": "Nickson",
"field_562217": "Thomas",
"field_562218": "R",
"field_562219": [
17
],
"field_562220": [
4
],
"field_562221": [
2
],
"field_562222": [
{
"name": "kpvm8PvAMu5It0mGgbCPrU3vAJEV1Xnm_a61a8f87e0ad660120ad5476f8f3181239a96b1386dc8f0c5586bd2c9e736705.jpg",
"visible_name": "Man.11.jpg",
"original_name": "Man.11.jpg"
}
],
"field_562223": "x5557",
"field_562224": "(916) 336-7017",
"field_562225": "thomas.nickson@brgeemailz.net",
"field_562226": "898 Pearl Street, Sacramento, California",
"field_562227": "95814",
"field_562228": null,
"field_562230": "Focused on the future of this company.",
"field_562231": "2012-01-08",
"field_562232": 222672,
"field_562234": "true",
"field_562235": null,
"field_562432": []
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2022-05-11T19:40:08.785002+00:00",
"updated_on": "2022-06-08T11:02:14.580357+00:00",
"field_562215": null,
"field_562216": "Garcia",
"field_562217": "Paul",
"field_562218": "Q",
"field_562219": [
11
],
"field_562220": [
5
],
"field_562221": [
1
],
"field_562222": [
{
"name": "baAGJJPygHskwhdHsjq2dVmiP9mNRjlD_8ef24a4e04ccceb7d1f9199b20922abbc08069902fef9a0c17ac3cbb822679e5.jpg",
"visible_name": "Man.13.jpg",
"original_name": "Man.13.jpg"
}
],
"field_562223": "x9834",
"field_562224": "(916) 910-4721",
"field_562225": "paul.garcia@brgeemailz.net",
"field_562226": "4695 Woodland Terrace, Sacramento, California",
"field_562227": "95814",
"field_562228": null,
"field_562230": "Has been working hard doing multiple tasks for this company.",
"field_562231": "2012-01-08",
"field_562232": 222672,
"field_562234": "true",
"field_562235": null,
"field_562432": [
10
]
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2022-05-11T19:40:16.141926+00:00",
"updated_on": "2022-06-08T11:03:48.441429+00:00",
"field_562215": null,
"field_562216": "Tran",
"field_562217": "Rodney",
"field_562218": "P",
"field_562219": [
10
],
"field_562220": [
5
],
"field_562221": [
1
],
"field_562222": [
{
"name": "outMquPR0iT3RKfl04hZkKphuGeFdJj4_a7820b4c5db7e94b1b25ad0a13f25a0474045e279a3b39691cbef744862bc538.jpg",
"visible_name": "Man.35.jpg",
"original_name": "Man.35.jpg"
}
],
"field_562223": "x5049",
"field_562224": "(408) 451-1453",
"field_562225": "rodney.tran@brgeemailz.net",
"field_562226": "567 Ford Street, San Jose, California",
"field_562227": "95131",
"field_562228": null,
"field_562230": "Stayed with the founders since joining.",
"field_562231": "2019-07-30",
"field_562232": 222673,
"field_562234": "true",
"field_562235": null,
"field_562432": [
13,
15
]
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2022-05-11T19:40:26.829669+00:00",
"updated_on": "2022-08-19T20:17:26.719913+00:00",
"field_562215": null,
"field_562216": "Johns",
"field_562217": "Donald",
"field_562218": "O",
"field_562219": [
9
],
"field_562220": [
1
],
"field_562221": [
5
],
"field_562222": [
{
"name": "rrTx5pTLJOULTEQ6kRjKZ7cTKvMTLMSQ_8bf30a876d0d0082aac1b41058c42c8ff2ab323e25afc56b9f5b9bab76cf3ea9.jpg",
"visible_name": "Man.48.jpg",
"original_name": "Man.48.jpg"
}
],
"field_562223": "x6300",
"field_562224": "(805) 367-1199",
"field_562225": "donald.johns@brgeemailz.net",
"field_562226": "414 Euclid Avenue, Oxnard, California",
"field_562227": "93030",
"field_562228": null,
"field_562230": "An experienced and highly skilled individual in this industry.",
"field_562231": "2012-01-31",
"field_562232": 222672,
"field_562234": "true",
"field_562235": null,
"field_562432": [
21,
25
]
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2022-05-11T19:40:31.663881+00:00",
"updated_on": "2022-06-08T11:10:15.245431+00:00",
"field_562215": null,
"field_562216": "Marshall",
"field_562217": "John",
"field_562218": "N",
"field_562219": [
9
],
"field_562220": [
1
],
"field_562221": [
5
],
"field_562222": [
{
"name": "n20mZykpXaHFMO7n6ZsZmxjeqoVml8RO_5b771a1ce64c7ccb1b909d679a9a9cab06d2563777570d6990b609608a526283.jpg",
"visible_name": "Man.03.jpg",
"original_name": "Man.03.jpg"
}
],
"field_562223": "x6302",
"field_562224": "(323) 207-7576",
"field_562225": "john.marshall@brgeemailz.net",
"field_562226": "1028 Rosemont Avenue, Anaheim, California",
"field_562227": "92801",
"field_562228": null,
"field_562230": "Common friend of the founders.",
"field_562231": "2012-01-31",
"field_562232": 222674,
"field_562234": "true",
"field_562235": null,
"field_562432": []
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2022-05-11T19:40:39.587277+00:00",
"updated_on": "2022-06-08T11:10:36.606699+00:00",
"field_562215": null,
"field_562216": "Robicheaux",
"field_562217": "Michael",
"field_562218": "M",
"field_562219": [
8
],
"field_562220": [
1
],
"field_562221": [
5
],
"field_562222": [
{
"name": "zC3DkDSc46Gwyq0dFNDft3uutdqfcJPD_0afdb3017ed6ceb4d23b69ab3e44ef5efacb60ad98ddbd49c3138d3059b798c5.jpg",
"visible_name": "Man.28.jpg",
"original_name": "Man.28.jpg"
}
],
"field_562223": "x1942",
"field_562224": "(707) 840-5210",
"field_562225": "michael.robicheaux@brgeemailz.net",
"field_562226": "792 Pretty View Lane, Mckinleyville, California",
"field_562227": "95519",
"field_562228": null,
"field_562230": "Found his resume online.",
"field_562231": "2019-07-30",
"field_562232": 222672,
"field_562234": "true",
"field_562235": null,
"field_562432": []
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2022-05-11T19:40:46.306898+00:00",
"updated_on": "2022-06-08T11:10:06.365664+00:00",
"field_562215": null,
"field_562216": "Lopez",
"field_562217": "Bran",
"field_562218": "L",
"field_562219": [
8
],
"field_562220": [
1
],
"field_562221": [
5
],
"field_562222": [
{
"name": "uph2w90D4m883aD7ylXVwEhshEjKTCXw_d022b4d76cc31161673cb1f62b4d1984dc8db57d5d7b62b46ff73de4fde45cfd.jpg",
"visible_name": "Man.20.jpg",
"original_name": "Man.20.jpg"
}
],
"field_562223": "x4802",
"field_562224": "(650) 869-3623",
"field_562225": "bran.lopez@brgeemailz.net",
"field_562226": "3637 Duck Creek Road, San Bruno, California",
"field_562227": "94066",
"field_562228": null,
"field_562230": "A reliable addition to the company.",
"field_562231": "2019-07-30",
"field_562232": 222672,
"field_562234": "true",
"field_562235": null,
"field_562432": []
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2022-05-11T19:40:54.760610+00:00",
"updated_on": "2022-06-08T11:10:59.618725+00:00",
"field_562215": null,
"field_562216": "Wright",
"field_562217": "Donald",
"field_562218": "K",
"field_562219": [
7
],
"field_562220": [
1
],
"field_562221": [
5
],
"field_562222": [
{
"name": "mzWtz5STDpCrf5qeNJ6Scn65hdx1RtXR_706cb9712f46ff3654d0a1b873f9d20934da457ae1545f1bfdcfcc4f75c4f0fa.jpg",
"visible_name": "Man.09.jpg",
"original_name": "Man.09.jpg"
}
],
"field_562223": "x9259",
"field_562224": "(925) 413-4033",
"field_562225": "donald.wright@brgeemailz.net",
"field_562226": "858 Park Street, San Francisco, California",
"field_562227": "94108",
"field_562228": null,
"field_562230": "Worked part-time since 2019.",
"field_562231": "2019-07-30",
"field_562232": 222673,
"field_562234": "true",
"field_562235": null,
"field_562432": []
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2022-05-11T19:41:01.712553+00:00",
"updated_on": "2022-06-08T11:10:53.810645+00:00",
"field_562215": null,
"field_562216": "Tye",
"field_562217": "Leroy",
"field_562218": "J",
"field_562219": [
5
],
"field_562220": [
1
],
"field_562221": [
5
],
"field_562222": [
{
"name": "xnXCQd4INIJkbOnxK4yBegodzoBLh8GX_9254445c723333fd7687daff449887a52d0178ff24e24af1c076144a7ba80b32.jpg",
"visible_name": "Man.02.jpg",
"original_name": "Man.02.jpg"
}
],
"field_562223": "x9887",
"field_562224": "(510) 808-7208",
"field_562225": "leroy.tye@brgeemailz.net",
"field_562226": "4647 Green Avenue, Oakland, California",
"field_562227": "94612",
"field_562228": null,
"field_562230": "Dedicated his career to the company.",
"field_562231": "2012-01-31",
"field_562232": 222672,
"field_562234": "true",
"field_562235": null,
"field_562432": []
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2022-05-11T19:41:06.453197+00:00",
"updated_on": "2022-06-08T11:10:23.962858+00:00",
"field_562215": null,
"field_562216": "Mott",
"field_562217": "Nora",
"field_562218": "I",
"field_562219": [
4
],
"field_562220": [
1
],
"field_562221": [
5
],
"field_562222": [
{
"name": "YJg28ThrKGNIRjMNKHBDvcXf8Lwpw8ZW_deae73b64502c13fe8f9ba9af624570071be79e62956e1492cd6686186824cc2.jpg",
"visible_name": "Woman.55.jpg",
"original_name": "Woman.55.jpg"
}
],
"field_562223": "x0314",
"field_562224": "(818) 240-6675",
"field_562225": "nora.mott@brgeemailz.net",
"field_562226": "2105 New York Avenue, Glendale, California",
"field_562227": "91204",
"field_562228": null,
"field_562230": "Hardworking individual.",
"field_562231": "2019-07-30",
"field_562232": 222673,
"field_562234": "true",
"field_562235": null,
"field_562432": []
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2022-05-11T19:41:10.813481+00:00",
"updated_on": "2022-06-08T11:09:34.685394+00:00",
"field_562215": null,
"field_562216": "Cunningham",
"field_562217": "Elizabeth",
"field_562218": "H",
"field_562219": [
4
],
"field_562220": [
1
],
"field_562221": [
5
],
"field_562222": [
{
"name": "FS46T69dfc94nHl5hxkBsSHwKkrXTMt8_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg",
"visible_name": "Woman.27.jpg",
"original_name": "Woman.27.jpg"
}
],
"field_562223": "x2084",
"field_562224": "(323) 930-9329",
"field_562225": "elizabeth.cunningham@brgeemailz.net",
"field_562226": "1609 Hillhaven Drive, Los Angeles, California",
"field_562227": "90036",
"field_562228": null,
"field_562230": "Always helpful to colleagues.",
"field_562231": "2019-07-30",
"field_562232": 222674,
"field_562234": "true",
"field_562235": null,
"field_562432": []
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2022-05-11T19:41:16.077611+00:00",
"updated_on": "2022-06-08T11:03:40.563032+00:00",
"field_562215": null,
"field_562216": "Rethman",
"field_562217": "Richard",
"field_562218": "G",
"field_562219": [
3
],
"field_562220": [
1
],
"field_562221": [
3
],
"field_562222": [
{
"name": "vBJTvoC4ZECTYycqfjSWRAr6xlCU1cPI_860fc8f7a7c919681aa15783aebf52d282bf73edcba69fd03516ca5aba743f14.jpg",
"visible_name": "Man.31.jpg",
"original_name": "Man.31.jpg"
}
],
"field_562223": "x3210",
"field_562224": "(626) 585-3240",
"field_562225": "richard.rethman@brgeemailz.net",
"field_562226": "3633 Nickel Road, Pasadena, California",
"field_562227": "91101",
"field_562228": null,
"field_562230": "Help the company since the start of the operation.",
"field_562231": "2012-01-31",
"field_562232": 222672,
"field_562234": "true",
"field_562235": null,
"field_562432": []
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2022-05-11T19:41:20.237265+00:00",
"updated_on": "2022-06-08T11:01:47.074109+00:00",
"field_562215": null,
"field_562216": "Castillo",
"field_562217": "Jonathan",
"field_562218": "F",
"field_562219": [
17
],
"field_562220": [
2
],
"field_562221": [
1
],
"field_562222": [
{
"name": "c5bo3rb3mL3Y8yYpis5M6SLgJxAuESzN_3e4ea491bc171831d98bd16209e167056256efec656b03792cc985f56c52d625.jpg",
"visible_name": "Man.27.jpg",
"original_name": "Man.27.jpg"
}
],
"field_562223": "x4050",
"field_562224": "(714) 674-5259",
"field_562225": "jonathan.castillo@brgeemailz.net",
"field_562226": "2014 Alpaca Way, Brea, California",
"field_562227": "92621",
"field_562228": null,
"field_562230": "Has been very productive.",
"field_562231": "2012-01-31",
"field_562232": 222672,
"field_562234": "true",
"field_562235": null,
"field_562432": []
},
{
"id": 19,
"order": "19.00000000000000000000",
"created_on": "2022-05-11T19:41:28.309129+00:00",
"updated_on": "2022-06-08T11:03:46.024565+00:00",
"field_562215": null,
"field_562216": "Rothman",
"field_562217": "Eric",
"field_562218": "E",
"field_562219": [
17
],
"field_562220": [
2
],
"field_562221": [
1
],
"field_562222": [
{
"name": "XrzVKfwMYQfwpB8kUTcEcmo7YxsAOY0B_e2ad95f8dcb90def82b6c29a01416e1eafe86b21f119b8539a4fad35ee05b676.jpg",
"visible_name": "Man.15.jpg",
"original_name": "Man.15.jpg"
}
],
"field_562223": "x2313",
"field_562224": "(619) 525-2361",
"field_562225": "eric.rothman@brgeemailz.net",
"field_562226": "678 Poplar Avenue, San Diego, California",
"field_562227": "92101",
"field_562228": null,
"field_562230": "Very prolific individual. Ask him anything.",
"field_562231": "2012-01-31",
"field_562232": 222672,
"field_562234": "true",
"field_562235": null,
"field_562432": []
},
{
"id": 20,
"order": "20.00000000000000000000",
"created_on": "2022-05-11T19:41:33.394918+00:00",
"updated_on": "2022-06-08T11:03:53.563934+00:00",
"field_562215": null,
"field_562216": "Triplett",
"field_562217": "Judith",
"field_562218": "D",
"field_562219": [
17
],
"field_562220": [
6
],
"field_562221": [
3
],
"field_562222": [
{
"name": "EyeKZr7MzYFAkV7rveT6MsLXFkE26gRu_84455edcdf85e5bbcf4ea2c2e53253a70d2dc5003170a2bcb7adb2e06d319885.jpg",
"visible_name": "Woman.38.jpg",
"original_name": "Woman.38.jpg"
}
],
"field_562223": "x4750",
"field_562224": "(323) 762-0628",
"field_562225": "judith.triplett@brgeemailz.net",
"field_562226": "3358 Southside Lane, Los Angeles, California",
"field_562227": "90017",
"field_562228": null,
"field_562230": "Joyful and the life of the party.",
"field_562231": "2012-01-31",
"field_562232": 222672,
"field_562234": "true",
"field_562235": null,
"field_562432": [
2,
8,
18,
28,
14
]
},
{
"id": 21,
"order": "21.00000000000000000000",
"created_on": "2022-05-11T19:41:44.628479+00:00",
"updated_on": "2022-06-08T11:02:17.554946+00:00",
"field_562215": null,
"field_562216": "Hogan",
"field_562217": "Lena",
"field_562218": "C",
"field_562219": [
18
],
"field_562220": [
7
],
"field_562221": [
1
],
"field_562222": [
{
"name": "DDkXYykQsjvrS7HFIlaojVOYZjCbIUxA_623cf9aca2c33d047b0c4312716412c1265e6269631846fff2dfb1147070c8fd.jpg",
"visible_name": "Woman.17.jpg",
"original_name": "Woman.17.jpg"
}
],
"field_562223": "x0720",
"field_562224": "(559) 949-6790",
"field_562225": "lena.hogan@brgeemailz.net",
"field_562226": "2400 Half and Half Drive, Alpaugh, California",
"field_562227": "93219",
"field_562228": null,
"field_562230": "Cheerful individual - brings a lot of jokes everyday.",
"field_562231": "2019-07-30",
"field_562232": 222675,
"field_562234": "true",
"field_562235": null,
"field_562432": [
30,
11,
27
]
},
{
"id": 22,
"order": "22.00000000000000000000",
"created_on": "2022-05-11T19:41:49.427338+00:00",
"updated_on": "2022-06-08T11:02:27.805467+00:00",
"field_562215": null,
"field_562216": "Love",
"field_562217": "Sandra",
"field_562218": "B",
"field_562219": [
18
],
"field_562220": [
7
],
"field_562221": [
1
],
"field_562222": [
{
"name": "eW8Z85AICkru3wqVV8DK7xih6FmrGFGD_cfb289c2f728ba9774ce052190c0b13f3fbf18b004ca50103eb57c5e5c1345e8.jpg",
"visible_name": "Woman.23.jpg",
"original_name": "Woman.23.jpg"
}
],
"field_562223": "x1950",
"field_562224": "(559) 592-9157",
"field_562225": "sandra.love@brgeemailz.net",
"field_562226": "3294 Chicago Avenue, Exeter, California",
"field_562227": "93221",
"field_562228": null,
"field_562230": "Great with customers. Always knew what to communicate.",
"field_562231": "2019-07-30",
"field_562232": 222675,
"field_562234": "true",
"field_562235": null,
"field_562432": [
29,
12,
23
]
},
{
"id": 23,
"order": "23.00000000000000000000",
"created_on": "2022-05-11T19:41:59.705324+00:00",
"updated_on": "2022-06-08T11:03:15.875139+00:00",
"field_562215": null,
"field_562216": "Mazon",
"field_562217": "Latisha",
"field_562218": "A",
"field_562219": [
18
],
"field_562220": [
7
],
"field_562221": [
1
],
"field_562222": [
{
"name": "3ZIEfynQs4H3PBrgsD8azEAvnLiNy8uH_64038313f395241c5d4d6615d9ba2d4d680777b263a811177230dbb5e391bd6c.jpg",
"visible_name": "Woman.46.jpg",
"original_name": "Woman.46.jpg"
}
],
"field_562223": "x5470",
"field_562224": "(530) 540-8012",
"field_562225": "latisha.mazon@brgeemailz.net",
"field_562226": "4381 Hill Croft Farm Road, Chico, California",
"field_562227": "95926",
"field_562228": null,
"field_562230": "Very athletic, joins a lot of sport activities.",
"field_562231": "2019-07-30",
"field_562232": 222675,
"field_562234": "true",
"field_562235": null,
"field_562432": [
6
]
},
{
"id": 24,
"order": "24.00000000000000000000",
"created_on": "2022-05-18T13:24:38.080771+00:00",
"updated_on": "2022-06-08T11:02:09.079272+00:00",
"field_562215": null,
"field_562216": "Dradder",
"field_562217": "Jane",
"field_562218": "Z",
"field_562219": [
18
],
"field_562220": [
7
],
"field_562221": [
1
],
"field_562222": [
{
"name": "djIQu7BRzcdGXktcL965otQxbRToKQmF_4be2f64cec3e3d83bcf84510216161f08e6181441413cfbdbdb69c11168e5434.jpg",
"visible_name": "Woman.02.jpg",
"original_name": "Woman.02.jpg"
}
],
"field_562223": "x9899",
"field_562224": "(720) 555-2389",
"field_562225": "jane.rudder@brgeemailz.net",
"field_562226": "902 Park Street, San Francisco, California",
"field_562227": "94108",
"field_562228": null,
"field_562230": "Joined and left in just a couple of weeks.",
"field_562231": "2020-01-30",
"field_562232": 222675,
"field_562234": "false",
"field_562235": "2020-02-15",
"field_562432": []
}
]
},
{
"id": 91360,
"name": "Titles",
"order": 3,
"fields": [
{
"id": 562236,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 562237,
"type": "long_text",
"name": "Description",
"order": 1,
"primary": false
},
{
"id": 562238,
"type": "link_row",
"name": "Related employees",
"order": 2,
"primary": false,
"link_row_table_id": 91359,
"link_row_related_field_id": 562219,
"has_related_field": true
},
{
"id": 562239,
"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": 562240,
"type": "single_select",
"name": "Level",
"order": 4,
"primary": false,
"select_options": [
{
"id": 222676,
"value": "Junior",
"color": "gray",
"order": 0
},
{
"id": 222677,
"value": "Mid-level",
"color": "red",
"order": 1
},
{
"id": 222678,
"value": "Senior",
"color": "orange",
"order": 2
},
{
"id": 222679,
"value": "Director/Executive",
"color": "green",
"order": 3
}
]
},
{
"id": 563070,
"type": "formula",
"name": "Visitor count",
"order": 5,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 0,
"array_formula_type": null,
"formula": "sum(lookup(\"Related employees\", \"Visitor count\"))",
"formula_type": "number"
}
],
"views": [
{
"id": 127294,
"type": "grid",
"name": "All titles",
"order": 1,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 764060,
"field_id": 562236,
"width": 255,
"hidden": false,
"order": 4,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 764061,
"field_id": 562237,
"width": 452,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764062,
"field_id": 562238,
"width": 184,
"hidden": true,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764063,
"field_id": 562239,
"width": 160,
"hidden": false,
"order": 2,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 764064,
"field_id": 562240,
"width": 152,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 765701,
"field_id": 563070,
"width": 139,
"hidden": false,
"order": 3,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
}
]
},
{
"id": 129037,
"type": "grid",
"name": "Titles with most guests",
"order": 2,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 48267,
"field_id": 563070,
"type": "higher_than",
"value": "0"
}
],
"sortings": [
{
"id": 34232,
"field_id": 563070,
"order": "DESC"
},
{
"id": 34233,
"field_id": 562236,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 778037,
"field_id": 562236,
"width": 255,
"hidden": false,
"order": 4,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 778038,
"field_id": 562237,
"width": 452,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778039,
"field_id": 562238,
"width": 184,
"hidden": true,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778040,
"field_id": 562239,
"width": 160,
"hidden": false,
"order": 2,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 778041,
"field_id": 562240,
"width": 152,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778042,
"field_id": 563070,
"width": 139,
"hidden": false,
"order": 3,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
}
]
},
{
"id": 127295,
"type": "grid",
"name": "Business analysis",
"order": 3,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 47479,
"field_id": 562236,
"type": "contains",
"value": "Business Analyst"
}
],
"sortings": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 764065,
"field_id": 562236,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 764066,
"field_id": 562237,
"width": 404,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764067,
"field_id": 562238,
"width": 200,
"hidden": true,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764068,
"field_id": 562239,
"width": 160,
"hidden": false,
"order": 4,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 776437,
"field_id": 562240,
"width": 105,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776438,
"field_id": 563070,
"width": 139,
"hidden": false,
"order": 5,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
}
]
},
{
"id": 127296,
"type": "grid",
"name": "Quality assurance",
"order": 4,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 47480,
"field_id": 562236,
"type": "contains",
"value": "Quality Assurance"
}
],
"sortings": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 764069,
"field_id": 562236,
"width": 257,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 764070,
"field_id": 562237,
"width": 373,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764071,
"field_id": 562238,
"width": 200,
"hidden": true,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764072,
"field_id": 562239,
"width": 160,
"hidden": false,
"order": 4,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 776439,
"field_id": 562240,
"width": 101,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776440,
"field_id": 563070,
"width": 142,
"hidden": false,
"order": 5,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
}
]
},
{
"id": 127297,
"type": "grid",
"name": "Software engineering",
"order": 5,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 47481,
"field_id": 562236,
"type": "contains",
"value": "Software Engineer"
}
],
"sortings": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 764073,
"field_id": 562236,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 764074,
"field_id": 562237,
"width": 387,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764075,
"field_id": 562238,
"width": 200,
"hidden": true,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764076,
"field_id": 562239,
"width": 159,
"hidden": false,
"order": 4,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 776441,
"field_id": 562240,
"width": 100,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776442,
"field_id": 563070,
"width": 141,
"hidden": false,
"order": 5,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
}
]
},
{
"id": 127298,
"type": "grid",
"name": "Human resources",
"order": 6,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 47482,
"field_id": 562236,
"type": "contains",
"value": "Recruiter"
}
],
"sortings": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 764077,
"field_id": 562236,
"width": 140,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 764078,
"field_id": 562237,
"width": 370,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764079,
"field_id": 562238,
"width": 200,
"hidden": true,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764080,
"field_id": 562239,
"width": 162,
"hidden": false,
"order": 4,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 776443,
"field_id": 562240,
"width": 100,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776444,
"field_id": 563070,
"width": 140,
"hidden": false,
"order": 5,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
}
]
},
{
"id": 127299,
"type": "grid",
"name": "Executive",
"order": 7,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 47483,
"field_id": 562236,
"type": "contains",
"value": "Chief"
}
],
"sortings": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 764081,
"field_id": 562236,
"width": 170,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 764082,
"field_id": 562237,
"width": 393,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764083,
"field_id": 562238,
"width": 200,
"hidden": true,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764084,
"field_id": 562239,
"width": 160,
"hidden": false,
"order": 4,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 776453,
"field_id": 562240,
"width": 151,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 776454,
"field_id": 563070,
"width": 140,
"hidden": false,
"order": 5,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
}
]
},
{
"id": 127300,
"type": "kanban",
"name": "By level",
"order": 8,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [],
"decorations": [
{
"id": 1638,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"color": "light-red",
"filters": [
{
"id": "ff72b76f-f974-48a9-86d0-3f803994a667",
"type": "empty",
"field": 562239,
"value": ""
}
],
"operator": "AND",
"id": "a04f7b1f-4629-4413-bc04-ed868f8fab2e"
}
]
},
"order": 1
}
],
"public": false,
"single_select_field_id": 562240,
"field_options": [
{
"id": 19719,
"field_id": 562236,
"hidden": false,
"order": 1
},
{
"id": 19720,
"field_id": 562237,
"hidden": false,
"order": 2
},
{
"id": 19723,
"field_id": 562240,
"hidden": true,
"order": 3
},
{
"id": 19721,
"field_id": 562238,
"hidden": true,
"order": 4
},
{
"id": 19722,
"field_id": 562239,
"hidden": false,
"order": 5
},
{
"id": 20186,
"field_id": 563070,
"hidden": false,
"order": 6
}
]
}
],
"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_562236": "Associate Business Analyst",
"field_562237": "Assists their immediate business analysis supervisor and seniors with assigned tasks and responsibilities.",
"field_562238": [],
"field_562239": null,
"field_562240": 222676,
"field_563070": null
},
{
"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_562236": "Business Analyst",
"field_562237": "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_562238": [],
"field_562239": null,
"field_562240": 222677,
"field_563070": null
},
{
"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_562236": "Senior Business Analyst",
"field_562237": "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_562238": [
17
],
"field_562239": null,
"field_562240": 222678,
"field_563070": null
},
{
"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_562236": "Associate Quality Assurance Engineer",
"field_562237": "Assists their immediate quality assurance supervisor and seniors with assigned tasks and responsibilities.",
"field_562238": [
15,
16
],
"field_562239": null,
"field_562240": 222676,
"field_563070": null
},
{
"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_562236": "Quality Assurance Engineer",
"field_562237": "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_562238": [
14
],
"field_562239": null,
"field_562240": 222677,
"field_563070": null
},
{
"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_562236": "Senior Quality Assurance Engineer",
"field_562237": "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_562238": [],
"field_562239": null,
"field_562240": 222678,
"field_563070": null
},
{
"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_562236": "Associate Software Engineer",
"field_562237": "Assists their immediate programming supervisor and seniors with assigned tasks and responsibilities.",
"field_562238": [
13
],
"field_562239": null,
"field_562240": 222676,
"field_563070": null
},
{
"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_562236": "Software Engineer",
"field_562237": "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_562238": [
11,
12
],
"field_562239": null,
"field_562240": 222677,
"field_563070": null
},
{
"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_562236": "Senior Software Engineer",
"field_562237": "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_562238": [
9,
10
],
"field_562239": null,
"field_562240": 222678,
"field_563070": null
},
{
"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_562236": "Assistant Recruiter",
"field_562237": "Assists the company's recruiter in posting jobs and in sorting job applicants.",
"field_562238": [
8
],
"field_562239": null,
"field_562240": 222676,
"field_563070": null
},
{
"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_562236": "Lead Recruiter",
"field_562237": "Creates templates for job recruitment and manages staffing requirements of all the departments.",
"field_562238": [
7
],
"field_562239": null,
"field_562240": 222678,
"field_563070": null
},
{
"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_562236": "Chief Executive Officer",
"field_562237": "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_562238": [
1
],
"field_562239": null,
"field_562240": 222679,
"field_563070": null
},
{
"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_562236": "Chief Technical Officer",
"field_562237": "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_562238": [
2
],
"field_562239": null,
"field_562240": 222679,
"field_563070": null
},
{
"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_562236": "Chief Financial Officer",
"field_562237": "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_562238": [
3
],
"field_562239": null,
"field_562240": 222679,
"field_563070": null
},
{
"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_562236": "Chief Marketing Officer",
"field_562237": "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_562238": [
4
],
"field_562239": null,
"field_562240": 222679,
"field_563070": null
},
{
"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_562236": "Chief Sales Officer",
"field_562237": "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_562238": [
5
],
"field_562239": null,
"field_562240": 222679,
"field_563070": null
},
{
"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_562236": "Administrative Officer",
"field_562237": "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_562238": [
6,
18,
19,
20
],
"field_562239": null,
"field_562240": 222678,
"field_563070": null
},
{
"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_562236": "Customer Service Officer",
"field_562237": "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_562238": [
21,
22,
23,
24
],
"field_562239": null,
"field_562240": 222677,
"field_563070": null
}
]
},
{
"id": 91361,
"name": "Departments",
"order": 4,
"fields": [
{
"id": 562241,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 562242,
"type": "long_text",
"name": "Description",
"order": 1,
"primary": false
},
{
"id": 562243,
"type": "boolean",
"name": "Is active",
"order": 2,
"primary": false
},
{
"id": 562244,
"type": "link_row",
"name": "Related employees",
"order": 3,
"primary": false,
"link_row_table_id": 91359,
"link_row_related_field_id": 562220,
"has_related_field": true
},
{
"id": 562245,
"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": 563071,
"type": "formula",
"name": "Visitor count",
"order": 5,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 0,
"array_formula_type": null,
"formula": "sum(lookup(\"Related employees\", \"Visitor count\"))",
"formula_type": "number"
}
],
"views": [
{
"id": 127301,
"type": "grid",
"name": "All departments",
"order": 1,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 33465,
"field_id": 562241,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 764085,
"field_id": 562241,
"width": 197,
"hidden": false,
"order": 4,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 764086,
"field_id": 562242,
"width": 389,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764087,
"field_id": 562243,
"width": 111,
"hidden": false,
"order": 3,
"aggregation_type": "checked_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 764088,
"field_id": 562244,
"width": 200,
"hidden": true,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764089,
"field_id": 562245,
"width": 161,
"hidden": false,
"order": 1,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 765702,
"field_id": 563071,
"width": 138,
"hidden": false,
"order": 2,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
}
]
},
{
"id": 129038,
"type": "grid",
"name": "Departments with most guests",
"order": 2,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 48268,
"field_id": 563071,
"type": "higher_than",
"value": "0"
}
],
"sortings": [
{
"id": 34235,
"field_id": 563071,
"order": "DESC"
},
{
"id": 34236,
"field_id": 562241,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 778045,
"field_id": 562241,
"width": 197,
"hidden": false,
"order": 4,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 778046,
"field_id": 562242,
"width": 389,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778047,
"field_id": 562243,
"width": 111,
"hidden": false,
"order": 3,
"aggregation_type": "checked_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 778048,
"field_id": 562244,
"width": 200,
"hidden": true,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778049,
"field_id": 562245,
"width": 161,
"hidden": false,
"order": 1,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 778050,
"field_id": 563071,
"width": 138,
"hidden": false,
"order": 2,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
}
]
},
{
"id": 127302,
"type": "gallery",
"name": "Active departments",
"order": 3,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 47484,
"field_id": 562243,
"type": "boolean",
"value": "1"
}
],
"sortings": [
{
"id": 33466,
"field_id": 562241,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"field_options": [
{
"id": 33161,
"field_id": 562241,
"hidden": false,
"order": 32767
},
{
"id": 33162,
"field_id": 562242,
"hidden": false,
"order": 32767
},
{
"id": 33163,
"field_id": 562243,
"hidden": true,
"order": 32767
},
{
"id": 33164,
"field_id": 562244,
"hidden": true,
"order": 32767
},
{
"id": 33165,
"field_id": 562245,
"hidden": false,
"order": 32767
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-05-11T02:41:19.049943+00:00",
"updated_on": "2022-05-11T12:59:37.838843+00:00",
"field_562241": "Research and development",
"field_562242": "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_562243": "true",
"field_562244": [
9,
10,
11,
12,
13,
14,
15,
16,
17
],
"field_562245": null,
"field_563071": 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_562241": "Finance",
"field_562242": "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_562243": "true",
"field_562244": [
18,
19
],
"field_562245": null,
"field_563071": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-05-11T12:56:07.011287+00:00",
"updated_on": "2022-05-11T13:02:59.083947+00:00",
"field_562241": "Legal",
"field_562242": "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_562243": "false",
"field_562244": [],
"field_562245": null,
"field_563071": 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_562241": "Logistics",
"field_562242": "Our liaison officers and logistical partners fall under the purview of this department.",
"field_562243": "true",
"field_562244": [
6
],
"field_562245": null,
"field_563071": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2022-05-11T12:56:34.887700+00:00",
"updated_on": "2022-05-11T13:05:21.164320+00:00",
"field_562241": "Human resources",
"field_562242": "This department handles every aspect of the recruitment and hiring processes.",
"field_562243": "true",
"field_562244": [
7,
8
],
"field_562245": null,
"field_563071": 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_562241": "Marketing",
"field_562242": "Our organization's press releases and branding are handled by the marketing department.",
"field_562243": "true",
"field_562244": [
20
],
"field_562245": null,
"field_563071": 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_562241": "Sales",
"field_562242": "This department manages sales and sales strategies and is a vital part of the organization.",
"field_562243": "true",
"field_562244": [
21,
22,
23,
24
],
"field_562245": null,
"field_563071": 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_562241": "Executive",
"field_562242": "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_562243": "true",
"field_562244": [
1,
2,
3,
4,
5
],
"field_562245": null,
"field_563071": null
}
]
},
{
"id": 91362,
"name": "Office locations",
"order": 5,
"fields": [
{
"id": 562246,
"type": "text",
"name": "Location",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 562247,
"type": "file",
"name": "Photo",
"order": 1,
"primary": false
},
{
"id": 562248,
"type": "text",
"name": "Street",
"order": 2,
"primary": false,
"text_default": ""
},
{
"id": 562249,
"type": "link_row",
"name": "Related employees",
"order": 5,
"primary": false,
"link_row_table_id": 91359,
"link_row_related_field_id": 562221,
"has_related_field": true
},
{
"id": 562250,
"type": "text",
"name": "City",
"order": 7,
"primary": false,
"text_default": ""
},
{
"id": 562251,
"type": "text",
"name": "State",
"order": 8,
"primary": false,
"text_default": ""
},
{
"id": 562252,
"type": "text",
"name": "Zip code",
"order": 9,
"primary": false,
"text_default": ""
},
{
"id": 562253,
"type": "phone_number",
"name": "Phone number",
"order": 10,
"primary": false
},
{
"id": 562254,
"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": 562255,
"type": "number",
"name": "Floor",
"order": 12,
"primary": false,
"number_decimal_places": 0,
"number_negative": false
},
{
"id": 563205,
"type": "formula",
"name": "Visitor count",
"order": 13,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 0,
"array_formula_type": null,
"formula": "sum(lookup(\"Related employees\", \"Visitor count\"))",
"formula_type": "number"
}
],
"views": [
{
"id": 127303,
"type": "grid",
"name": "All locations",
"order": 1,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 33467,
"field_id": 562246,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 764090,
"field_id": 562246,
"width": 189,
"hidden": false,
"order": 9,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 764091,
"field_id": 562247,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764092,
"field_id": 562248,
"width": 166,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764093,
"field_id": 562249,
"width": 179,
"hidden": true,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764094,
"field_id": 562250,
"width": 129,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764095,
"field_id": 562251,
"width": 101,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764096,
"field_id": 562252,
"width": 114,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764097,
"field_id": 562253,
"width": 153,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 764098,
"field_id": 562254,
"width": 159,
"hidden": false,
"order": 7,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 764099,
"field_id": 562255,
"width": 100,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 765703,
"field_id": 563205,
"width": 139,
"hidden": false,
"order": 8,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
}
]
},
{
"id": 129039,
"type": "grid",
"name": "Locations with most guests",
"order": 2,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 48269,
"field_id": 563205,
"type": "higher_than",
"value": "0"
}
],
"sortings": [
{
"id": 34238,
"field_id": 563205,
"order": "DESC"
},
{
"id": 34239,
"field_id": 562246,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 778051,
"field_id": 562246,
"width": 189,
"hidden": false,
"order": 9,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 778052,
"field_id": 562247,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778053,
"field_id": 562248,
"width": 166,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778054,
"field_id": 562249,
"width": 179,
"hidden": true,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778055,
"field_id": 562250,
"width": 129,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778056,
"field_id": 562251,
"width": 101,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778057,
"field_id": 562252,
"width": 114,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778058,
"field_id": 562253,
"width": 153,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778059,
"field_id": 562254,
"width": 159,
"hidden": false,
"order": 7,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 778060,
"field_id": 562255,
"width": 100,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 778061,
"field_id": 563205,
"width": 139,
"hidden": false,
"order": 8,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
}
]
},
{
"id": 127304,
"type": "gallery",
"name": "Locations",
"order": 3,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 33468,
"field_id": 562246,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 562247,
"field_options": [
{
"id": 33166,
"field_id": 562246,
"hidden": false,
"order": 32767
},
{
"id": 33167,
"field_id": 562247,
"hidden": true,
"order": 32767
},
{
"id": 33168,
"field_id": 562248,
"hidden": false,
"order": 32767
},
{
"id": 33169,
"field_id": 562249,
"hidden": true,
"order": 32767
},
{
"id": 33170,
"field_id": 562250,
"hidden": false,
"order": 32767
},
{
"id": 33171,
"field_id": 562251,
"hidden": false,
"order": 32767
},
{
"id": 33172,
"field_id": 562252,
"hidden": true,
"order": 32767
},
{
"id": 33173,
"field_id": 562253,
"hidden": true,
"order": 32767
},
{
"id": 33174,
"field_id": 562254,
"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_562246": "One world square",
"field_562247": [
{
"name": "wIrXjgq4XdiCievnpjKd9bJ1UHkx0NO5_c45b4ddb5b1f81ba679f156c52156cffd2447456425a4d03a356d4619dc078b2.jpg",
"visible_name": "Offices.03.jpg",
"original_name": "Offices.03.jpg"
}
],
"field_562248": "5812 Poplar Avenue",
"field_562249": [
7,
8,
18,
19,
21,
22,
23,
24
],
"field_562250": "San Diego",
"field_562251": "California",
"field_562252": "92111",
"field_562253": "(519) 587-3851",
"field_562254": null,
"field_562255": "2",
"field_563205": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-05-11T02:48:16.463896+00:00",
"updated_on": "2022-06-08T20:09:31.023230+00:00",
"field_562246": "Net cube - executive floors",
"field_562247": [
{
"name": "8NEid0bOwwoREaQyiIqkHrPYmykjv8vR_de53387c30e13446fff1cbb98ea5ade7a8db8a9526e34661bd68788cc8915b2a.jpg",
"visible_name": "Offices.02.jpg",
"original_name": "Offices.02.jpg"
}
],
"field_562248": "1735 Zimmerman Lane",
"field_562249": [
1,
2,
3,
4,
5,
6
],
"field_562250": "Los Angeles",
"field_562251": "California",
"field_562252": "90017",
"field_562253": "(213) 375-9873",
"field_562254": null,
"field_562255": "18",
"field_563205": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-05-11T10:45:09.866120+00:00",
"updated_on": "2022-06-08T20:09:32.375140+00:00",
"field_562246": "Net cube - operations 3F",
"field_562247": [
{
"name": "lx852ySRLHvwkY8sfbk5IqQJ0YeWLmqw_e198607af550af1b220453a7c360850d066275633cfabac15d2e09dadc82ffeb.jpg",
"visible_name": "Offices.01.jpg",
"original_name": "Offices.01.jpg"
}
],
"field_562248": "1735 Zimmerman Lane",
"field_562249": [
17,
20
],
"field_562250": "Los Angeles",
"field_562251": "California",
"field_562252": "90017",
"field_562253": "(213) 375-9875",
"field_562254": null,
"field_562255": "3",
"field_563205": null
},
{
"id": 5,
"order": "4.00000000000000000000",
"created_on": "2022-06-08T11:07:36.413128+00:00",
"updated_on": "2022-06-08T20:09:34.015972+00:00",
"field_562246": "Net cube - operations 5F",
"field_562247": [
{
"name": "lx852ySRLHvwkY8sfbk5IqQJ0YeWLmqw_e198607af550af1b220453a7c360850d066275633cfabac15d2e09dadc82ffeb.jpg",
"visible_name": "Offices.01.jpg",
"original_name": "Offices.01.jpg"
}
],
"field_562248": "1735 Zimmerman Lane",
"field_562249": [
9,
10,
11,
12,
13,
14,
15,
16
],
"field_562250": "Los Angeles",
"field_562251": "California",
"field_562252": "90017",
"field_562253": "(213) 375-9877",
"field_562254": null,
"field_562255": "5",
"field_563205": null
}
]
}
]
}
]
}