bramw_baserow/backend/templates/meeting-room-booking.json

8019 lines
260 KiB
JSON

{
"baserow_template_version": 1,
"name": "Meeting Room Booking",
"icon": "iconoir-timer-off",
"keywords": [
"bookings",
"meeting room",
"office room",
"room booking system",
"office booking",
"meeting booking",
"meeting schedule"
],
"categories": [
"Professional",
"Project Management",
"Local Business"
],
"export": [
{
"id": 38725,
"name": "Meeting Room Booking",
"order": 1,
"type": "database",
"tables": [
{
"id": 94781,
"name": "Bookings",
"order": 1,
"fields": [
{
"id": 588405,
"type": "formula",
"name": "ID",
"order": 0,
"primary": true,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": null,
"formula": "concat(\"B\", row_id())",
"formula_type": "text"
},
{
"id": 588406,
"type": "link_row",
"name": "Room",
"order": 1,
"primary": false,
"link_row_table_id": 94778,
"link_row_related_field_id": 588503,
"has_related_field": true
},
{
"id": 588407,
"type": "link_row",
"name": "Booked by",
"order": 2,
"primary": false,
"link_row_table_id": 93151,
"link_row_related_field_id": 588504,
"has_related_field": true
},
{
"id": 588505,
"type": "date",
"name": "Time start",
"order": 3,
"primary": false,
"date_format": "ISO",
"date_include_time": true,
"date_time_format": "24"
},
{
"id": 588506,
"type": "date",
"name": "Time end",
"order": 4,
"primary": false,
"date_format": "ISO",
"date_include_time": true,
"date_time_format": "24"
},
{
"id": 588507,
"type": "formula",
"name": "Duration (minutes)",
"order": 5,
"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 start\"), field(\"Time end\"))",
"formula_type": "number"
},
{
"id": 588508,
"type": "formula",
"name": "Participant count",
"order": 6,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 0,
"array_formula_type": null,
"formula": "add( \n count(field(\"Booked by\")), \n count(field(\"Participants\")) \n)",
"formula_type": "number"
},
{
"id": 588511,
"type": "link_row",
"name": "Participants",
"order": 7,
"primary": false,
"link_row_table_id": 93151,
"link_row_related_field_id": 588512,
"has_related_field": true
},
{
"id": 588513,
"type": "long_text",
"name": "Notes",
"order": 8,
"primary": false
},
{
"id": 590423,
"type": "lookup",
"name": "Office location",
"order": 9,
"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": 588406,
"through_field_name": "Room",
"target_field_id": 588462,
"target_field_name": "Office location"
},
{
"id": 590431,
"type": "lookup",
"name": "Type",
"order": 11,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": "single_select",
"through_field_id": 588406,
"through_field_name": "Room",
"target_field_id": 588459,
"target_field_name": "Type"
},
{
"id": 590525,
"type": "formula",
"name": "Room text",
"order": 12,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": null,
"formula": "totext(join(field(\"Room\"), \"\"))",
"formula_type": "text"
}
],
"views": [
{
"id": 133466,
"type": "grid",
"name": "All bookings",
"order": 1,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 36072,
"field_id": 588505,
"order": "ASC"
},
{
"id": 36073,
"field_id": 590525,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 806330,
"field_id": 588405,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 806328,
"field_id": 588406,
"width": 116,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 806329,
"field_id": 588407,
"width": 159,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 806413,
"field_id": 588505,
"width": 148,
"hidden": false,
"order": 6,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 806414,
"field_id": 588506,
"width": 148,
"hidden": false,
"order": 7,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 806415,
"field_id": 588507,
"width": 176,
"hidden": false,
"order": 8,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 806416,
"field_id": 588508,
"width": 165,
"hidden": false,
"order": 9,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 806420,
"field_id": 588511,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 806449,
"field_id": 588513,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 809731,
"field_id": 590423,
"width": 172,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 809739,
"field_id": 590431,
"width": 125,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 809880,
"field_id": 590525,
"width": 124,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 134007,
"type": "grid",
"name": "Bookings today",
"order": 2,
"filter_type": "OR",
"filters_disabled": false,
"filters": [
{
"id": 50316,
"field_id": 588505,
"type": "date_equals_today",
"value": "Asia/Singapore"
}
],
"sortings": [
{
"id": 36074,
"field_id": 588505,
"order": "ASC"
},
{
"id": 36075,
"field_id": 590525,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 809881,
"field_id": 588405,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 809882,
"field_id": 588406,
"width": 116,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 809883,
"field_id": 588407,
"width": 159,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 809884,
"field_id": 588505,
"width": 148,
"hidden": false,
"order": 6,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 809885,
"field_id": 588506,
"width": 148,
"hidden": false,
"order": 7,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 809886,
"field_id": 588507,
"width": 176,
"hidden": false,
"order": 8,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 809887,
"field_id": 588508,
"width": 165,
"hidden": false,
"order": 9,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 809888,
"field_id": 588511,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 809889,
"field_id": 588513,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 809890,
"field_id": 590423,
"width": 172,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 809891,
"field_id": 590431,
"width": 125,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 809892,
"field_id": 590525,
"width": 124,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 137369,
"type": "grid",
"name": "Bookings before today",
"order": 3,
"filter_type": "OR",
"filters_disabled": false,
"filters": [
{
"id": 51655,
"field_id": 588505,
"type": "date_before_today",
"value": "Asia/Singapore"
}
],
"sortings": [
{
"id": 37212,
"field_id": 588505,
"order": "ASC"
},
{
"id": 37213,
"field_id": 590525,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 830379,
"field_id": 588405,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 830380,
"field_id": 588406,
"width": 116,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 830381,
"field_id": 588407,
"width": 159,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 830382,
"field_id": 588505,
"width": 148,
"hidden": false,
"order": 6,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 830383,
"field_id": 588506,
"width": 148,
"hidden": false,
"order": 7,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 830384,
"field_id": 588507,
"width": 176,
"hidden": false,
"order": 8,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 830385,
"field_id": 588508,
"width": 165,
"hidden": false,
"order": 9,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 830386,
"field_id": 588511,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 830387,
"field_id": 588513,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 830388,
"field_id": 590423,
"width": 172,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 830389,
"field_id": 590431,
"width": 125,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 830390,
"field_id": 590525,
"width": 124,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 137370,
"type": "grid",
"name": "Bookings after today",
"order": 4,
"filter_type": "OR",
"filters_disabled": false,
"filters": [
{
"id": 51656,
"field_id": 588505,
"type": "date_after_today",
"value": "Asia/Singapore"
}
],
"sortings": [
{
"id": 37214,
"field_id": 588505,
"order": "ASC"
},
{
"id": 37215,
"field_id": 590525,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 830391,
"field_id": 588405,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 830392,
"field_id": 588406,
"width": 116,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 830393,
"field_id": 588407,
"width": 159,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 830394,
"field_id": 588505,
"width": 148,
"hidden": false,
"order": 6,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 830395,
"field_id": 588506,
"width": 148,
"hidden": false,
"order": 7,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 830396,
"field_id": 588507,
"width": 176,
"hidden": false,
"order": 8,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 830397,
"field_id": 588508,
"width": 165,
"hidden": false,
"order": 9,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 830398,
"field_id": 588511,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 830399,
"field_id": 588513,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 830400,
"field_id": 590423,
"width": 172,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 830401,
"field_id": 590431,
"width": 125,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 830402,
"field_id": 590525,
"width": 124,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 134008,
"type": "grid",
"name": "Bookings this week",
"order": 5,
"filter_type": "OR",
"filters_disabled": false,
"filters": [
{
"id": 50318,
"field_id": 588505,
"type": "date_equals_week",
"value": "Asia/Singapore"
}
],
"sortings": [
{
"id": 36076,
"field_id": 588505,
"order": "ASC"
},
{
"id": 36077,
"field_id": 590525,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 809893,
"field_id": 588405,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 809894,
"field_id": 588406,
"width": 116,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 809895,
"field_id": 588407,
"width": 159,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 809896,
"field_id": 588505,
"width": 148,
"hidden": false,
"order": 6,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 809897,
"field_id": 588506,
"width": 148,
"hidden": false,
"order": 7,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 809898,
"field_id": 588507,
"width": 176,
"hidden": false,
"order": 8,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 809899,
"field_id": 588508,
"width": 165,
"hidden": false,
"order": 9,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 809900,
"field_id": 588511,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 809901,
"field_id": 588513,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 809902,
"field_id": 590423,
"width": 172,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 809903,
"field_id": 590431,
"width": 125,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 809904,
"field_id": 590525,
"width": 124,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 134009,
"type": "grid",
"name": "Bookings this month",
"order": 6,
"filter_type": "OR",
"filters_disabled": false,
"filters": [
{
"id": 50319,
"field_id": 588505,
"type": "date_equals_month",
"value": "Asia/Singapore"
}
],
"sortings": [
{
"id": 36078,
"field_id": 588505,
"order": "ASC"
},
{
"id": 36079,
"field_id": 590525,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 809905,
"field_id": 588405,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 809906,
"field_id": 588406,
"width": 116,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 809907,
"field_id": 588407,
"width": 159,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 809908,
"field_id": 588505,
"width": 148,
"hidden": false,
"order": 6,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 809909,
"field_id": 588506,
"width": 148,
"hidden": false,
"order": 7,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 809910,
"field_id": 588507,
"width": 176,
"hidden": false,
"order": 8,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 809911,
"field_id": 588508,
"width": 165,
"hidden": false,
"order": 9,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 809912,
"field_id": 588511,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 809913,
"field_id": 588513,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 809914,
"field_id": 590423,
"width": 172,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 809915,
"field_id": 590431,
"width": 125,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 809916,
"field_id": 590525,
"width": 124,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 133997,
"type": "form",
"name": "Book a meeting room",
"order": 7,
"public": false,
"title": "Book a meeting room",
"description": "",
"cover_image": {
"name": "rsj7ZhLhmeYLJmbaXF7sky2iasbXtDNc_f49b8f96b6425082d3c46a2573f0e81d989711011a67f6370a7df6924bb25243.jpg",
"original_name": "Header_Auditorium.01.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "A new room reservation was successfully added. To book another room, please reload this page.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 59255,
"field_id": 588405,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 59256,
"field_id": 588406,
"name": "",
"description": "Please select a meeting room.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 59257,
"field_id": 588407,
"name": "",
"description": "Choose the employee for whom this room will be reserved.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 59258,
"field_id": 588505,
"name": "",
"description": "Please tell us when you want to use this room.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 59259,
"field_id": 588506,
"name": "",
"description": "Please let us know until what time this room will be reserved.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 59260,
"field_id": 588507,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 59261,
"field_id": 588508,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 59262,
"field_id": 588511,
"name": "",
"description": "Select all the people who are going to be at this meeting.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 59263,
"field_id": 588513,
"name": "",
"description": "Write a description or any other information about this booking.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 59264,
"field_id": 590423,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 59265,
"field_id": 590431,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 63112,
"field_id": 590525,
"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-30T19:18:07.303596+00:00",
"updated_on": "2022-08-31T18:29:35.484227+00:00",
"field_588405": null,
"field_588406": [
1
],
"field_588407": [
1
],
"field_588505": "2022-08-01T09:00:00+00:00",
"field_588506": "2022-08-01T12:00:00+00:00",
"field_588507": null,
"field_588508": null,
"field_588511": [
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
17,
18,
19,
20,
21,
22,
23,
16
],
"field_588513": "Event: company-wide product kick-off. \nWe are also expecting a few clients and their teams to attend this event.",
"field_590423": null,
"field_590431": null,
"field_590525": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-08-30T19:18:07.303648+00:00",
"updated_on": "2022-08-31T18:11:12.967503+00:00",
"field_588405": null,
"field_588406": [
6
],
"field_588407": [
2
],
"field_588505": "2022-09-05T09:00:00+00:00",
"field_588506": "2022-09-05T10:00:00+00:00",
"field_588507": null,
"field_588508": null,
"field_588511": [
16,
9,
12,
10,
15,
17,
11,
14,
13
],
"field_588513": "R&D team meeting",
"field_590423": null,
"field_590431": null,
"field_590525": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-08-30T21:00:44.860502+00:00",
"updated_on": "2022-08-31T18:14:57.588216+00:00",
"field_588405": null,
"field_588406": [
11
],
"field_588407": [
1
],
"field_588505": "2022-09-01T15:00:00+00:00",
"field_588506": "2022-09-01T17:00:00+00:00",
"field_588507": null,
"field_588508": null,
"field_588511": [
3,
5,
4,
2
],
"field_588513": "Execom meeting",
"field_590423": null,
"field_590431": null,
"field_590525": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-08-31T18:16:04.500668+00:00",
"updated_on": "2022-08-31T18:19:32.594955+00:00",
"field_588405": null,
"field_588406": [
15
],
"field_588407": [
5
],
"field_588505": "2022-09-07T08:00:00+00:00",
"field_588506": "2022-09-07T09:00:00+00:00",
"field_588507": null,
"field_588508": null,
"field_588511": [
21,
22,
23
],
"field_588513": "Sales team meeting",
"field_590423": null,
"field_590431": null,
"field_590525": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2022-08-31T18:21:53.528429+00:00",
"updated_on": "2022-08-31T18:25:03.461982+00:00",
"field_588405": null,
"field_588406": [
18
],
"field_588407": [
7
],
"field_588505": "2022-09-07T09:30:00+00:00",
"field_588506": "2022-09-07T11:00:00+00:00",
"field_588507": null,
"field_588508": null,
"field_588511": [
8,
2
],
"field_588513": "HR meeting on R&D requirements",
"field_590423": null,
"field_590431": null,
"field_590525": null
},
{
"id": 7,
"order": "6.00000000000000000000",
"created_on": "2022-08-31T18:25:21.185609+00:00",
"updated_on": "2022-08-31T18:30:56.413106+00:00",
"field_588405": null,
"field_588406": [
14
],
"field_588407": [
3
],
"field_588505": "2022-09-07T09:00:00+00:00",
"field_588506": "2022-09-07T11:30:00+00:00",
"field_588507": null,
"field_588508": null,
"field_588511": [
18,
19,
1
],
"field_588513": "Finance team meeting",
"field_590423": null,
"field_590431": null,
"field_590525": null
},
{
"id": 8,
"order": "7.00000000000000000000",
"created_on": "2022-08-31T18:31:04.971424+00:00",
"updated_on": "2022-08-31T18:37:58.796335+00:00",
"field_588405": null,
"field_588406": [
17
],
"field_588407": [
20
],
"field_588505": "2022-09-07T13:30:00+00:00",
"field_588506": "2022-09-07T15:00:00+00:00",
"field_588507": null,
"field_588508": null,
"field_588511": [
4,
1
],
"field_588513": "Marketing team meeting on a new product",
"field_590423": null,
"field_590431": null,
"field_590525": null
},
{
"id": 9,
"order": "8.00000000000000000000",
"created_on": "2022-08-31T18:38:09.471579+00:00",
"updated_on": "2022-08-31T18:40:19.276260+00:00",
"field_588405": null,
"field_588406": [
9
],
"field_588407": [
2
],
"field_588505": "2022-09-05T08:30:00+00:00",
"field_588506": "2022-09-05T15:00:00+00:00",
"field_588507": null,
"field_588508": null,
"field_588511": [
9,
10,
11,
12,
13,
14,
15,
16,
17
],
"field_588513": "R&D: team development workshop",
"field_590423": null,
"field_590431": null,
"field_590525": null
},
{
"id": 10,
"order": "9.00000000000000000000",
"created_on": "2022-08-31T18:40:43.317926+00:00",
"updated_on": "2022-08-31T18:43:58.032407+00:00",
"field_588405": null,
"field_588406": [
14
],
"field_588407": [
6
],
"field_588505": "2022-09-12T10:30:00+00:00",
"field_588506": "2022-09-12T11:00:00+00:00",
"field_588507": null,
"field_588508": null,
"field_588511": [
1,
3
],
"field_588513": "Meeting with a supplier",
"field_590423": null,
"field_590431": null,
"field_590525": null
},
{
"id": 11,
"order": "10.00000000000000000000",
"created_on": "2022-08-31T18:44:54.915137+00:00",
"updated_on": "2022-08-31T18:46:41.184449+00:00",
"field_588405": null,
"field_588406": [
4
],
"field_588407": [
8
],
"field_588505": "2022-09-12T08:30:00+00:00",
"field_588506": "2022-09-12T12:00:00+00:00",
"field_588507": null,
"field_588508": null,
"field_588511": [],
"field_588513": "New joiners' orientation. Participants are TBD.",
"field_590423": null,
"field_590431": null,
"field_590525": null
},
{
"id": 12,
"order": "11.00000000000000000000",
"created_on": "2022-08-31T18:46:48.791335+00:00",
"updated_on": "2022-08-31T18:52:18.367447+00:00",
"field_588405": null,
"field_588406": [
5
],
"field_588407": [
5
],
"field_588505": "2022-09-12T13:30:00+00:00",
"field_588506": "2022-09-12T15:30:00+00:00",
"field_588507": null,
"field_588508": null,
"field_588511": [
21,
22,
23
],
"field_588513": "New tool orientation and training. The service provider will conduct the training.",
"field_590423": null,
"field_590431": null,
"field_590525": null
},
{
"id": 14,
"order": "12.00000000000000000000",
"created_on": "2022-08-31T18:52:38.162598+00:00",
"updated_on": "2022-08-31T18:57:45.132335+00:00",
"field_588405": null,
"field_588406": [
18
],
"field_588407": [
7
],
"field_588505": "2022-09-09T08:00:00+00:00",
"field_588506": "2022-09-09T09:00:00+00:00",
"field_588507": null,
"field_588508": null,
"field_588511": [
9
],
"field_588513": "Applicant screening for R&D",
"field_590423": null,
"field_590431": null,
"field_590525": null
},
{
"id": 15,
"order": "13.00000000000000000000",
"created_on": "2022-08-31T18:55:11.156382+00:00",
"updated_on": "2022-08-31T18:57:51.004325+00:00",
"field_588405": null,
"field_588406": [
18
],
"field_588407": [
8
],
"field_588505": "2022-09-09T09:00:00+00:00",
"field_588506": "2022-09-09T10:00:00+00:00",
"field_588507": null,
"field_588508": null,
"field_588511": [
10
],
"field_588513": "Applicant screening for R&D",
"field_590423": null,
"field_590431": null,
"field_590525": null
},
{
"id": 16,
"order": "14.00000000000000000000",
"created_on": "2022-08-31T18:55:21.679689+00:00",
"updated_on": "2022-08-31T18:57:56.324574+00:00",
"field_588405": null,
"field_588406": [
18
],
"field_588407": [
7
],
"field_588505": "2022-09-09T10:00:00+00:00",
"field_588506": "2022-09-09T11:00:00+00:00",
"field_588507": null,
"field_588508": null,
"field_588511": [
9
],
"field_588513": "Applicant screening for R&D",
"field_590423": null,
"field_590431": null,
"field_590525": null
},
{
"id": 17,
"order": "15.00000000000000000000",
"created_on": "2022-08-31T18:55:30.128171+00:00",
"updated_on": "2022-08-31T18:57:56.344979+00:00",
"field_588405": null,
"field_588406": [
18
],
"field_588407": [
8
],
"field_588505": "2022-09-09T11:00:00+00:00",
"field_588506": "2022-09-09T12:00:00+00:00",
"field_588507": null,
"field_588508": null,
"field_588511": [
10
],
"field_588513": "Applicant screening for R&D",
"field_590423": null,
"field_590431": null,
"field_590525": null
},
{
"id": 18,
"order": "16.00000000000000000000",
"created_on": "2022-08-31T18:58:15.798018+00:00",
"updated_on": "2022-08-31T19:00:50.824133+00:00",
"field_588405": null,
"field_588406": [
9
],
"field_588407": [
4
],
"field_588505": "2022-09-14T10:00:00+00:00",
"field_588506": "2022-09-14T12:30:00+00:00",
"field_588507": null,
"field_588508": null,
"field_588511": [
20
],
"field_588513": "Client engagement meeting. Expect a few clients to come over.",
"field_590423": null,
"field_590431": null,
"field_590525": null
},
{
"id": 19,
"order": "17.00000000000000000000",
"created_on": "2022-08-31T19:01:09.858820+00:00",
"updated_on": "2022-08-31T19:04:17.710048+00:00",
"field_588405": null,
"field_588406": [
1
],
"field_588407": [
3
],
"field_588505": "2022-09-15T13:30:00+00:00",
"field_588506": "2022-09-15T17:00:00+00:00",
"field_588507": null,
"field_588508": null,
"field_588511": [
18
],
"field_588513": "A client is renting this auditorium for the entire afternoon.",
"field_590423": null,
"field_590431": null,
"field_590525": null
},
{
"id": 20,
"order": "18.00000000000000000000",
"created_on": "2022-08-31T19:04:44.766976+00:00",
"updated_on": "2022-08-31T19:08:11.675578+00:00",
"field_588405": null,
"field_588406": [
17
],
"field_588407": [
14
],
"field_588505": "2022-09-15T15:00:00+00:00",
"field_588506": "2022-09-15T15:30:00+00:00",
"field_588507": null,
"field_588508": null,
"field_588511": [
16,
15,
17,
9
],
"field_588513": "QA meeting for this month's product release.",
"field_590423": null,
"field_590431": null,
"field_590525": null
},
{
"id": 21,
"order": "19.00000000000000000000",
"created_on": "2022-08-31T19:08:33.888116+00:00",
"updated_on": "2022-08-31T19:10:47.221552+00:00",
"field_588405": null,
"field_588406": [
10
],
"field_588407": [
17
],
"field_588505": "2022-09-19T10:00:00+00:00",
"field_588506": "2022-09-19T11:00:00+00:00",
"field_588507": null,
"field_588508": null,
"field_588511": [
9,
10,
14
],
"field_588513": "New product specification meeting with the client",
"field_590423": null,
"field_590431": null,
"field_590525": null
},
{
"id": 22,
"order": "20.00000000000000000000",
"created_on": "2022-08-31T19:11:14.693190+00:00",
"updated_on": "2022-08-31T19:14:08.438212+00:00",
"field_588405": null,
"field_588406": [
13
],
"field_588407": [
9
],
"field_588505": "2022-09-19T13:30:00+00:00",
"field_588506": "2022-09-19T15:00:00+00:00",
"field_588507": null,
"field_588508": null,
"field_588511": [
12,
10,
11,
13
],
"field_588513": "SE team meeting on the new product",
"field_590423": null,
"field_590431": null,
"field_590525": null
},
{
"id": 23,
"order": "21.00000000000000000000",
"created_on": "2022-08-31T19:11:16.705783+00:00",
"updated_on": "2022-08-31T19:16:29.907990+00:00",
"field_588405": null,
"field_588406": [
12
],
"field_588407": [
1
],
"field_588505": "2022-09-19T15:00:00+00:00",
"field_588506": "2022-09-19T17:00:00+00:00",
"field_588507": null,
"field_588508": null,
"field_588511": [
2,
3,
4,
5
],
"field_588513": "Execom meeting",
"field_590423": null,
"field_590431": null,
"field_590525": null
}
]
},
{
"id": 94778,
"name": "Meeting rooms",
"order": 2,
"fields": [
{
"id": 588392,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 588393,
"type": "file",
"name": "Photo",
"order": 1,
"primary": false
},
{
"id": 588394,
"type": "number",
"name": "Accommodates",
"order": 2,
"primary": false,
"number_decimal_places": 0,
"number_negative": false
},
{
"id": 588456,
"type": "number",
"name": "Size (m\u00b2)",
"order": 3,
"primary": false,
"number_decimal_places": 2,
"number_negative": false
},
{
"id": 588459,
"type": "single_select",
"name": "Type",
"order": 4,
"primary": false,
"select_options": [
{
"id": 234502,
"value": "Conference",
"color": "blue",
"order": 0
},
{
"id": 234506,
"value": "U-Shape/Hollow",
"color": "orange",
"order": 1
},
{
"id": 234503,
"value": "Pods",
"color": "green",
"order": 2
},
{
"id": 234504,
"value": "Classroom",
"color": "gray",
"order": 3
},
{
"id": 234505,
"value": "Auditorium",
"color": "red",
"order": 4
}
]
},
{
"id": 588460,
"type": "boolean",
"name": "With big screen",
"order": 5,
"primary": false
},
{
"id": 588461,
"type": "boolean",
"name": "With whiteboard",
"order": 6,
"primary": false
},
{
"id": 588462,
"type": "link_row",
"name": "Office location",
"order": 7,
"primary": false,
"link_row_table_id": 93154,
"link_row_related_field_id": 588463,
"has_related_field": true
},
{
"id": 588488,
"type": "text",
"name": "Local extension number",
"order": 8,
"primary": false,
"text_default": ""
},
{
"id": 588489,
"type": "formula",
"name": "Booking total",
"order": 9,
"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 bookings'))",
"formula_type": "number"
},
{
"id": 588494,
"type": "text",
"name": "Remarks",
"order": 10,
"primary": false,
"text_default": ""
},
{
"id": 588499,
"type": "boolean",
"name": "Is active",
"order": 11,
"primary": false
},
{
"id": 588503,
"type": "link_row",
"name": "Related bookings",
"order": 12,
"primary": false,
"link_row_table_id": 94781,
"link_row_related_field_id": 588406,
"has_related_field": true
}
],
"views": [
{
"id": 133463,
"type": "grid",
"name": "All meeting rooms",
"order": 1,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 36017,
"field_id": 588456,
"order": "DESC"
},
{
"id": 36018,
"field_id": 588394,
"order": "DESC"
}
],
"decorations": [
{
"id": 2217,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"color": "dark-red",
"filters": [
{
"id": "64358e25-cb3f-4e7f-816b-72d20f4c4023",
"type": "boolean",
"field": 588499,
"value": ""
}
],
"operator": "AND",
"id": "532177bf-c7e3-46f1-b6f2-91954df238b5"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 806315,
"field_id": 588392,
"width": 100,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 806313,
"field_id": 588393,
"width": 100,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 806314,
"field_id": 588394,
"width": 155,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 806363,
"field_id": 588456,
"width": 123,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 806367,
"field_id": 588459,
"width": 132,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 806368,
"field_id": 588460,
"width": 156,
"hidden": false,
"order": 32767,
"aggregation_type": "checked_count",
"aggregation_raw_type": "empty_count"
},
{
"id": 806369,
"field_id": 588461,
"width": 163,
"hidden": false,
"order": 32767,
"aggregation_type": "checked_count",
"aggregation_raw_type": "empty_count"
},
{
"id": 806372,
"field_id": 588462,
"width": 169,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 806395,
"field_id": 588488,
"width": 208,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 806403,
"field_id": 588489,
"width": 142,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 806404,
"field_id": 588494,
"width": 170,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 806409,
"field_id": 588499,
"width": 110,
"hidden": false,
"order": 32767,
"aggregation_type": "checked_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 806421,
"field_id": 588503,
"width": 166,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 133960,
"type": "grid",
"name": "With big screen",
"order": 2,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 50301,
"field_id": 588460,
"type": "boolean",
"value": "1"
},
{
"id": 50302,
"field_id": 588499,
"type": "boolean",
"value": "1"
}
],
"sortings": [
{
"id": 36044,
"field_id": 588456,
"order": "DESC"
},
{
"id": 36045,
"field_id": 588394,
"order": "DESC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 809662,
"field_id": 588392,
"width": 100,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 809663,
"field_id": 588393,
"width": 100,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 809664,
"field_id": 588394,
"width": 155,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 809665,
"field_id": 588456,
"width": 123,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 809666,
"field_id": 588459,
"width": 156,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 809667,
"field_id": 588460,
"width": 156,
"hidden": true,
"order": 32767,
"aggregation_type": "checked_count",
"aggregation_raw_type": "empty_count"
},
{
"id": 809668,
"field_id": 588461,
"width": 163,
"hidden": false,
"order": 32767,
"aggregation_type": "checked_count",
"aggregation_raw_type": "empty_count"
},
{
"id": 809669,
"field_id": 588462,
"width": 169,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 809670,
"field_id": 588488,
"width": 208,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 809671,
"field_id": 588489,
"width": 142,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 809672,
"field_id": 588494,
"width": 170,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 809673,
"field_id": 588499,
"width": 110,
"hidden": false,
"order": 32767,
"aggregation_type": "checked_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 809674,
"field_id": 588503,
"width": 166,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 133961,
"type": "grid",
"name": "With whiteboard",
"order": 3,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 50303,
"field_id": 588461,
"type": "boolean",
"value": "1"
},
{
"id": 50304,
"field_id": 588499,
"type": "boolean",
"value": "1"
}
],
"sortings": [
{
"id": 36046,
"field_id": 588456,
"order": "DESC"
},
{
"id": 36047,
"field_id": 588394,
"order": "DESC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 809675,
"field_id": 588392,
"width": 100,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 809676,
"field_id": 588393,
"width": 100,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 809677,
"field_id": 588394,
"width": 155,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 809678,
"field_id": 588456,
"width": 123,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 809679,
"field_id": 588459,
"width": 156,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 809680,
"field_id": 588460,
"width": 156,
"hidden": false,
"order": 32767,
"aggregation_type": "checked_count",
"aggregation_raw_type": "empty_count"
},
{
"id": 809681,
"field_id": 588461,
"width": 163,
"hidden": true,
"order": 32767,
"aggregation_type": "checked_count",
"aggregation_raw_type": "empty_count"
},
{
"id": 809682,
"field_id": 588462,
"width": 169,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 809683,
"field_id": 588488,
"width": 208,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 809684,
"field_id": 588489,
"width": 142,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 809685,
"field_id": 588494,
"width": 170,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 809686,
"field_id": 588499,
"width": 110,
"hidden": false,
"order": 32767,
"aggregation_type": "checked_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 809687,
"field_id": 588503,
"width": 166,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 133958,
"type": "grid",
"name": "Most booked rooms",
"order": 4,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 50299,
"field_id": 588489,
"type": "higher_than",
"value": "0"
}
],
"sortings": [
{
"id": 36042,
"field_id": 588489,
"order": "DESC"
},
{
"id": 36043,
"field_id": 588456,
"order": "DESC"
}
],
"decorations": [
{
"id": 2220,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"color": "dark-red",
"filters": [
{
"id": "64358e25-cb3f-4e7f-816b-72d20f4c4023",
"type": "boolean",
"field": 588499,
"value": ""
}
],
"operator": "AND",
"id": "f9a70067-3100-4fae-b263-51c9e20181bf"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 809648,
"field_id": 588392,
"width": 100,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 809649,
"field_id": 588393,
"width": 100,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 809650,
"field_id": 588394,
"width": 155,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 809651,
"field_id": 588456,
"width": 123,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 809652,
"field_id": 588459,
"width": 156,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 809653,
"field_id": 588460,
"width": 156,
"hidden": false,
"order": 32767,
"aggregation_type": "checked_count",
"aggregation_raw_type": "empty_count"
},
{
"id": 809654,
"field_id": 588461,
"width": 163,
"hidden": false,
"order": 32767,
"aggregation_type": "checked_count",
"aggregation_raw_type": "empty_count"
},
{
"id": 809655,
"field_id": 588462,
"width": 169,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 809656,
"field_id": 588488,
"width": 208,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 809657,
"field_id": 588489,
"width": 142,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 809658,
"field_id": 588494,
"width": 170,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 809659,
"field_id": 588499,
"width": 110,
"hidden": false,
"order": 32767,
"aggregation_type": "checked_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 809660,
"field_id": 588503,
"width": 166,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 133886,
"type": "gallery",
"name": "Meeting rooms",
"order": 5,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 50277,
"field_id": 588499,
"type": "boolean",
"value": "1"
}
],
"sortings": [
{
"id": 36014,
"field_id": 588456,
"order": "DESC"
},
{
"id": 36015,
"field_id": 588394,
"order": "DESC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 588393,
"field_options": [
{
"id": 38460,
"field_id": 588392,
"hidden": false,
"order": 1
},
{
"id": 38467,
"field_id": 588462,
"hidden": false,
"order": 2
},
{
"id": 38461,
"field_id": 588393,
"hidden": true,
"order": 3
},
{
"id": 38462,
"field_id": 588394,
"hidden": false,
"order": 4
},
{
"id": 38463,
"field_id": 588456,
"hidden": true,
"order": 5
},
{
"id": 38464,
"field_id": 588459,
"hidden": false,
"order": 6
},
{
"id": 38465,
"field_id": 588460,
"hidden": false,
"order": 7
},
{
"id": 38466,
"field_id": 588461,
"hidden": false,
"order": 8
},
{
"id": 38468,
"field_id": 588488,
"hidden": false,
"order": 9
},
{
"id": 38469,
"field_id": 588489,
"hidden": true,
"order": 10
},
{
"id": 38470,
"field_id": 588494,
"hidden": true,
"order": 11
},
{
"id": 38471,
"field_id": 588499,
"hidden": true,
"order": 12
},
{
"id": 38472,
"field_id": 588503,
"hidden": true,
"order": 13
}
]
},
{
"id": 133964,
"type": "gallery",
"name": "By location: One world square",
"order": 6,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 50305,
"field_id": 588499,
"type": "boolean",
"value": "1"
},
{
"id": 50306,
"field_id": 588462,
"type": "link_row_has",
"value": "1"
}
],
"sortings": [
{
"id": 36048,
"field_id": 588456,
"order": "DESC"
},
{
"id": 36049,
"field_id": 588394,
"order": "DESC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 588393,
"field_options": [
{
"id": 38545,
"field_id": 588392,
"hidden": false,
"order": 1
},
{
"id": 38546,
"field_id": 588462,
"hidden": true,
"order": 2
},
{
"id": 38547,
"field_id": 588393,
"hidden": true,
"order": 3
},
{
"id": 38548,
"field_id": 588394,
"hidden": false,
"order": 4
},
{
"id": 38549,
"field_id": 588456,
"hidden": true,
"order": 5
},
{
"id": 38550,
"field_id": 588459,
"hidden": false,
"order": 6
},
{
"id": 38551,
"field_id": 588460,
"hidden": false,
"order": 7
},
{
"id": 38552,
"field_id": 588461,
"hidden": false,
"order": 8
},
{
"id": 38553,
"field_id": 588488,
"hidden": false,
"order": 9
},
{
"id": 38554,
"field_id": 588489,
"hidden": true,
"order": 10
},
{
"id": 38555,
"field_id": 588494,
"hidden": true,
"order": 11
},
{
"id": 38556,
"field_id": 588499,
"hidden": true,
"order": 12
},
{
"id": 38557,
"field_id": 588503,
"hidden": true,
"order": 13
}
]
},
{
"id": 136099,
"type": "gallery",
"name": "By location: Net cube - executive floors",
"order": 7,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 51062,
"field_id": 588499,
"type": "boolean",
"value": "1"
},
{
"id": 51063,
"field_id": 588462,
"type": "link_row_has",
"value": "2"
}
],
"sortings": [
{
"id": 36719,
"field_id": 588456,
"order": "DESC"
},
{
"id": 36720,
"field_id": 588394,
"order": "DESC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 588393,
"field_options": [
{
"id": 40410,
"field_id": 588392,
"hidden": false,
"order": 1
},
{
"id": 40411,
"field_id": 588462,
"hidden": true,
"order": 2
},
{
"id": 40412,
"field_id": 588393,
"hidden": true,
"order": 3
},
{
"id": 40413,
"field_id": 588394,
"hidden": false,
"order": 4
},
{
"id": 40414,
"field_id": 588456,
"hidden": true,
"order": 5
},
{
"id": 40415,
"field_id": 588459,
"hidden": false,
"order": 6
},
{
"id": 40416,
"field_id": 588460,
"hidden": false,
"order": 7
},
{
"id": 40417,
"field_id": 588461,
"hidden": false,
"order": 8
},
{
"id": 40418,
"field_id": 588488,
"hidden": false,
"order": 9
},
{
"id": 40419,
"field_id": 588489,
"hidden": true,
"order": 10
},
{
"id": 40420,
"field_id": 588494,
"hidden": true,
"order": 11
},
{
"id": 40421,
"field_id": 588499,
"hidden": true,
"order": 12
},
{
"id": 40422,
"field_id": 588503,
"hidden": true,
"order": 13
}
]
},
{
"id": 136100,
"type": "gallery",
"name": "By location: Net cube - operations 3F",
"order": 8,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 51064,
"field_id": 588499,
"type": "boolean",
"value": "1"
},
{
"id": 51065,
"field_id": 588462,
"type": "link_row_has",
"value": "3"
}
],
"sortings": [
{
"id": 36721,
"field_id": 588456,
"order": "DESC"
},
{
"id": 36722,
"field_id": 588394,
"order": "DESC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 588393,
"field_options": [
{
"id": 40423,
"field_id": 588392,
"hidden": false,
"order": 1
},
{
"id": 40424,
"field_id": 588462,
"hidden": true,
"order": 2
},
{
"id": 40425,
"field_id": 588393,
"hidden": true,
"order": 3
},
{
"id": 40426,
"field_id": 588394,
"hidden": false,
"order": 4
},
{
"id": 40427,
"field_id": 588456,
"hidden": true,
"order": 5
},
{
"id": 40428,
"field_id": 588459,
"hidden": false,
"order": 6
},
{
"id": 40429,
"field_id": 588460,
"hidden": false,
"order": 7
},
{
"id": 40430,
"field_id": 588461,
"hidden": false,
"order": 8
},
{
"id": 40431,
"field_id": 588488,
"hidden": false,
"order": 9
},
{
"id": 40432,
"field_id": 588489,
"hidden": true,
"order": 10
},
{
"id": 40433,
"field_id": 588494,
"hidden": true,
"order": 11
},
{
"id": 40434,
"field_id": 588499,
"hidden": true,
"order": 12
},
{
"id": 40435,
"field_id": 588503,
"hidden": true,
"order": 13
}
]
},
{
"id": 136116,
"type": "gallery",
"name": "By location: Net cube - operations 5F",
"order": 9,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 51076,
"field_id": 588499,
"type": "boolean",
"value": "1"
},
{
"id": 51077,
"field_id": 588462,
"type": "link_row_has",
"value": "5"
}
],
"sortings": [
{
"id": 36733,
"field_id": 588456,
"order": "DESC"
},
{
"id": 36734,
"field_id": 588394,
"order": "DESC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 588393,
"field_options": [
{
"id": 40442,
"field_id": 588392,
"hidden": false,
"order": 1
},
{
"id": 40443,
"field_id": 588462,
"hidden": true,
"order": 2
},
{
"id": 40444,
"field_id": 588393,
"hidden": true,
"order": 3
},
{
"id": 40445,
"field_id": 588394,
"hidden": false,
"order": 4
},
{
"id": 40446,
"field_id": 588456,
"hidden": true,
"order": 5
},
{
"id": 40447,
"field_id": 588459,
"hidden": false,
"order": 6
},
{
"id": 40448,
"field_id": 588460,
"hidden": false,
"order": 7
},
{
"id": 40449,
"field_id": 588461,
"hidden": false,
"order": 8
},
{
"id": 40450,
"field_id": 588488,
"hidden": false,
"order": 9
},
{
"id": 40451,
"field_id": 588489,
"hidden": true,
"order": 10
},
{
"id": 40452,
"field_id": 588494,
"hidden": true,
"order": 11
},
{
"id": 40453,
"field_id": 588499,
"hidden": true,
"order": 12
},
{
"id": 40454,
"field_id": 588503,
"hidden": true,
"order": 13
}
]
},
{
"id": 133959,
"type": "kanban",
"name": "Room types",
"order": 10,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 50300,
"field_id": 588499,
"type": "boolean",
"value": "1"
}
],
"sortings": [],
"decorations": [],
"public": false,
"single_select_field_id": 588459,
"card_cover_image_field_id": 588393,
"field_options": [
{
"id": 22539,
"field_id": 588392,
"hidden": false,
"order": 1
},
{
"id": 22546,
"field_id": 588462,
"hidden": false,
"order": 2
},
{
"id": 22540,
"field_id": 588393,
"hidden": true,
"order": 3
},
{
"id": 22541,
"field_id": 588394,
"hidden": false,
"order": 4
},
{
"id": 22542,
"field_id": 588456,
"hidden": true,
"order": 5
},
{
"id": 22543,
"field_id": 588459,
"hidden": true,
"order": 6
},
{
"id": 22544,
"field_id": 588460,
"hidden": false,
"order": 7
},
{
"id": 22545,
"field_id": 588461,
"hidden": false,
"order": 8
},
{
"id": 22547,
"field_id": 588488,
"hidden": false,
"order": 9
},
{
"id": 22548,
"field_id": 588489,
"hidden": true,
"order": 10
},
{
"id": 22549,
"field_id": 588494,
"hidden": true,
"order": 11
},
{
"id": 22550,
"field_id": 588499,
"hidden": true,
"order": 12
},
{
"id": 22551,
"field_id": 588503,
"hidden": true,
"order": 13
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-08-30T18:32:53.000581+00:00",
"updated_on": "2022-08-31T14:41:37.599470+00:00",
"field_588392": "Diamond",
"field_588393": [
{
"name": "X1QzANg1UOH8lr37hxg6syqjxQYzwCVw_9cfb05a503281cbbbf1dddebd4d0de5667a6f3ef65bb099fe15f7f8b84b919a7.jpg",
"visible_name": "auditorium.01.jpg",
"original_name": "auditorium.01.jpg"
}
],
"field_588394": "80",
"field_588456": "200.00",
"field_588459": 234505,
"field_588460": "true",
"field_588461": "true",
"field_588462": [
1
],
"field_588488": "x8219",
"field_588489": null,
"field_588494": "This is currently the company's biggest meeting room. We often lease this space to other businesses.",
"field_588499": "true",
"field_588503": [
1,
19
]
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-08-30T18:32:53.000651+00:00",
"updated_on": "2022-08-31T14:57:28.033695+00:00",
"field_588392": "Sapphire",
"field_588393": [
{
"name": "3OvJvdqGt60noIxU3kGcH2VVdVFbcAu6_f48ab6e4008b32f6075fa37d4fef326a20f8ce15d0c44eb0a7f6a9317e006202.jpg",
"visible_name": "classroom.01.jpg",
"original_name": "classroom.01.jpg"
}
],
"field_588394": "50",
"field_588456": "80.00",
"field_588459": 234504,
"field_588460": "true",
"field_588461": "true",
"field_588462": [
3
],
"field_588488": "x2880",
"field_588489": null,
"field_588494": "The biggest classroom style meeting room in the office.",
"field_588499": "true",
"field_588503": []
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-08-31T07:57:04.832790+00:00",
"updated_on": "2022-08-31T14:57:38.903459+00:00",
"field_588392": "Ruby",
"field_588393": [
{
"name": "3PhFdgNmGUQ7CFWmbnxqkQbXZQDZgLfh_e982ede0331705f0d22efe05221a5c717fe35e6a8314e10c64ce3e244afe4f9f.jpg",
"visible_name": "classroom.7.jpg",
"original_name": "classroom.7.jpg"
}
],
"field_588394": "50",
"field_588456": "70.00",
"field_588459": 234504,
"field_588460": "true",
"field_588461": "true",
"field_588462": [
5
],
"field_588488": "x3381",
"field_588489": null,
"field_588494": "We usually have technical trainings in this room.",
"field_588499": "true",
"field_588503": []
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-08-31T07:57:05.535924+00:00",
"updated_on": "2022-08-31T14:58:08.601725+00:00",
"field_588392": "Alexandrite",
"field_588393": [
{
"name": "ZMxkmjlwAHEHtzwJMxX9IiDNVLWnZ33g_56345b708bd7dd129db23b507e803a2ee46b9c00fe97d93a637871856e8be376.jpg",
"visible_name": "classroom.5.jpg",
"original_name": "classroom.5.jpg"
}
],
"field_588394": "30",
"field_588456": "50.00",
"field_588459": 234504,
"field_588460": "true",
"field_588461": "true",
"field_588462": [
1
],
"field_588488": "x2509",
"field_588489": null,
"field_588494": "This classroom looks the nicest.",
"field_588499": "true",
"field_588503": [
11
]
},
{
"id": 5,
"order": "4.00000000000000000000",
"created_on": "2022-08-31T07:57:05.850418+00:00",
"updated_on": "2022-08-31T14:58:22.132461+00:00",
"field_588392": "Aquamarine",
"field_588393": [
{
"name": "xumA0peFRBK876XCe4cEbdct9DIwc87n_ad4a40770a32a7476e35c30a32f7ffd360b79a08b009cb30d1b5f897226e7045.jpg",
"visible_name": "classroom.04a.jpg",
"original_name": "classroom.04a.jpg"
}
],
"field_588394": "30",
"field_588456": "50.00",
"field_588459": 234504,
"field_588460": "true",
"field_588461": "true",
"field_588462": [
3
],
"field_588488": "x5030",
"field_588489": null,
"field_588494": "The projector in this room is quite old and clunky.",
"field_588499": "true",
"field_588503": [
12
]
},
{
"id": 6,
"order": "5.00000000000000000000",
"created_on": "2022-08-31T07:57:06.640146+00:00",
"updated_on": "2022-08-31T14:58:25.738314+00:00",
"field_588392": "Emerald",
"field_588393": [
{
"name": "y4LWda0wVitQWGLomtLMDnekqnTNguXg_6ea67a9cfab56aa7ec8af226bc3e1d73ec6d4f4e3c59de0a2b2e4ed53413e36c.jpg",
"visible_name": "classroom.03.jpg",
"original_name": "classroom.03.jpg"
}
],
"field_588394": "30",
"field_588456": "50.00",
"field_588459": 234504,
"field_588460": "true",
"field_588461": "true",
"field_588462": [
5
],
"field_588488": "x7908",
"field_588489": null,
"field_588494": "The big screen is very nice.",
"field_588499": "true",
"field_588503": [
2
]
},
{
"id": 7,
"order": "6.00000000000000000000",
"created_on": "2022-08-31T07:57:07.346358+00:00",
"updated_on": "2022-08-31T14:58:59.571755+00:00",
"field_588392": "Topaz",
"field_588393": [
{
"name": "aia7XeWiGtnQWuyisfk5LD9TBWJZlEez_4562c1ce7e81fcf5b1cc48f39239eda16edbb824993e577fd989e59bcf4bfe3d.jpg",
"visible_name": "pods.10.jpg",
"original_name": "pods.10.jpg"
}
],
"field_588394": "30",
"field_588456": "50.00",
"field_588459": 234503,
"field_588460": "true",
"field_588461": "true",
"field_588462": [
3
],
"field_588488": "x2871",
"field_588489": null,
"field_588494": "Workshops and other team activities are usually held in this room.",
"field_588499": "true",
"field_588503": []
},
{
"id": 8,
"order": "7.00000000000000000000",
"created_on": "2022-08-31T07:57:08.179236+00:00",
"updated_on": "2022-08-31T14:59:10.542105+00:00",
"field_588392": "Zircon",
"field_588393": [
{
"name": "y2wp4PrjKfRhHKJpZjcYT38sry6dOtg4_7e33059042879a7f78aeef3ca8f8fe68fab0aa9654677ac6fc92d344e12781ec.jpg",
"visible_name": "pods.08.jpg",
"original_name": "pods.08.jpg"
}
],
"field_588394": "30",
"field_588456": "50.00",
"field_588459": 234503,
"field_588460": "true",
"field_588461": "true",
"field_588462": [
2
],
"field_588488": "x5217",
"field_588489": null,
"field_588494": "Non-technical training is done here.",
"field_588499": "true",
"field_588503": []
},
{
"id": 9,
"order": "8.00000000000000000000",
"created_on": "2022-08-31T07:57:10.679583+00:00",
"updated_on": "2022-08-31T14:58:52.704354+00:00",
"field_588392": "Tourmaline",
"field_588393": [
{
"name": "mMG7sEl1nnbhcMMdtWnkcUD5o7JC0ktu_0c26f76bffcc0f8efbe453a47b3f514097ee4652fc073984219d0b29b993f4e9.jpg",
"visible_name": "pods.11.jpg",
"original_name": "pods.11.jpg"
}
],
"field_588394": "20",
"field_588456": "35.00",
"field_588459": 234503,
"field_588460": "true",
"field_588461": "true",
"field_588462": [
1
],
"field_588488": "x7827",
"field_588489": null,
"field_588494": "Very yellow - too much.",
"field_588499": "true",
"field_588503": [
9,
18
]
},
{
"id": 10,
"order": "9.00000000000000000000",
"created_on": "2022-08-31T07:57:11.593302+00:00",
"updated_on": "2022-08-31T14:59:23.896892+00:00",
"field_588392": "Amethyst",
"field_588393": [
{
"name": "ly5tI2OdBY3dYDGZ9GSTNNKk8seQ2TDR_d89700697a91fe0e2789e35fa84817bab7cde9a70b18f2297d1d145ae35367cc.jpg",
"visible_name": "hollow.01.jpg",
"original_name": "hollow.01.jpg"
}
],
"field_588394": "20",
"field_588456": "35.00",
"field_588459": 234506,
"field_588460": "true",
"field_588461": "true",
"field_588462": [
2
],
"field_588488": "x0998",
"field_588489": null,
"field_588494": "The phone line in this room doesn't work after office.",
"field_588499": "true",
"field_588503": [
21
]
},
{
"id": 11,
"order": "10.00000000000000000000",
"created_on": "2022-08-31T07:57:12.504998+00:00",
"updated_on": "2022-08-31T14:59:30.541636+00:00",
"field_588392": "Garnet",
"field_588393": [
{
"name": "WmzKKDaMMN2CnIbCwAQp5ZfGZulg58Sy_59e1fb98ed084ff8ddfa49c99bed5a234c2344f7672b0cab3042bdc372e47001.jpg",
"visible_name": "hollow.02b.jpg",
"original_name": "hollow.02b.jpg"
}
],
"field_588394": "12",
"field_588456": "25.00",
"field_588459": 234506,
"field_588460": "true",
"field_588461": "true",
"field_588462": [
2
],
"field_588488": "x1900",
"field_588489": null,
"field_588494": "Somebody needs to update the big screen in this room.",
"field_588499": "true",
"field_588503": [
3
]
},
{
"id": 12,
"order": "11.00000000000000000000",
"created_on": "2022-08-31T07:57:13.470430+00:00",
"updated_on": "2022-08-31T14:59:49.148015+00:00",
"field_588392": "Jade",
"field_588393": [
{
"name": "0GVP9NT51UeXS1ULcmtUuA4s61p0Kwhy_da1edfd888d165e61548a3c4847c6f853384dfa30beada8efdca2cd313ce2222.jpg",
"visible_name": "conference.04.jpg",
"original_name": "conference.04.jpg"
}
],
"field_588394": "12",
"field_588456": "20.00",
"field_588459": 234502,
"field_588460": "true",
"field_588461": "true",
"field_588462": [
2
],
"field_588488": "x3855",
"field_588489": null,
"field_588494": "This room was nicely decorated with lots of greens.",
"field_588499": "true",
"field_588503": [
23
]
},
{
"id": 13,
"order": "12.00000000000000000000",
"created_on": "2022-08-31T07:57:14.171480+00:00",
"updated_on": "2022-08-31T15:00:21.475324+00:00",
"field_588392": "Peridot",
"field_588393": [
{
"name": "gQMsQ8J16IHLkYeZRHMrdIJPRNoBaoWj_204d4168545d1956d094cf3f31c1b115fe4e80ad66ba861794581b4deac45bc3.jpg",
"visible_name": "conference.01.jpg",
"original_name": "conference.01.jpg"
}
],
"field_588394": "12",
"field_588456": "20.00",
"field_588459": 234502,
"field_588460": "false",
"field_588461": "true",
"field_588462": [
3
],
"field_588488": "x8518",
"field_588489": null,
"field_588494": "So close to the pantry.",
"field_588499": "true",
"field_588503": [
22
]
},
{
"id": 14,
"order": "13.00000000000000000000",
"created_on": "2022-08-31T07:57:15.529443+00:00",
"updated_on": "2022-08-31T15:00:38.560676+00:00",
"field_588392": "Opal",
"field_588393": [
{
"name": "awlh3HyPUwZUBFaNSJl7XDzb0cEP8UbK_bff7d96a876119f086ca091bbba70a9a198b303b62414c58431a94a008f6594c.jpg",
"visible_name": "conference.02.jpg",
"original_name": "conference.02.jpg"
}
],
"field_588394": "12",
"field_588456": "20.00",
"field_588459": 234502,
"field_588460": "true",
"field_588461": "false",
"field_588462": [
2
],
"field_588488": "x1508",
"field_588489": null,
"field_588494": "This room is adjacent to the CEO's office.",
"field_588499": "true",
"field_588503": [
7,
10
]
},
{
"id": 15,
"order": "14.00000000000000000000",
"created_on": "2022-08-31T07:57:16.951297+00:00",
"updated_on": "2022-08-31T18:17:40.985959+00:00",
"field_588392": "Turquoise",
"field_588393": [
{
"name": "YrlzQFf3VZskfCNbYGmfjZCYouA2HeUR_dceeec36f112049cc6ee027c7c52508fa3f0c0789bc75cd32151ac2582edab77.jpg",
"visible_name": "conference.05.jpg",
"original_name": "conference.05.jpg"
}
],
"field_588394": "8",
"field_588456": "17.00",
"field_588459": 234502,
"field_588460": "true",
"field_588461": "true",
"field_588462": [
5
],
"field_588488": "x2331",
"field_588489": null,
"field_588494": "The CSO almost always takes this room.",
"field_588499": "true",
"field_588503": [
4
]
},
{
"id": 16,
"order": "15.00000000000000000000",
"created_on": "2022-08-31T08:05:56.614244+00:00",
"updated_on": "2022-08-31T15:01:03.512188+00:00",
"field_588392": "Coral",
"field_588393": [
{
"name": "mqKx3U9zQMKSPoeXpXMmxE4gwRQ7h6Np_159b078f394aeb09e093ed8a5eb7e67993197b004602426a83a810c9cf11f731.jpg",
"visible_name": "conference.06.jpg",
"original_name": "conference.06.jpg"
}
],
"field_588394": "8",
"field_588456": "17.00",
"field_588459": 234502,
"field_588460": "false",
"field_588461": "true",
"field_588462": [
1
],
"field_588488": "x2271",
"field_588489": null,
"field_588494": "Needs a renovation.",
"field_588499": "false",
"field_588503": []
},
{
"id": 17,
"order": "16.00000000000000000000",
"created_on": "2022-08-31T08:06:19.840522+00:00",
"updated_on": "2022-08-31T15:01:19.739311+00:00",
"field_588392": "Pearl",
"field_588393": [
{
"name": "LOEpwhS6TqbXGN8hnxN8pMkqburRGVH4_e5bc9049beba17f7276f51f64dacd9a93a79c1ce98d2d45851fb84d3286e90dc.jpg",
"visible_name": "conference.13.jpg",
"original_name": "conference.13.jpg"
}
],
"field_588394": "8",
"field_588456": "17.00",
"field_588459": 234502,
"field_588460": "true",
"field_588461": "false",
"field_588462": [
3
],
"field_588488": "x3318",
"field_588489": null,
"field_588494": "Quite fancy.",
"field_588499": "true",
"field_588503": [
8,
20
]
},
{
"id": 18,
"order": "17.00000000000000000000",
"created_on": "2022-08-31T08:06:46.263256+00:00",
"updated_on": "2022-08-31T18:22:27.574496+00:00",
"field_588392": "Amber",
"field_588393": [
{
"name": "a7bdF3ERtXEPv31fUgNznJIQlu5wwnIA_7d0d1c4cdbf2954730f1d6dcaf432259e63519dd4900b21bee4eb747500152a5.jpg",
"visible_name": "conference.10.jpg",
"original_name": "conference.10.jpg"
}
],
"field_588394": "8",
"field_588456": "15.50",
"field_588459": 234502,
"field_588460": "false",
"field_588461": "true",
"field_588462": [
1
],
"field_588488": "x8909",
"field_588489": null,
"field_588494": "Old school conference room.",
"field_588499": "true",
"field_588503": [
5,
14,
15,
16,
17
]
}
]
},
{
"id": 93151,
"name": "Employees",
"order": 3,
"fields": [
{
"id": 576725,
"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": 576726,
"type": "text",
"name": "Last name",
"order": 1,
"primary": false,
"text_default": ""
},
{
"id": 576727,
"type": "text",
"name": "First name",
"order": 2,
"primary": false,
"text_default": ""
},
{
"id": 576728,
"type": "text",
"name": "Middle initial",
"order": 3,
"primary": false,
"text_default": ""
},
{
"id": 576729,
"type": "link_row",
"name": "Title",
"order": 4,
"primary": false,
"link_row_table_id": 93152,
"link_row_related_field_id": 576748,
"has_related_field": true
},
{
"id": 576730,
"type": "link_row",
"name": "Department",
"order": 5,
"primary": false,
"link_row_table_id": 93153,
"link_row_related_field_id": 576754,
"has_related_field": true
},
{
"id": 576731,
"type": "link_row",
"name": "Office location",
"order": 6,
"primary": false,
"link_row_table_id": 93154,
"link_row_related_field_id": 576759,
"has_related_field": true
},
{
"id": 576732,
"type": "file",
"name": "Photo",
"order": 7,
"primary": false
},
{
"id": 576733,
"type": "text",
"name": "Local extension number",
"order": 8,
"primary": false,
"text_default": ""
},
{
"id": 576734,
"type": "phone_number",
"name": "Phone number",
"order": 9,
"primary": false
},
{
"id": 576735,
"type": "email",
"name": "Email",
"order": 10,
"primary": false
},
{
"id": 576736,
"type": "text",
"name": "Address",
"order": 11,
"primary": false,
"text_default": ""
},
{
"id": 576737,
"type": "text",
"name": "Zip code",
"order": 12,
"primary": false,
"text_default": ""
},
{
"id": 576738,
"type": "link_row",
"name": "Supervisor",
"order": 13,
"primary": false,
"link_row_table_id": 93151,
"link_row_related_field_id": null,
"has_related_field": false
},
{
"id": 576740,
"type": "long_text",
"name": "Remarks",
"order": 15,
"primary": false
},
{
"id": 576741,
"type": "date",
"name": "Start date",
"order": 16,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24"
},
{
"id": 576742,
"type": "single_select",
"name": "Status",
"order": 17,
"primary": false,
"select_options": [
{
"id": 230158,
"value": "Full-time",
"color": "dark-green",
"order": 0
},
{
"id": 230159,
"value": "Part-time",
"color": "dark-blue",
"order": 1
},
{
"id": 230160,
"value": "Seasonal",
"color": "dark-red",
"order": 2
},
{
"id": 230161,
"value": "Temporary",
"color": "dark-gray",
"order": 3
}
]
},
{
"id": 576744,
"type": "boolean",
"name": "Is active",
"order": 19,
"primary": false
},
{
"id": 576745,
"type": "date",
"name": "End date",
"order": 20,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24"
},
{
"id": 588434,
"type": "formula",
"name": "Booking total",
"order": 21,
"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 bookings\"))",
"formula_type": "number"
},
{
"id": 588504,
"type": "link_row",
"name": "Related bookings",
"order": 22,
"primary": false,
"link_row_table_id": 94781,
"link_row_related_field_id": 588407,
"has_related_field": true
},
{
"id": 588512,
"type": "link_row",
"name": "Related invites",
"order": 23,
"primary": false,
"link_row_table_id": 94781,
"link_row_related_field_id": 588511,
"has_related_field": true
}
],
"views": [
{
"id": 130532,
"type": "grid",
"name": "All employees",
"order": 1,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 34799,
"field_id": 576726,
"order": "ASC"
},
{
"id": 34800,
"field_id": 576727,
"order": "ASC"
}
],
"decorations": [
{
"id": 2223,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"color": "dark-red",
"filters": [
{
"id": "5b70e634-0269-45fe-b2e9-a21854179426",
"type": "boolean",
"field": 576744,
"value": ""
}
],
"operator": "AND",
"id": "4071db1f-68f9-4688-bb17-9feb709e6af0"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 788030,
"field_id": 576725,
"width": 162,
"hidden": false,
"order": 19,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 788031,
"field_id": 576726,
"width": 129,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788032,
"field_id": 576727,
"width": 130,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788033,
"field_id": 576728,
"width": 140,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788034,
"field_id": 576729,
"width": 170,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788035,
"field_id": 576730,
"width": 169,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788036,
"field_id": 576731,
"width": 171,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788037,
"field_id": 576732,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788038,
"field_id": 576733,
"width": 208,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788039,
"field_id": 576734,
"width": 153,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788040,
"field_id": 576735,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788041,
"field_id": 576736,
"width": 240,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788042,
"field_id": 576737,
"width": 118,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788043,
"field_id": 576738,
"width": 162,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788045,
"field_id": 576740,
"width": 200,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788046,
"field_id": 576741,
"width": 123,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788047,
"field_id": 576742,
"width": 106,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788049,
"field_id": 576744,
"width": 110,
"hidden": false,
"order": 18,
"aggregation_type": "checked_count",
"aggregation_raw_type": "empty_count"
},
{
"id": 788050,
"field_id": 576745,
"width": 117,
"hidden": false,
"order": 16,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 806348,
"field_id": 588434,
"width": 143,
"hidden": false,
"order": 4,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 806418,
"field_id": 588504,
"width": 166,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 806419,
"field_id": 588512,
"width": 150,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 130533,
"type": "form",
"name": "Add new employee",
"order": 3,
"public": false,
"title": "Add new employee",
"description": "",
"cover_image": {
"name": "moZsoTxBYZwQooRDJjWcI3tYdASPPcOj_7b262c97128b44e13fa19fb4db2db8438f31a9895cf5a6a80ade9f63abaed788.jpg",
"original_name": "Header_Cityscape.02.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "Thank you for using this form. To add more employees, please refresh this page.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 54576,
"field_id": 576725,
"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": 54577,
"field_id": 576726,
"name": "",
"description": "Enter the employee's surname.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 54578,
"field_id": 576727,
"name": "",
"description": "Enter the employee's given name.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 54579,
"field_id": 576728,
"name": "",
"description": "Please indicate the employees middle initial.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 54580,
"field_id": 576729,
"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": 54581,
"field_id": 576730,
"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": 54582,
"field_id": 576731,
"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": 54583,
"field_id": 576732,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 54584,
"field_id": 576733,
"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": 54585,
"field_id": 576734,
"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": 54586,
"field_id": 576735,
"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": 54587,
"field_id": 576736,
"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": 54588,
"field_id": 576737,
"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": 54589,
"field_id": 576738,
"name": "",
"description": "Type in the employee's direct supervisor's full name.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 54591,
"field_id": 576740,
"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": 54592,
"field_id": 576741,
"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": 54593,
"field_id": 576742,
"name": "",
"description": "Select the employee's employment status.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 54595,
"field_id": 576744,
"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": 54596,
"field_id": 576745,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
}
]
},
{
"id": 130534,
"type": "gallery",
"name": "Active employees",
"order": 4,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 48905,
"field_id": 576744,
"type": "boolean",
"value": "1"
}
],
"sortings": [],
"decorations": [],
"public": false,
"card_cover_image_field_id": 576732,
"field_options": [
{
"id": 35848,
"field_id": 576725,
"hidden": false,
"order": 0
},
{
"id": 35850,
"field_id": 576726,
"hidden": true,
"order": 2
},
{
"id": 35851,
"field_id": 576727,
"hidden": true,
"order": 3
},
{
"id": 35852,
"field_id": 576728,
"hidden": true,
"order": 4
},
{
"id": 35853,
"field_id": 576729,
"hidden": false,
"order": 5
},
{
"id": 35854,
"field_id": 576730,
"hidden": false,
"order": 6
},
{
"id": 35855,
"field_id": 576731,
"hidden": true,
"order": 7
},
{
"id": 35856,
"field_id": 576732,
"hidden": true,
"order": 8
},
{
"id": 35857,
"field_id": 576733,
"hidden": false,
"order": 9
},
{
"id": 35858,
"field_id": 576734,
"hidden": false,
"order": 10
},
{
"id": 35859,
"field_id": 576735,
"hidden": true,
"order": 11
},
{
"id": 35860,
"field_id": 576736,
"hidden": true,
"order": 12
},
{
"id": 35861,
"field_id": 576737,
"hidden": true,
"order": 13
},
{
"id": 35862,
"field_id": 576738,
"hidden": true,
"order": 14
},
{
"id": 35864,
"field_id": 576740,
"hidden": true,
"order": 16
},
{
"id": 35865,
"field_id": 576741,
"hidden": true,
"order": 17
},
{
"id": 35866,
"field_id": 576742,
"hidden": false,
"order": 18
},
{
"id": 35867,
"field_id": 576744,
"hidden": true,
"order": 19
},
{
"id": 35868,
"field_id": 576745,
"hidden": true,
"order": 32767
}
]
},
{
"id": 130535,
"type": "gallery",
"name": "Full-time employees",
"order": 5,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 48906,
"field_id": 576742,
"type": "single_select_equal",
"value": "230158"
},
{
"id": 48907,
"field_id": 576744,
"type": "boolean",
"value": "1"
}
],
"sortings": [],
"decorations": [],
"public": false,
"card_cover_image_field_id": 576732,
"field_options": [
{
"id": 35869,
"field_id": 576725,
"hidden": false,
"order": 0
},
{
"id": 35871,
"field_id": 576726,
"hidden": true,
"order": 2
},
{
"id": 35872,
"field_id": 576727,
"hidden": true,
"order": 3
},
{
"id": 35873,
"field_id": 576728,
"hidden": true,
"order": 4
},
{
"id": 35874,
"field_id": 576729,
"hidden": false,
"order": 5
},
{
"id": 35875,
"field_id": 576730,
"hidden": false,
"order": 6
},
{
"id": 35876,
"field_id": 576731,
"hidden": true,
"order": 7
},
{
"id": 35877,
"field_id": 576732,
"hidden": true,
"order": 8
},
{
"id": 35878,
"field_id": 576733,
"hidden": false,
"order": 9
},
{
"id": 35879,
"field_id": 576734,
"hidden": false,
"order": 10
},
{
"id": 35880,
"field_id": 576735,
"hidden": true,
"order": 11
},
{
"id": 35881,
"field_id": 576736,
"hidden": true,
"order": 12
},
{
"id": 35882,
"field_id": 576737,
"hidden": true,
"order": 13
},
{
"id": 35883,
"field_id": 576738,
"hidden": true,
"order": 14
},
{
"id": 35885,
"field_id": 576740,
"hidden": true,
"order": 16
},
{
"id": 35886,
"field_id": 576741,
"hidden": true,
"order": 17
},
{
"id": 35887,
"field_id": 576742,
"hidden": true,
"order": 18
},
{
"id": 35888,
"field_id": 576744,
"hidden": true,
"order": 19
},
{
"id": 35889,
"field_id": 576745,
"hidden": true,
"order": 32767
}
]
},
{
"id": 130536,
"type": "gallery",
"name": "Part-time employees",
"order": 6,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 48908,
"field_id": 576742,
"type": "single_select_equal",
"value": "230159"
},
{
"id": 48909,
"field_id": 576744,
"type": "boolean",
"value": "1"
}
],
"sortings": [],
"decorations": [],
"public": false,
"card_cover_image_field_id": 576732,
"field_options": [
{
"id": 35890,
"field_id": 576725,
"hidden": false,
"order": 0
},
{
"id": 35892,
"field_id": 576726,
"hidden": true,
"order": 2
},
{
"id": 35893,
"field_id": 576727,
"hidden": true,
"order": 3
},
{
"id": 35894,
"field_id": 576728,
"hidden": true,
"order": 4
},
{
"id": 35895,
"field_id": 576729,
"hidden": false,
"order": 5
},
{
"id": 35896,
"field_id": 576730,
"hidden": false,
"order": 6
},
{
"id": 35897,
"field_id": 576731,
"hidden": true,
"order": 7
},
{
"id": 35898,
"field_id": 576732,
"hidden": true,
"order": 8
},
{
"id": 35899,
"field_id": 576733,
"hidden": false,
"order": 9
},
{
"id": 35900,
"field_id": 576734,
"hidden": false,
"order": 10
},
{
"id": 35901,
"field_id": 576735,
"hidden": true,
"order": 11
},
{
"id": 35902,
"field_id": 576736,
"hidden": true,
"order": 12
},
{
"id": 35903,
"field_id": 576737,
"hidden": true,
"order": 13
},
{
"id": 35904,
"field_id": 576738,
"hidden": true,
"order": 14
},
{
"id": 35906,
"field_id": 576740,
"hidden": true,
"order": 16
},
{
"id": 35907,
"field_id": 576741,
"hidden": true,
"order": 17
},
{
"id": 35908,
"field_id": 576742,
"hidden": true,
"order": 18
},
{
"id": 35909,
"field_id": 576744,
"hidden": true,
"order": 19
},
{
"id": 35910,
"field_id": 576745,
"hidden": true,
"order": 32767
}
]
},
{
"id": 130537,
"type": "gallery",
"name": "Seasonal employees",
"order": 7,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 48910,
"field_id": 576742,
"type": "single_select_equal",
"value": "230160"
},
{
"id": 48911,
"field_id": 576744,
"type": "boolean",
"value": "1"
}
],
"sortings": [],
"decorations": [],
"public": false,
"card_cover_image_field_id": 576732,
"field_options": [
{
"id": 35911,
"field_id": 576725,
"hidden": false,
"order": 0
},
{
"id": 35913,
"field_id": 576726,
"hidden": true,
"order": 2
},
{
"id": 35914,
"field_id": 576727,
"hidden": true,
"order": 3
},
{
"id": 35915,
"field_id": 576728,
"hidden": true,
"order": 4
},
{
"id": 35916,
"field_id": 576729,
"hidden": false,
"order": 5
},
{
"id": 35917,
"field_id": 576730,
"hidden": false,
"order": 6
},
{
"id": 35918,
"field_id": 576731,
"hidden": true,
"order": 7
},
{
"id": 35919,
"field_id": 576732,
"hidden": true,
"order": 8
},
{
"id": 35920,
"field_id": 576733,
"hidden": false,
"order": 9
},
{
"id": 35921,
"field_id": 576734,
"hidden": false,
"order": 10
},
{
"id": 35922,
"field_id": 576735,
"hidden": true,
"order": 11
},
{
"id": 35923,
"field_id": 576736,
"hidden": true,
"order": 12
},
{
"id": 35924,
"field_id": 576737,
"hidden": true,
"order": 13
},
{
"id": 35925,
"field_id": 576738,
"hidden": true,
"order": 14
},
{
"id": 35927,
"field_id": 576740,
"hidden": true,
"order": 16
},
{
"id": 35928,
"field_id": 576741,
"hidden": true,
"order": 17
},
{
"id": 35929,
"field_id": 576742,
"hidden": true,
"order": 18
},
{
"id": 35930,
"field_id": 576744,
"hidden": true,
"order": 19
},
{
"id": 35931,
"field_id": 576745,
"hidden": true,
"order": 32767
}
]
},
{
"id": 130538,
"type": "gallery",
"name": "Temporary employees",
"order": 8,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 48912,
"field_id": 576742,
"type": "single_select_equal",
"value": "230161"
},
{
"id": 48913,
"field_id": 576744,
"type": "boolean",
"value": "1"
}
],
"sortings": [],
"decorations": [],
"public": false,
"card_cover_image_field_id": 576732,
"field_options": [
{
"id": 35932,
"field_id": 576725,
"hidden": false,
"order": 0
},
{
"id": 35934,
"field_id": 576726,
"hidden": true,
"order": 2
},
{
"id": 35935,
"field_id": 576727,
"hidden": true,
"order": 3
},
{
"id": 35936,
"field_id": 576728,
"hidden": true,
"order": 4
},
{
"id": 35937,
"field_id": 576729,
"hidden": false,
"order": 5
},
{
"id": 35938,
"field_id": 576730,
"hidden": false,
"order": 6
},
{
"id": 35939,
"field_id": 576731,
"hidden": true,
"order": 7
},
{
"id": 35940,
"field_id": 576732,
"hidden": true,
"order": 8
},
{
"id": 35941,
"field_id": 576733,
"hidden": false,
"order": 9
},
{
"id": 35942,
"field_id": 576734,
"hidden": false,
"order": 10
},
{
"id": 35943,
"field_id": 576735,
"hidden": true,
"order": 11
},
{
"id": 35944,
"field_id": 576736,
"hidden": true,
"order": 12
},
{
"id": 35945,
"field_id": 576737,
"hidden": true,
"order": 13
},
{
"id": 35946,
"field_id": 576738,
"hidden": true,
"order": 14
},
{
"id": 35948,
"field_id": 576740,
"hidden": true,
"order": 16
},
{
"id": 35949,
"field_id": 576741,
"hidden": true,
"order": 17
},
{
"id": 35950,
"field_id": 576742,
"hidden": true,
"order": 18
},
{
"id": 35951,
"field_id": 576744,
"hidden": true,
"order": 19
},
{
"id": 35952,
"field_id": 576745,
"hidden": true,
"order": 32767
}
]
},
{
"id": 130539,
"type": "kanban",
"name": "Employees by status",
"order": 9,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 48914,
"field_id": 576744,
"type": "boolean",
"value": "1"
}
],
"sortings": [],
"decorations": [],
"public": false,
"single_select_field_id": 576742,
"card_cover_image_field_id": 576732,
"field_options": [
{
"id": 21151,
"field_id": 576725,
"hidden": false,
"order": 0
},
{
"id": 21153,
"field_id": 576726,
"hidden": true,
"order": 2
},
{
"id": 21154,
"field_id": 576727,
"hidden": true,
"order": 3
},
{
"id": 21155,
"field_id": 576728,
"hidden": true,
"order": 4
},
{
"id": 21156,
"field_id": 576729,
"hidden": false,
"order": 5
},
{
"id": 21157,
"field_id": 576730,
"hidden": true,
"order": 6
},
{
"id": 21158,
"field_id": 576731,
"hidden": true,
"order": 7
},
{
"id": 21159,
"field_id": 576732,
"hidden": true,
"order": 8
},
{
"id": 21160,
"field_id": 576733,
"hidden": true,
"order": 9
},
{
"id": 21161,
"field_id": 576734,
"hidden": true,
"order": 10
},
{
"id": 21162,
"field_id": 576735,
"hidden": true,
"order": 11
},
{
"id": 21163,
"field_id": 576736,
"hidden": true,
"order": 12
},
{
"id": 21164,
"field_id": 576737,
"hidden": true,
"order": 13
},
{
"id": 21165,
"field_id": 576738,
"hidden": true,
"order": 14
},
{
"id": 21167,
"field_id": 576740,
"hidden": true,
"order": 16
},
{
"id": 21168,
"field_id": 576741,
"hidden": true,
"order": 17
},
{
"id": 21169,
"field_id": 576742,
"hidden": true,
"order": 18
},
{
"id": 21170,
"field_id": 576744,
"hidden": true,
"order": 19
},
{
"id": 21171,
"field_id": 576745,
"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_576725": null,
"field_576726": "Fitzpatrick",
"field_576727": "Janice",
"field_576728": "W",
"field_576729": [
12
],
"field_576730": [
8
],
"field_576731": [
2
],
"field_576732": [
{
"name": "upKbtHN9lLybPDzua6MBByvzgAJZ2Fui_6033c389c7b9a28b3f4d1ad791cd071bb18d341fb50ca862338d0688129b1d93.jpg",
"visible_name": "Woman.16.jpg",
"original_name": "Woman.16.jpg"
}
],
"field_576733": "x2083",
"field_576734": "(510) 476-1189",
"field_576735": "janice.fitzpatrick@brgeemailz.net",
"field_576736": "1053 Thompson Drive, Union City, California",
"field_576737": "94587",
"field_576738": [],
"field_576740": "Started this company with friends.",
"field_576741": "2012-01-08",
"field_576742": 230158,
"field_576744": "true",
"field_576745": null,
"field_588434": null,
"field_588504": [
1,
3,
23
],
"field_588512": [
7,
8,
10
]
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-05-11T02:41:08.431669+00:00",
"updated_on": "2022-08-30T18:27:03.233674+00:00",
"field_576725": null,
"field_576726": "Pullen",
"field_576727": "Cinda",
"field_576728": "V",
"field_576729": [
13
],
"field_576730": [
8
],
"field_576731": [
2
],
"field_576732": [
{
"name": "RVLB3BKHhwtVuAG47bw33zbQvd4iI5sh_32a0bb1e8cd43f9a27f05e95039ad44b606915d94c3f6ac8aa9359a5d66d0e40.jpg",
"visible_name": "Woman.36.jpg",
"original_name": "Woman.36.jpg"
}
],
"field_576733": "x8170",
"field_576734": "(213) 743-1636",
"field_576735": "cinda.pullen@brgeemailz.net",
"field_576736": "3486 Canis Heights Drive, Los Angeles, California",
"field_576737": "90007",
"field_576738": [
1
],
"field_576740": "Joined to build something wonderful.",
"field_576741": "2012-01-08",
"field_576742": 230158,
"field_576744": "true",
"field_576745": null,
"field_588434": null,
"field_588504": [
2,
9
],
"field_588512": [
1,
3,
5,
23
]
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-05-11T19:39:33.168366+00:00",
"updated_on": "2022-08-30T18:24:46.690227+00:00",
"field_576725": null,
"field_576726": "Best",
"field_576727": "Clayton",
"field_576728": "U",
"field_576729": [
14
],
"field_576730": [
8
],
"field_576731": [
2
],
"field_576732": [
{
"name": "41wtSFwg9iFCZ7Sjq3gU8Nb6p3bw5YT8_636d58571a3d01fad628780775449b7c9fe67e40a5d2154ffeed3cccec5bd2f0.jpg",
"visible_name": "Man.33.jpg",
"original_name": "Man.33.jpg"
}
],
"field_576733": "x1528",
"field_576734": "(916) 478-0153",
"field_576735": "clayton.best@brgeemailz.net",
"field_576736": "3380 Park Avenue, Elk Grove, California",
"field_576737": "95624",
"field_576738": [
1
],
"field_576740": "Saw the same vision as the other founders.",
"field_576741": "2012-01-08",
"field_576742": 230158,
"field_576744": "true",
"field_576745": null,
"field_588434": null,
"field_588504": [
7,
19
],
"field_588512": [
1,
3,
10,
23
]
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-05-11T19:39:45.735708+00:00",
"updated_on": "2022-08-30T18:26:12.531789+00:00",
"field_576725": null,
"field_576726": "Mahon",
"field_576727": "Lane",
"field_576728": "T",
"field_576729": [
15
],
"field_576730": [
8
],
"field_576731": [
2
],
"field_576732": [
{
"name": "aYgEEYmhNdW43yVVuSXwE3ZBAH6xXIhR_7d55a7f32efd179a5dd35d905c33a80528c84e057c8c6ad07a6f190fd8a135b8.jpg",
"visible_name": "Man.18.jpg",
"original_name": "Man.18.jpg"
}
],
"field_576733": "x8338",
"field_576734": "(925) 250-4627",
"field_576735": "lane.mahon@brgeemailz.net",
"field_576736": "1669 Water Street, Dublin, California",
"field_576737": "94568",
"field_576738": [
1
],
"field_576740": "Believes in the potential of the company.",
"field_576741": "2012-01-08",
"field_576742": 230158,
"field_576744": "true",
"field_576745": null,
"field_588434": null,
"field_588504": [
18
],
"field_588512": [
1,
3,
8,
23
]
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2022-05-11T19:39:54.036617+00:00",
"updated_on": "2022-08-30T18:25:30.650727+00:00",
"field_576725": null,
"field_576726": "Ecker",
"field_576727": "Allie",
"field_576728": "S",
"field_576729": [
16
],
"field_576730": [
8
],
"field_576731": [
2
],
"field_576732": [
{
"name": "LBasrspjZHKwVX48PqfzUCaWxrNHYMIp_87342f8e2a009873f0cf6cbf8b480d495c898a19238d60b3d6fb81efa41c9883.jpg",
"visible_name": "Woman.12.jpg",
"original_name": "Woman.12.jpg"
}
],
"field_576733": "x9008",
"field_576734": "(949) 873-7292",
"field_576735": "allie.ecker@brgeemailz.net",
"field_576736": "1522 Hillcrest Lane, Los Angeles, California",
"field_576737": "90017",
"field_576738": [
1
],
"field_576740": "Having fun with the job and responsibilities.",
"field_576741": "2012-01-08",
"field_576742": 230158,
"field_576744": "true",
"field_576745": null,
"field_588434": null,
"field_588504": [
4,
12
],
"field_588512": [
1,
3,
23
]
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2022-05-11T19:40:00.883007+00:00",
"updated_on": "2022-08-30T18:26:58.428796+00:00",
"field_576725": null,
"field_576726": "Nickson",
"field_576727": "Thomas",
"field_576728": "R",
"field_576729": [
17
],
"field_576730": [
4
],
"field_576731": [
2
],
"field_576732": [
{
"name": "kpvm8PvAMu5It0mGgbCPrU3vAJEV1Xnm_a61a8f87e0ad660120ad5476f8f3181239a96b1386dc8f0c5586bd2c9e736705.jpg",
"visible_name": "Man.11.jpg",
"original_name": "Man.11.jpg"
}
],
"field_576733": "x5557",
"field_576734": "(916) 336-7017",
"field_576735": "thomas.nickson@brgeemailz.net",
"field_576736": "898 Pearl Street, Sacramento, California",
"field_576737": "95814",
"field_576738": [
1
],
"field_576740": "Focused on the future of this company.",
"field_576741": "2012-01-08",
"field_576742": 230158,
"field_576744": "true",
"field_576745": null,
"field_588434": null,
"field_588504": [
10
],
"field_588512": [
1
]
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2022-05-11T19:40:08.785002+00:00",
"updated_on": "2022-08-30T18:25:43.301106+00:00",
"field_576725": null,
"field_576726": "Garcia",
"field_576727": "Paul",
"field_576728": "Q",
"field_576729": [
11
],
"field_576730": [
5
],
"field_576731": [
1
],
"field_576732": [
{
"name": "baAGJJPygHskwhdHsjq2dVmiP9mNRjlD_8ef24a4e04ccceb7d1f9199b20922abbc08069902fef9a0c17ac3cbb822679e5.jpg",
"visible_name": "Man.13.jpg",
"original_name": "Man.13.jpg"
}
],
"field_576733": "x9834",
"field_576734": "(916) 910-4721",
"field_576735": "paul.garcia@brgeemailz.net",
"field_576736": "4695 Woodland Terrace, Sacramento, California",
"field_576737": "95814",
"field_576738": [
1
],
"field_576740": "Has been working hard doing multiple tasks for this company.",
"field_576741": "2012-01-08",
"field_576742": 230158,
"field_576744": "true",
"field_576745": null,
"field_588434": null,
"field_588504": [
5,
14,
16
],
"field_588512": [
1
]
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2022-05-11T19:40:16.141926+00:00",
"updated_on": "2022-08-30T18:27:28.881345+00:00",
"field_576725": null,
"field_576726": "Tran",
"field_576727": "Rodney",
"field_576728": "P",
"field_576729": [
10
],
"field_576730": [
5
],
"field_576731": [
1
],
"field_576732": [
{
"name": "outMquPR0iT3RKfl04hZkKphuGeFdJj4_a7820b4c5db7e94b1b25ad0a13f25a0474045e279a3b39691cbef744862bc538.jpg",
"visible_name": "Man.35.jpg",
"original_name": "Man.35.jpg"
}
],
"field_576733": "x5049",
"field_576734": "(408) 451-1453",
"field_576735": "rodney.tran@brgeemailz.net",
"field_576736": "567 Ford Street, San Jose, California",
"field_576737": "95131",
"field_576738": [
7
],
"field_576740": "Stayed with the founders since joining.",
"field_576741": "2019-07-30",
"field_576742": 230159,
"field_576744": "true",
"field_576745": null,
"field_588434": null,
"field_588504": [
11,
15,
17
],
"field_588512": [
1,
5
]
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2022-05-11T19:40:26.829669+00:00",
"updated_on": "2022-08-30T18:25:51.107193+00:00",
"field_576725": null,
"field_576726": "Johns",
"field_576727": "Donald",
"field_576728": "O",
"field_576729": [
9
],
"field_576730": [
1
],
"field_576731": [
5
],
"field_576732": [
{
"name": "rrTx5pTLJOULTEQ6kRjKZ7cTKvMTLMSQ_8bf30a876d0d0082aac1b41058c42c8ff2ab323e25afc56b9f5b9bab76cf3ea9.jpg",
"visible_name": "Man.48.jpg",
"original_name": "Man.48.jpg"
}
],
"field_576733": "x6300",
"field_576734": "(805) 367-1199",
"field_576735": "donald.johns@brgeemailz.net",
"field_576736": "414 Euclid Avenue, Oxnard, California",
"field_576737": "93030",
"field_576738": [
2
],
"field_576740": "An experienced and highly skilled individual in this industry.",
"field_576741": "2012-01-31",
"field_576742": 230158,
"field_576744": "true",
"field_576745": null,
"field_588434": null,
"field_588504": [
22
],
"field_588512": [
1,
2,
9,
14,
16,
20,
21
]
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2022-05-11T19:40:31.663881+00:00",
"updated_on": "2022-08-30T18:26:36.854129+00:00",
"field_576725": null,
"field_576726": "Marshall",
"field_576727": "John",
"field_576728": "N",
"field_576729": [
9
],
"field_576730": [
1
],
"field_576731": [
5
],
"field_576732": [
{
"name": "n20mZykpXaHFMO7n6ZsZmxjeqoVml8RO_5b771a1ce64c7ccb1b909d679a9a9cab06d2563777570d6990b609608a526283.jpg",
"visible_name": "Man.03.jpg",
"original_name": "Man.03.jpg"
}
],
"field_576733": "x6302",
"field_576734": "(323) 207-7576",
"field_576735": "john.marshall@brgeemailz.net",
"field_576736": "1028 Rosemont Avenue, Anaheim, California",
"field_576737": "92801",
"field_576738": [
2
],
"field_576740": "Common friend of the founders.",
"field_576741": "2012-01-31",
"field_576742": 230160,
"field_576744": "true",
"field_576745": null,
"field_588434": null,
"field_588504": [],
"field_588512": [
1,
2,
9,
15,
17,
21,
22
]
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2022-05-11T19:40:39.587277+00:00",
"updated_on": "2022-08-30T18:27:11.682066+00:00",
"field_576725": null,
"field_576726": "Robicheaux",
"field_576727": "Michael",
"field_576728": "M",
"field_576729": [
8
],
"field_576730": [
1
],
"field_576731": [
5
],
"field_576732": [
{
"name": "zC3DkDSc46Gwyq0dFNDft3uutdqfcJPD_0afdb3017ed6ceb4d23b69ab3e44ef5efacb60ad98ddbd49c3138d3059b798c5.jpg",
"visible_name": "Man.28.jpg",
"original_name": "Man.28.jpg"
}
],
"field_576733": "x1942",
"field_576734": "(707) 840-5210",
"field_576735": "michael.robicheaux@brgeemailz.net",
"field_576736": "792 Pretty View Lane, Mckinleyville, California",
"field_576737": "95519",
"field_576738": [
9
],
"field_576740": "Found his resume online.",
"field_576741": "2019-07-30",
"field_576742": 230158,
"field_576744": "true",
"field_576745": null,
"field_588434": null,
"field_588504": [],
"field_588512": [
1,
2,
9,
22
]
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2022-05-11T19:40:46.306898+00:00",
"updated_on": "2022-08-30T18:26:01.236542+00:00",
"field_576725": null,
"field_576726": "Lopez",
"field_576727": "Bran",
"field_576728": "L",
"field_576729": [
8
],
"field_576730": [
1
],
"field_576731": [
5
],
"field_576732": [
{
"name": "uph2w90D4m883aD7ylXVwEhshEjKTCXw_d022b4d76cc31161673cb1f62b4d1984dc8db57d5d7b62b46ff73de4fde45cfd.jpg",
"visible_name": "Man.20.jpg",
"original_name": "Man.20.jpg"
}
],
"field_576733": "x4802",
"field_576734": "(650) 869-3623",
"field_576735": "bran.lopez@brgeemailz.net",
"field_576736": "3637 Duck Creek Road, San Bruno, California",
"field_576737": "94066",
"field_576738": [
9
],
"field_576740": "A reliable addition to the company.",
"field_576741": "2019-07-30",
"field_576742": 230158,
"field_576744": "true",
"field_576745": null,
"field_588434": null,
"field_588504": [],
"field_588512": [
1,
2,
9,
22
]
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2022-05-11T19:40:54.760610+00:00",
"updated_on": "2022-08-30T18:27:52.927377+00:00",
"field_576725": null,
"field_576726": "Wright",
"field_576727": "Donald",
"field_576728": "K",
"field_576729": [
7
],
"field_576730": [
1
],
"field_576731": [
5
],
"field_576732": [
{
"name": "mzWtz5STDpCrf5qeNJ6Scn65hdx1RtXR_706cb9712f46ff3654d0a1b873f9d20934da457ae1545f1bfdcfcc4f75c4f0fa.jpg",
"visible_name": "Man.09.jpg",
"original_name": "Man.09.jpg"
}
],
"field_576733": "x9259",
"field_576734": "(925) 413-4033",
"field_576735": "donald.wright@brgeemailz.net",
"field_576736": "858 Park Street, San Francisco, California",
"field_576737": "94108",
"field_576738": [
9
],
"field_576740": "Worked part-time since 2019.",
"field_576741": "2019-07-30",
"field_576742": 230159,
"field_576744": "true",
"field_576745": null,
"field_588434": null,
"field_588504": [],
"field_588512": [
1,
2,
9,
22
]
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2022-05-11T19:41:01.712553+00:00",
"updated_on": "2022-08-30T18:27:43.387686+00:00",
"field_576725": null,
"field_576726": "Tye",
"field_576727": "Leroy",
"field_576728": "J",
"field_576729": [
5
],
"field_576730": [
1
],
"field_576731": [
5
],
"field_576732": [
{
"name": "xnXCQd4INIJkbOnxK4yBegodzoBLh8GX_9254445c723333fd7687daff449887a52d0178ff24e24af1c076144a7ba80b32.jpg",
"visible_name": "Man.02.jpg",
"original_name": "Man.02.jpg"
}
],
"field_576733": "x9887",
"field_576734": "(510) 808-7208",
"field_576735": "leroy.tye@brgeemailz.net",
"field_576736": "4647 Green Avenue, Oakland, California",
"field_576737": "94612",
"field_576738": [
2
],
"field_576740": "Dedicated his career to the company.",
"field_576741": "2012-01-31",
"field_576742": 230158,
"field_576744": "true",
"field_576745": null,
"field_588434": null,
"field_588504": [
20
],
"field_588512": [
1,
2,
9,
21
]
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2022-05-11T19:41:06.453197+00:00",
"updated_on": "2022-08-30T18:26:48.597054+00:00",
"field_576725": null,
"field_576726": "Mott",
"field_576727": "Nora",
"field_576728": "I",
"field_576729": [
4
],
"field_576730": [
1
],
"field_576731": [
5
],
"field_576732": [
{
"name": "YJg28ThrKGNIRjMNKHBDvcXf8Lwpw8ZW_deae73b64502c13fe8f9ba9af624570071be79e62956e1492cd6686186824cc2.jpg",
"visible_name": "Woman.55.jpg",
"original_name": "Woman.55.jpg"
}
],
"field_576733": "x0314",
"field_576734": "(818) 240-6675",
"field_576735": "nora.mott@brgeemailz.net",
"field_576736": "2105 New York Avenue, Glendale, California",
"field_576737": "91204",
"field_576738": [
14
],
"field_576740": "Hardworking individual.",
"field_576741": "2019-07-30",
"field_576742": 230159,
"field_576744": "true",
"field_576745": null,
"field_588434": null,
"field_588504": [],
"field_588512": [
1,
2,
9,
20
]
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2022-05-11T19:41:10.813481+00:00",
"updated_on": "2022-08-30T18:25:04.622620+00:00",
"field_576725": null,
"field_576726": "Cunningham",
"field_576727": "Elizabeth",
"field_576728": "H",
"field_576729": [
4
],
"field_576730": [
1
],
"field_576731": [
5
],
"field_576732": [
{
"name": "FS46T69dfc94nHl5hxkBsSHwKkrXTMt8_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg",
"visible_name": "Woman.27.jpg",
"original_name": "Woman.27.jpg"
}
],
"field_576733": "x2084",
"field_576734": "(323) 930-9329",
"field_576735": "elizabeth.cunningham@brgeemailz.net",
"field_576736": "1609 Hillhaven Drive, Los Angeles, California",
"field_576737": "90036",
"field_576738": [
14
],
"field_576740": "Always helpful to colleagues.",
"field_576741": "2019-07-30",
"field_576742": 230160,
"field_576744": "true",
"field_576745": null,
"field_588434": null,
"field_588504": [],
"field_588512": [
1,
2,
9,
20
]
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2022-05-11T19:41:16.077611+00:00",
"updated_on": "2022-08-30T18:27:08.527879+00:00",
"field_576725": null,
"field_576726": "Rethman",
"field_576727": "Richard",
"field_576728": "G",
"field_576729": [
3
],
"field_576730": [
1
],
"field_576731": [
3
],
"field_576732": [
{
"name": "vBJTvoC4ZECTYycqfjSWRAr6xlCU1cPI_860fc8f7a7c919681aa15783aebf52d282bf73edcba69fd03516ca5aba743f14.jpg",
"visible_name": "Man.31.jpg",
"original_name": "Man.31.jpg"
}
],
"field_576733": "x3210",
"field_576734": "(626) 585-3240",
"field_576735": "richard.rethman@brgeemailz.net",
"field_576736": "3633 Nickel Road, Pasadena, California",
"field_576737": "91101",
"field_576738": [
2
],
"field_576740": "Help the company since the start of the operation.",
"field_576741": "2012-01-31",
"field_576742": 230158,
"field_576744": "true",
"field_576745": null,
"field_588434": null,
"field_588504": [
21
],
"field_588512": [
1,
2,
9,
20
]
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2022-05-11T19:41:20.237265+00:00",
"updated_on": "2022-08-30T18:24:53.126963+00:00",
"field_576725": null,
"field_576726": "Castillo",
"field_576727": "Jonathan",
"field_576728": "F",
"field_576729": [
17
],
"field_576730": [
2
],
"field_576731": [
1
],
"field_576732": [
{
"name": "c5bo3rb3mL3Y8yYpis5M6SLgJxAuESzN_3e4ea491bc171831d98bd16209e167056256efec656b03792cc985f56c52d625.jpg",
"visible_name": "Man.27.jpg",
"original_name": "Man.27.jpg"
}
],
"field_576733": "x4050",
"field_576734": "(714) 674-5259",
"field_576735": "jonathan.castillo@brgeemailz.net",
"field_576736": "2014 Alpaca Way, Brea, California",
"field_576737": "92621",
"field_576738": [
3
],
"field_576740": "Has been very productive.",
"field_576741": "2012-01-31",
"field_576742": 230158,
"field_576744": "true",
"field_576745": null,
"field_588434": null,
"field_588504": [],
"field_588512": [
1,
7,
19
]
},
{
"id": 19,
"order": "19.00000000000000000000",
"created_on": "2022-05-11T19:41:28.309129+00:00",
"updated_on": "2022-08-30T18:27:24.368421+00:00",
"field_576725": null,
"field_576726": "Rothman",
"field_576727": "Eric",
"field_576728": "E",
"field_576729": [
17
],
"field_576730": [
2
],
"field_576731": [
1
],
"field_576732": [
{
"name": "XrzVKfwMYQfwpB8kUTcEcmo7YxsAOY0B_e2ad95f8dcb90def82b6c29a01416e1eafe86b21f119b8539a4fad35ee05b676.jpg",
"visible_name": "Man.15.jpg",
"original_name": "Man.15.jpg"
}
],
"field_576733": "x2313",
"field_576734": "(619) 525-2361",
"field_576735": "eric.rothman@brgeemailz.net",
"field_576736": "678 Poplar Avenue, San Diego, California",
"field_576737": "92101",
"field_576738": [
3
],
"field_576740": "Very prolific individual. Ask him anything.",
"field_576741": "2012-01-31",
"field_576742": 230158,
"field_576744": "true",
"field_576745": null,
"field_588434": null,
"field_588504": [],
"field_588512": [
1,
7
]
},
{
"id": 20,
"order": "20.00000000000000000000",
"created_on": "2022-05-11T19:41:33.394918+00:00",
"updated_on": "2022-08-30T18:27:32.405999+00:00",
"field_576725": null,
"field_576726": "Triplett",
"field_576727": "Judith",
"field_576728": "D",
"field_576729": [
17
],
"field_576730": [
6
],
"field_576731": [
3
],
"field_576732": [
{
"name": "EyeKZr7MzYFAkV7rveT6MsLXFkE26gRu_84455edcdf85e5bbcf4ea2c2e53253a70d2dc5003170a2bcb7adb2e06d319885.jpg",
"visible_name": "Woman.38.jpg",
"original_name": "Woman.38.jpg"
}
],
"field_576733": "x4750",
"field_576734": "(323) 762-0628",
"field_576735": "judith.triplett@brgeemailz.net",
"field_576736": "3358 Southside Lane, Los Angeles, California",
"field_576737": "90017",
"field_576738": [
4
],
"field_576740": "Joyful and the life of the party.",
"field_576741": "2012-01-31",
"field_576742": 230158,
"field_576744": "true",
"field_576745": null,
"field_588434": null,
"field_588504": [
8
],
"field_588512": [
1,
18
]
},
{
"id": 21,
"order": "21.00000000000000000000",
"created_on": "2022-05-11T19:41:44.628479+00:00",
"updated_on": "2022-08-30T18:25:47.081986+00:00",
"field_576725": null,
"field_576726": "Hogan",
"field_576727": "Lena",
"field_576728": "C",
"field_576729": [
18
],
"field_576730": [
7
],
"field_576731": [
1
],
"field_576732": [
{
"name": "DDkXYykQsjvrS7HFIlaojVOYZjCbIUxA_623cf9aca2c33d047b0c4312716412c1265e6269631846fff2dfb1147070c8fd.jpg",
"visible_name": "Woman.17.jpg",
"original_name": "Woman.17.jpg"
}
],
"field_576733": "x0720",
"field_576734": "(559) 949-6790",
"field_576735": "lena.hogan@brgeemailz.net",
"field_576736": "2400 Half and Half Drive, Alpaugh, California",
"field_576737": "93219",
"field_576738": [
5
],
"field_576740": "Cheerful individual - brings a lot of jokes everyday.",
"field_576741": "2019-07-30",
"field_576742": 230161,
"field_576744": "true",
"field_576745": null,
"field_588434": null,
"field_588504": [],
"field_588512": [
1,
4,
12
]
},
{
"id": 22,
"order": "22.00000000000000000000",
"created_on": "2022-05-11T19:41:49.427338+00:00",
"updated_on": "2022-08-30T18:26:07.207560+00:00",
"field_576725": null,
"field_576726": "Love",
"field_576727": "Sandra",
"field_576728": "B",
"field_576729": [
18
],
"field_576730": [
7
],
"field_576731": [
1
],
"field_576732": [
{
"name": "eW8Z85AICkru3wqVV8DK7xih6FmrGFGD_cfb289c2f728ba9774ce052190c0b13f3fbf18b004ca50103eb57c5e5c1345e8.jpg",
"visible_name": "Woman.23.jpg",
"original_name": "Woman.23.jpg"
}
],
"field_576733": "x1950",
"field_576734": "(559) 592-9157",
"field_576735": "sandra.love@brgeemailz.net",
"field_576736": "3294 Chicago Avenue, Exeter, California",
"field_576737": "93221",
"field_576738": [
5
],
"field_576740": "Great with customers. Always knew what to communicate.",
"field_576741": "2019-07-30",
"field_576742": 230161,
"field_576744": "true",
"field_576745": null,
"field_588434": null,
"field_588504": [],
"field_588512": [
1,
4,
12
]
},
{
"id": 23,
"order": "23.00000000000000000000",
"created_on": "2022-05-11T19:41:59.705324+00:00",
"updated_on": "2022-08-30T18:26:41.801707+00:00",
"field_576725": null,
"field_576726": "Mazon",
"field_576727": "Latisha",
"field_576728": "A",
"field_576729": [
18
],
"field_576730": [
7
],
"field_576731": [
1
],
"field_576732": [
{
"name": "3ZIEfynQs4H3PBrgsD8azEAvnLiNy8uH_64038313f395241c5d4d6615d9ba2d4d680777b263a811177230dbb5e391bd6c.jpg",
"visible_name": "Woman.46.jpg",
"original_name": "Woman.46.jpg"
}
],
"field_576733": "x5470",
"field_576734": "(530) 540-8012",
"field_576735": "latisha.mazon@brgeemailz.net",
"field_576736": "4381 Hill Croft Farm Road, Chico, California",
"field_576737": "95926",
"field_576738": [
5
],
"field_576740": "Very athletic, joins a lot of sport activities.",
"field_576741": "2019-07-30",
"field_576742": 230161,
"field_576744": "true",
"field_576745": null,
"field_588434": null,
"field_588504": [],
"field_588512": [
1,
4,
12
]
},
{
"id": 24,
"order": "24.00000000000000000000",
"created_on": "2022-05-18T13:24:38.080771+00:00",
"updated_on": "2022-08-30T18:25:27.242950+00:00",
"field_576725": null,
"field_576726": "Dradder",
"field_576727": "Jane",
"field_576728": "Z",
"field_576729": [
18
],
"field_576730": [
7
],
"field_576731": [
1
],
"field_576732": [
{
"name": "djIQu7BRzcdGXktcL965otQxbRToKQmF_4be2f64cec3e3d83bcf84510216161f08e6181441413cfbdbdb69c11168e5434.jpg",
"visible_name": "Woman.02.jpg",
"original_name": "Woman.02.jpg"
}
],
"field_576733": "x9899",
"field_576734": "(720) 555-2389",
"field_576735": "jane.rudder@brgeemailz.net",
"field_576736": "902 Park Street, San Francisco, California",
"field_576737": "94108",
"field_576738": [
5
],
"field_576740": "Joined and left in just a couple of weeks.",
"field_576741": "2020-01-30",
"field_576742": 230161,
"field_576744": "false",
"field_576745": "2020-02-15",
"field_588434": null,
"field_588504": [],
"field_588512": []
}
]
},
{
"id": 93152,
"name": "Titles",
"order": 4,
"fields": [
{
"id": 576746,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 576747,
"type": "long_text",
"name": "Description",
"order": 1,
"primary": false
},
{
"id": 576748,
"type": "link_row",
"name": "Related employees",
"order": 2,
"primary": false,
"link_row_table_id": 93151,
"link_row_related_field_id": 576729,
"has_related_field": true
},
{
"id": 576749,
"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": 576750,
"type": "single_select",
"name": "Level",
"order": 4,
"primary": false,
"select_options": [
{
"id": 230162,
"value": "Junior",
"color": "gray",
"order": 0
},
{
"id": 230163,
"value": "Mid-level",
"color": "red",
"order": 1
},
{
"id": 230164,
"value": "Senior",
"color": "orange",
"order": 2
},
{
"id": 230165,
"value": "Director/Executive",
"color": "green",
"order": 3
}
]
}
],
"views": [
{
"id": 130540,
"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": 788051,
"field_id": 576746,
"width": 255,
"hidden": false,
"order": 3,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 788052,
"field_id": 576747,
"width": 452,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788053,
"field_id": 576748,
"width": 184,
"hidden": true,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788054,
"field_id": 576749,
"width": 160,
"hidden": false,
"order": 2,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 788055,
"field_id": 576750,
"width": 152,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 130541,
"type": "grid",
"name": "Business analysis",
"order": 2,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 48915,
"field_id": 576746,
"type": "contains",
"value": "Business Analyst"
}
],
"sortings": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 788056,
"field_id": 576746,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 788057,
"field_id": 576747,
"width": 404,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788058,
"field_id": 576748,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788059,
"field_id": 576749,
"width": 160,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
}
]
},
{
"id": 130542,
"type": "grid",
"name": "Quality assurance",
"order": 3,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 48916,
"field_id": 576746,
"type": "contains",
"value": "Quality Assurance"
}
],
"sortings": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 788060,
"field_id": 576746,
"width": 257,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 788061,
"field_id": 576747,
"width": 373,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788062,
"field_id": 576748,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788063,
"field_id": 576749,
"width": 160,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
}
]
},
{
"id": 130543,
"type": "grid",
"name": "Software engineering",
"order": 4,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 48917,
"field_id": 576746,
"type": "contains",
"value": "Software Engineer"
}
],
"sortings": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 788064,
"field_id": 576746,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 788065,
"field_id": 576747,
"width": 387,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788066,
"field_id": 576748,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788067,
"field_id": 576749,
"width": 159,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
}
]
},
{
"id": 130544,
"type": "grid",
"name": "Human resources",
"order": 5,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 48918,
"field_id": 576746,
"type": "contains",
"value": "Recruiter"
}
],
"sortings": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 788068,
"field_id": 576746,
"width": 140,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 788069,
"field_id": 576747,
"width": 370,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788070,
"field_id": 576748,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788071,
"field_id": 576749,
"width": 162,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
}
]
},
{
"id": 130545,
"type": "grid",
"name": "Executive",
"order": 6,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 48919,
"field_id": 576746,
"type": "contains",
"value": "Chief"
}
],
"sortings": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 788072,
"field_id": 576746,
"width": 170,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 788073,
"field_id": 576747,
"width": 393,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788074,
"field_id": 576748,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788075,
"field_id": 576749,
"width": 160,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
}
]
},
{
"id": 130546,
"type": "kanban",
"name": "By level",
"order": 7,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [],
"decorations": [
{
"id": 2139,
"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": 576749,
"value": ""
}
],
"operator": "AND",
"id": "2c5997ab-2afe-4db7-bf33-16fc24bbe360"
}
]
},
"order": 1
}
],
"public": false,
"single_select_field_id": 576750,
"field_options": [
{
"id": 21172,
"field_id": 576746,
"hidden": false,
"order": 32767
},
{
"id": 21173,
"field_id": 576747,
"hidden": false,
"order": 32767
},
{
"id": 21174,
"field_id": 576748,
"hidden": true,
"order": 32767
},
{
"id": 21175,
"field_id": 576749,
"hidden": false,
"order": 32767
},
{
"id": 21176,
"field_id": 576750,
"hidden": true,
"order": 32767
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-05-11T02:41:33.211871+00:00",
"updated_on": "2022-06-10T12:09:24.288942+00:00",
"field_576746": "Associate Business Analyst",
"field_576747": "Assists their immediate business analysis supervisor and seniors with assigned tasks and responsibilities.",
"field_576748": [],
"field_576749": null,
"field_576750": 230162
},
{
"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_576746": "Business Analyst",
"field_576747": "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_576748": [],
"field_576749": null,
"field_576750": 230163
},
{
"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_576746": "Senior Business Analyst",
"field_576747": "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_576748": [
17
],
"field_576749": null,
"field_576750": 230164
},
{
"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_576746": "Associate Quality Assurance Engineer",
"field_576747": "Assists their immediate quality assurance supervisor and seniors with assigned tasks and responsibilities.",
"field_576748": [
15,
16
],
"field_576749": null,
"field_576750": 230162
},
{
"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_576746": "Quality Assurance Engineer",
"field_576747": "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_576748": [
14
],
"field_576749": null,
"field_576750": 230163
},
{
"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_576746": "Senior Quality Assurance Engineer",
"field_576747": "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_576748": [],
"field_576749": null,
"field_576750": 230164
},
{
"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_576746": "Associate Software Engineer",
"field_576747": "Assists their immediate programming supervisor and seniors with assigned tasks and responsibilities.",
"field_576748": [
13
],
"field_576749": null,
"field_576750": 230162
},
{
"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_576746": "Software Engineer",
"field_576747": "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_576748": [
11,
12
],
"field_576749": null,
"field_576750": 230163
},
{
"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_576746": "Senior Software Engineer",
"field_576747": "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_576748": [
9,
10
],
"field_576749": null,
"field_576750": 230164
},
{
"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_576746": "Assistant Recruiter",
"field_576747": "Assists the company's recruiter in posting jobs and in sorting job applicants.",
"field_576748": [
8
],
"field_576749": null,
"field_576750": 230162
},
{
"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_576746": "Lead Recruiter",
"field_576747": "Creates templates for job recruitment and manages staffing requirements of all the departments.",
"field_576748": [
7
],
"field_576749": null,
"field_576750": 230164
},
{
"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_576746": "Chief Executive Officer",
"field_576747": "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_576748": [
1
],
"field_576749": null,
"field_576750": 230165
},
{
"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_576746": "Chief Technical Officer",
"field_576747": "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_576748": [
2
],
"field_576749": null,
"field_576750": 230165
},
{
"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_576746": "Chief Financial Officer",
"field_576747": "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_576748": [
3
],
"field_576749": null,
"field_576750": 230165
},
{
"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_576746": "Chief Marketing Officer",
"field_576747": "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_576748": [
4
],
"field_576749": null,
"field_576750": 230165
},
{
"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_576746": "Chief Sales Officer",
"field_576747": "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_576748": [
5
],
"field_576749": null,
"field_576750": 230165
},
{
"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_576746": "Administrative Officer",
"field_576747": "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_576748": [
6,
18,
19,
20
],
"field_576749": null,
"field_576750": 230164
},
{
"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_576746": "Customer Service Officer",
"field_576747": "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_576748": [
21,
22,
23,
24
],
"field_576749": null,
"field_576750": 230163
}
]
},
{
"id": 93153,
"name": "Departments",
"order": 5,
"fields": [
{
"id": 576751,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 576752,
"type": "long_text",
"name": "Description",
"order": 1,
"primary": false
},
{
"id": 576753,
"type": "boolean",
"name": "Is active",
"order": 2,
"primary": false
},
{
"id": 576754,
"type": "link_row",
"name": "Related employees",
"order": 3,
"primary": false,
"link_row_table_id": 93151,
"link_row_related_field_id": 576730,
"has_related_field": true
},
{
"id": 576755,
"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"
}
],
"views": [
{
"id": 130547,
"type": "grid",
"name": "All departments",
"order": 1,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 34806,
"field_id": 576751,
"order": "ASC"
}
],
"decorations": [
{
"id": 2224,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"color": "dark-red",
"filters": [
{
"id": "a3f7263a-4f6f-415e-a508-e920e4a2297d",
"type": "boolean",
"field": 576753,
"value": ""
}
],
"operator": "AND",
"id": "504b6d3e-51db-4707-aeae-a20b3d66b7cd"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 788076,
"field_id": 576751,
"width": 197,
"hidden": false,
"order": 3,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 788077,
"field_id": 576752,
"width": 389,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788078,
"field_id": 576753,
"width": 111,
"hidden": false,
"order": 2,
"aggregation_type": "checked_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 788079,
"field_id": 576754,
"width": 200,
"hidden": true,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788080,
"field_id": 576755,
"width": 161,
"hidden": false,
"order": 1,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
}
]
},
{
"id": 130548,
"type": "gallery",
"name": "Active departments",
"order": 2,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 48920,
"field_id": 576753,
"type": "boolean",
"value": "1"
}
],
"sortings": [
{
"id": 34807,
"field_id": 576751,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"field_options": [
{
"id": 35953,
"field_id": 576751,
"hidden": false,
"order": 32767
},
{
"id": 35954,
"field_id": 576752,
"hidden": false,
"order": 32767
},
{
"id": 35955,
"field_id": 576753,
"hidden": true,
"order": 32767
},
{
"id": 35956,
"field_id": 576754,
"hidden": true,
"order": 32767
},
{
"id": 35957,
"field_id": 576755,
"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_576751": "Research and development",
"field_576752": "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_576753": "true",
"field_576754": [
9,
10,
11,
12,
13,
14,
15,
16,
17
],
"field_576755": 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_576751": "Finance",
"field_576752": "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_576753": "true",
"field_576754": [
18,
19
],
"field_576755": 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_576751": "Legal",
"field_576752": "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_576753": "false",
"field_576754": [],
"field_576755": 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_576751": "Logistics",
"field_576752": "Our liaison officers and logistical partners fall under the purview of this department.",
"field_576753": "true",
"field_576754": [
6
],
"field_576755": 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_576751": "Human resources",
"field_576752": "This department handles every aspect of the recruitment and hiring processes.",
"field_576753": "true",
"field_576754": [
7,
8
],
"field_576755": 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_576751": "Marketing",
"field_576752": "Our organization's press releases and branding are handled by the marketing department.",
"field_576753": "true",
"field_576754": [
20
],
"field_576755": 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_576751": "Sales",
"field_576752": "This department manages sales and sales strategies and is a vital part of the organization.",
"field_576753": "true",
"field_576754": [
21,
22,
23,
24
],
"field_576755": 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_576751": "Executive",
"field_576752": "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_576753": "true",
"field_576754": [
1,
2,
3,
4,
5
],
"field_576755": null
}
]
},
{
"id": 93154,
"name": "Office locations",
"order": 6,
"fields": [
{
"id": 576756,
"type": "text",
"name": "Location",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 576757,
"type": "file",
"name": "Photo",
"order": 1,
"primary": false
},
{
"id": 576758,
"type": "text",
"name": "Street",
"order": 2,
"primary": false,
"text_default": ""
},
{
"id": 576759,
"type": "link_row",
"name": "Related employees",
"order": 5,
"primary": false,
"link_row_table_id": 93151,
"link_row_related_field_id": 576731,
"has_related_field": true
},
{
"id": 576760,
"type": "text",
"name": "City",
"order": 7,
"primary": false,
"text_default": ""
},
{
"id": 576761,
"type": "text",
"name": "State",
"order": 8,
"primary": false,
"text_default": ""
},
{
"id": 576762,
"type": "text",
"name": "Zip code",
"order": 9,
"primary": false,
"text_default": ""
},
{
"id": 576763,
"type": "phone_number",
"name": "Phone number",
"order": 10,
"primary": false
},
{
"id": 576764,
"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": 576765,
"type": "number",
"name": "Floor",
"order": 12,
"primary": false,
"number_decimal_places": 0,
"number_negative": false
},
{
"id": 588463,
"type": "link_row",
"name": "Related rooms",
"order": 13,
"primary": false,
"link_row_table_id": 94778,
"link_row_related_field_id": 588462,
"has_related_field": true
},
{
"id": 588540,
"type": "formula",
"name": "Meeting room count",
"order": 14,
"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 rooms\"))",
"formula_type": "number"
}
],
"views": [
{
"id": 130549,
"type": "grid",
"name": "All locations",
"order": 1,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 34808,
"field_id": 576756,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 788081,
"field_id": 576756,
"width": 189,
"hidden": false,
"order": 9,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 788082,
"field_id": 576757,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788083,
"field_id": 576758,
"width": 166,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788084,
"field_id": 576759,
"width": 179,
"hidden": true,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788085,
"field_id": 576760,
"width": 129,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788086,
"field_id": 576761,
"width": 101,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788087,
"field_id": 576762,
"width": 114,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788088,
"field_id": 576763,
"width": 153,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 788089,
"field_id": 576764,
"width": 159,
"hidden": false,
"order": 7,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 788090,
"field_id": 576765,
"width": 100,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 806447,
"field_id": 588463,
"width": 160,
"hidden": true,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 806450,
"field_id": 588540,
"width": 186,
"hidden": false,
"order": 8,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
}
]
},
{
"id": 130550,
"type": "gallery",
"name": "Locations",
"order": 2,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 34809,
"field_id": 576756,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 576757,
"field_options": [
{
"id": 35958,
"field_id": 576756,
"hidden": false,
"order": 32767
},
{
"id": 35959,
"field_id": 576757,
"hidden": true,
"order": 32767
},
{
"id": 35960,
"field_id": 576758,
"hidden": false,
"order": 32767
},
{
"id": 35961,
"field_id": 576759,
"hidden": true,
"order": 32767
},
{
"id": 35962,
"field_id": 576760,
"hidden": false,
"order": 32767
},
{
"id": 35963,
"field_id": 576761,
"hidden": false,
"order": 32767
},
{
"id": 35964,
"field_id": 576762,
"hidden": true,
"order": 32767
},
{
"id": 35965,
"field_id": 576763,
"hidden": true,
"order": 32767
},
{
"id": 35966,
"field_id": 576764,
"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_576756": "One world square",
"field_576757": [
{
"name": "wIrXjgq4XdiCievnpjKd9bJ1UHkx0NO5_c45b4ddb5b1f81ba679f156c52156cffd2447456425a4d03a356d4619dc078b2.jpg",
"visible_name": "Offices.03.jpg",
"original_name": "Offices.03.jpg"
}
],
"field_576758": "5812 Poplar Avenue",
"field_576759": [
7,
8,
18,
19,
21,
22,
23,
24
],
"field_576760": "San Diego",
"field_576761": "California",
"field_576762": "92111",
"field_576763": "(519) 587-3851",
"field_576764": null,
"field_576765": "2",
"field_588463": [
1,
4,
9,
16,
18
],
"field_588540": 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_576756": "Net cube - executive floors",
"field_576757": [
{
"name": "8NEid0bOwwoREaQyiIqkHrPYmykjv8vR_de53387c30e13446fff1cbb98ea5ade7a8db8a9526e34661bd68788cc8915b2a.jpg",
"visible_name": "Offices.02.jpg",
"original_name": "Offices.02.jpg"
}
],
"field_576758": "1735 Zimmerman Lane",
"field_576759": [
1,
2,
3,
4,
5,
6
],
"field_576760": "Los Angeles",
"field_576761": "California",
"field_576762": "90017",
"field_576763": "(213) 375-9873",
"field_576764": null,
"field_576765": "18",
"field_588463": [
8,
10,
11,
12,
14
],
"field_588540": 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_576756": "Net cube - operations 3F",
"field_576757": [
{
"name": "lx852ySRLHvwkY8sfbk5IqQJ0YeWLmqw_e198607af550af1b220453a7c360850d066275633cfabac15d2e09dadc82ffeb.jpg",
"visible_name": "Offices.01.jpg",
"original_name": "Offices.01.jpg"
}
],
"field_576758": "1735 Zimmerman Lane",
"field_576759": [
17,
20
],
"field_576760": "Los Angeles",
"field_576761": "California",
"field_576762": "90017",
"field_576763": "(213) 375-9875",
"field_576764": null,
"field_576765": "3",
"field_588463": [
2,
5,
7,
13,
17
],
"field_588540": 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_576756": "Net cube - operations 5F",
"field_576757": [
{
"name": "lx852ySRLHvwkY8sfbk5IqQJ0YeWLmqw_e198607af550af1b220453a7c360850d066275633cfabac15d2e09dadc82ffeb.jpg",
"visible_name": "Offices.01.jpg",
"original_name": "Offices.01.jpg"
}
],
"field_576758": "1735 Zimmerman Lane",
"field_576759": [
9,
10,
11,
12,
13,
14,
15,
16
],
"field_576760": "Los Angeles",
"field_576761": "California",
"field_576762": "90017",
"field_576763": "(213) 375-9877",
"field_576764": null,
"field_576765": "5",
"field_588463": [
3,
6,
15
],
"field_588540": null
}
]
}
]
}
]
}