1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-19 11:23:52 +00:00
bramw_baserow/backend/templates/lightweight-crm.json

13530 lines
No EOL
682 KiB
JSON

{
"baserow_template_version": 1,
"name": "Lightweight CRM",
"icon": "iconoir-verified-user",
"keywords": [
"CRM",
"Sales",
"Local Business"
],
"categories": [
"Sales and CRM"
],
"export": [
{
"id": 247,
"name": "Lightweight CRM",
"order": 1,
"type": "database",
"tables": [
{
"id": 944,
"name": "Companies",
"order": 1,
"fields": [
{
"id": 9630,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 9631,
"type": "text",
"name": "Address",
"order": 1,
"primary": false,
"text_default": ""
},
{
"id": 9632,
"type": "single_select",
"name": "Industry",
"order": 2,
"primary": false,
"select_options": [
{
"id": 3744,
"value": "Entertainment",
"color": "dark-blue",
"order": 0
},
{
"id": 3745,
"value": "Food Services",
"color": "red",
"order": 1
},
{
"id": 3746,
"value": "Construction",
"color": "orange",
"order": 2
},
{
"id": 3747,
"value": "Financial Services",
"color": "dark-green",
"order": 3
},
{
"id": 3748,
"value": "Automotive",
"color": "gray",
"order": 4
},
{
"id": 3749,
"value": "Technology",
"color": "red",
"order": 5
}
]
},
{
"id": 9633,
"type": "link_row",
"name": "Pipelines",
"order": 3,
"primary": false,
"link_row_table_id": 946,
"link_row_related_field_id": 9656,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 9634,
"type": "url",
"name": "Website",
"order": 4,
"primary": false
},
{
"id": 9635,
"type": "link_row",
"name": "Contacts",
"order": 5,
"primary": false,
"link_row_table_id": 945,
"link_row_related_field_id": 9646,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 9636,
"type": "long_text",
"name": "Notes",
"order": 7,
"primary": false,
"long_text_enable_rich_text": true
},
{
"id": 9637,
"type": "single_select",
"name": "Size",
"order": 8,
"primary": false,
"select_options": [
{
"id": 3750,
"value": "1 - 10",
"color": "light-yellow",
"order": 0
},
{
"id": 3751,
"value": "11 - 50",
"color": "yellow",
"order": 1
},
{
"id": 3752,
"value": "51 - 100",
"color": "yellow",
"order": 2
},
{
"id": 3753,
"value": "101 - 500",
"color": "dark-yellow",
"order": 3
},
{
"id": 3754,
"value": "501 - 1000",
"color": "dark-yellow",
"order": 4
},
{
"id": 3755,
"value": "1K+",
"color": "darker-yellow",
"order": 5
}
]
},
{
"id": 9638,
"type": "rollup",
"name": "Total contract value",
"order": 9,
"primary": false,
"number_decimal_places": 0,
"error": null,
"date_format": null,
"date_time_format": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": false,
"date_show_tzinfo": null,
"duration_format": null,
"date_include_time": null,
"through_field_id": 9633,
"target_field_id": 9660,
"rollup_function": "sum"
},
{
"id": 9639,
"type": "formula",
"name": "Total closed won",
"order": 10,
"primary": false,
"number_decimal_places": 0,
"error": null,
"date_format": null,
"date_time_format": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": false,
"date_show_tzinfo": null,
"duration_format": null,
"date_include_time": null,
"formula": "sum(filter(lookup('Pipelines','Contract Value'),lookup('Pipelines','Stage') = 'Closed Won'))",
"formula_type": "number"
},
{
"id": 9640,
"type": "formula",
"name": "Total closed lost",
"order": 11,
"primary": false,
"number_decimal_places": 0,
"error": null,
"date_format": null,
"date_time_format": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": false,
"date_show_tzinfo": null,
"duration_format": null,
"date_include_time": null,
"formula": "sum(filter(lookup('Pipelines','Contract Value'),lookup('Pipelines','Stage') = 'Closed Lost'))",
"formula_type": "number"
},
{
"id": 9641,
"type": "formula",
"name": "Total in progress",
"order": 12,
"primary": false,
"number_decimal_places": 0,
"error": null,
"date_format": null,
"date_time_format": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": false,
"date_show_tzinfo": null,
"duration_format": null,
"date_include_time": null,
"formula": "sum(filter(lookup('Pipelines','Contract Value'),and(lookup('Pipelines','Stage') != 'Closed Lost',lookup('Pipelines','Stage') != 'Closed Won')))",
"formula_type": "number"
},
{
"id": 9642,
"type": "count",
"name": "Pipelines count",
"order": 13,
"primary": false,
"number_decimal_places": 0,
"error": null,
"date_format": null,
"date_time_format": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": false,
"date_show_tzinfo": null,
"duration_format": null,
"date_include_time": null,
"through_field_id": 9633
},
{
"id": 9643,
"type": "formula",
"name": "Active pipelines count",
"order": 14,
"primary": false,
"number_decimal_places": 0,
"error": null,
"date_format": null,
"date_time_format": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": false,
"date_show_tzinfo": null,
"duration_format": null,
"date_include_time": null,
"formula": "count(filter(lookup('Pipelines','Stage'),and(lookup('Pipelines','Stage') != 'Closed Won',lookup('Pipelines','Stage') != 'Closed Lost')))",
"formula_type": "number"
}
],
"views": [
{
"id": 4407,
"type": "grid",
"name": "All Companies",
"order": 1,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 3687,
"field_id": 9630,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 35370,
"field_id": 9631,
"width": 219,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35371,
"field_id": 9632,
"width": 155,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35372,
"field_id": 9637,
"width": 112,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35373,
"field_id": 9634,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35374,
"field_id": 9636,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35375,
"field_id": 9635,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35376,
"field_id": 9633,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35377,
"field_id": 9642,
"width": 166,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35378,
"field_id": 9643,
"width": 206,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35379,
"field_id": 9638,
"width": 199,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35380,
"field_id": 9639,
"width": 178,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35381,
"field_id": 9640,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35382,
"field_id": 9641,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35383,
"field_id": 9630,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4408,
"type": "grid",
"name": "All Companies grouped by size",
"order": 2,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 3688,
"field_id": 9630,
"order": "ASC"
}
],
"group_bys": [
{
"id": 383,
"field_id": 9637,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 35384,
"field_id": 9631,
"width": 219,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35385,
"field_id": 9632,
"width": 155,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35386,
"field_id": 9637,
"width": 112,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35387,
"field_id": 9634,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35388,
"field_id": 9636,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35389,
"field_id": 9635,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35390,
"field_id": 9633,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35391,
"field_id": 9642,
"width": 166,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35392,
"field_id": 9643,
"width": 206,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35393,
"field_id": 9638,
"width": 199,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35394,
"field_id": 9639,
"width": 178,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35395,
"field_id": 9640,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35396,
"field_id": 9641,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35397,
"field_id": 9630,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4409,
"type": "grid",
"name": "Companies with active pipelines",
"order": 3,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 2522,
"field_id": 9643,
"type": "higher_than",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 3689,
"field_id": 9630,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 35398,
"field_id": 9631,
"width": 219,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35399,
"field_id": 9632,
"width": 155,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35400,
"field_id": 9637,
"width": 112,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35401,
"field_id": 9634,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35402,
"field_id": 9636,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35403,
"field_id": 9635,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35404,
"field_id": 9633,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35405,
"field_id": 9642,
"width": 166,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35406,
"field_id": 9643,
"width": 206,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35407,
"field_id": 9638,
"width": 199,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35408,
"field_id": 9639,
"width": 178,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35409,
"field_id": 9640,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35410,
"field_id": 9641,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35411,
"field_id": 9630,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2024-05-02T11:02:20.536551+00:00",
"updated_on": "2024-05-03T06:43:00.883633+00:00",
"last_modified_by": "frederik@baserow.io",
"field_9630": "Acme Inc.",
"field_9631": "San Francisco, CA",
"field_9632": 3746,
"field_9633": [
1,
5,
7,
9
],
"field_9634": "https://acme.inc",
"field_9635": [
2,
5
],
"field_9636": "Acme Inc., headquartered in the bustling city of San Francisco, California, specializes in the construction industry. With a compact team ranging from 1 to 10 members, Acme Inc. is renowned for its innovative approaches to construction projects, delivering top-notch quality and exceeding client expectations consistently. From residential developments to commercial ventures, Acme Inc. prides itself on its commitment to excellence and customer satisfaction.",
"field_9637": 3750,
"field_9638": null,
"field_9639": null,
"field_9640": null,
"field_9641": null,
"field_9642": null,
"field_9643": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2024-05-02T11:02:20.537213+00:00",
"updated_on": "2024-05-03T06:43:10.087996+00:00",
"last_modified_by": "frederik@baserow.io",
"field_9630": "Makers Co.",
"field_9631": "New York, NY",
"field_9632": 3749,
"field_9633": [
3,
10
],
"field_9634": "https://makers.co",
"field_9635": [
4
],
"field_9636": "Based in the vibrant city of New York, Makers Co. is a dynamic technology company that thrives on innovation and creativity. With a team size ranging from 11 to 50 individuals, Makers Co. is at the forefront of developing cutting-edge solutions that push the boundaries of technology. Whether it's software development, hardware engineering, or IoT solutions, Makers Co. is dedicated to shaping the future through technology, one breakthrough at a time.",
"field_9637": 3751,
"field_9638": null,
"field_9639": null,
"field_9640": null,
"field_9641": null,
"field_9642": null,
"field_9643": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2024-05-02T11:02:20.537647+00:00",
"updated_on": "2024-05-03T06:43:18.337945+00:00",
"last_modified_by": "frederik@baserow.io",
"field_9630": "Orange LLC.",
"field_9631": "Austin, TX",
"field_9632": 3745,
"field_9633": [
4
],
"field_9634": "https://oran.ge",
"field_9635": [
3,
6,
10
],
"field_9636": "Hailing from the lively city of Austin, Texas, Orange LLC. is a prominent player in the food services industry. With a robust team comprising 101 to 500 members, Orange LLC. is known for its commitment to culinary excellence and customer satisfaction. From gourmet dining experiences to catering services, Orange LLC. delights taste buds and creates memorable dining experiences for clients and customers alike.",
"field_9637": 3753,
"field_9638": null,
"field_9639": null,
"field_9640": null,
"field_9641": null,
"field_9642": null,
"field_9643": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2024-05-02T11:02:20.538207+00:00",
"updated_on": "2024-05-03T06:43:25.573145+00:00",
"last_modified_by": "frederik@baserow.io",
"field_9630": "Smile Bros.",
"field_9631": "Sacramento, CA",
"field_9632": 3744,
"field_9633": [
2,
6,
8
],
"field_9634": "https://smilebros.com",
"field_9635": [
1,
7
],
"field_9636": "Smile Bros., headquartered in the sunny city of Sacramento, California, is a dynamic player in the entertainment industry. With a team size ranging from 11 to 50 individuals, Smile Bros. specializes in creating joy and laughter through its diverse entertainment offerings. From live performances to digital content creation, Smile Bros. captivates audiences of all ages with its innovative and engaging entertainment experiences.",
"field_9637": 3751,
"field_9638": null,
"field_9639": null,
"field_9640": null,
"field_9641": null,
"field_9642": null,
"field_9643": null
}
]
},
{
"id": 945,
"name": "Contacts",
"order": 2,
"fields": [
{
"id": 9644,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 9645,
"type": "text",
"name": "Title",
"order": 1,
"primary": false,
"text_default": ""
},
{
"id": 9646,
"type": "link_row",
"name": "Company",
"order": 3,
"primary": false,
"link_row_table_id": 944,
"link_row_related_field_id": 9635,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 9647,
"type": "email",
"name": "Email",
"order": 4,
"primary": false
},
{
"id": 9648,
"type": "phone_number",
"name": "Phone",
"order": 5,
"primary": false
},
{
"id": 9649,
"type": "link_row",
"name": "Activities",
"order": 6,
"primary": false,
"link_row_table_id": 947,
"link_row_related_field_id": 9669,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 9650,
"type": "url",
"name": "LinkedIn",
"order": 8,
"primary": false
},
{
"id": 9651,
"type": "count",
"name": "Activities count",
"order": 9,
"primary": false,
"number_decimal_places": 0,
"error": null,
"date_format": null,
"date_time_format": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": false,
"date_show_tzinfo": null,
"duration_format": null,
"date_include_time": null,
"through_field_id": 9649
},
{
"id": 9652,
"type": "rollup",
"name": "Last activity",
"order": 10,
"primary": false,
"number_decimal_places": null,
"error": null,
"date_format": "ISO",
"date_time_format": "24",
"array_formula_type": null,
"date_force_timezone": null,
"nullable": true,
"date_show_tzinfo": false,
"duration_format": null,
"date_include_time": false,
"through_field_id": 9649,
"target_field_id": 9670,
"rollup_function": "max"
},
{
"id": 9653,
"type": "rollup",
"name": "Company name",
"order": 11,
"primary": false,
"number_decimal_places": null,
"error": null,
"date_format": null,
"date_time_format": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": true,
"date_show_tzinfo": null,
"duration_format": null,
"date_include_time": null,
"through_field_id": 9646,
"target_field_id": 9630,
"rollup_function": "min"
},
{
"id": 9654,
"type": "formula",
"name": "Employee",
"order": 12,
"primary": false,
"number_decimal_places": null,
"error": null,
"date_format": null,
"date_time_format": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": false,
"date_show_tzinfo": null,
"duration_format": null,
"date_include_time": null,
"formula": "join(lookup('Activities','Employee email'),' ')",
"formula_type": "text"
}
],
"views": [
{
"id": 4410,
"type": "grid",
"name": "All Contacts",
"order": 1,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 3690,
"field_id": 9644,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 35412,
"field_id": 9644,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35413,
"field_id": 9645,
"width": 160,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35414,
"field_id": 9646,
"width": 159,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35415,
"field_id": 9653,
"width": 200,
"hidden": true,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35416,
"field_id": 9647,
"width": 173,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35417,
"field_id": 9648,
"width": 127,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35418,
"field_id": 9650,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35419,
"field_id": 9649,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35420,
"field_id": 9654,
"width": 296,
"hidden": true,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35421,
"field_id": 9651,
"width": 172,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35422,
"field_id": 9652,
"width": 152,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4411,
"type": "grid",
"name": "Contacts without recent activity",
"order": 2,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 2523,
"field_id": 9652,
"type": "date_equals_months_ago",
"value": "Europe/Brussels?1",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 3691,
"field_id": 9644,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 35423,
"field_id": 9644,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35424,
"field_id": 9645,
"width": 160,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35425,
"field_id": 9646,
"width": 159,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35426,
"field_id": 9653,
"width": 200,
"hidden": true,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35427,
"field_id": 9647,
"width": 173,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35428,
"field_id": 9648,
"width": 127,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35429,
"field_id": 9650,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35430,
"field_id": 9649,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35431,
"field_id": 9651,
"width": 172,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35432,
"field_id": 9652,
"width": 152,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35433,
"field_id": 9654,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4412,
"type": "grid",
"name": "All Contacts grouped by company",
"order": 3,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 3692,
"field_id": 9644,
"order": "ASC"
}
],
"group_bys": [
{
"id": 384,
"field_id": 9653,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 35434,
"field_id": 9644,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35435,
"field_id": 9645,
"width": 160,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35436,
"field_id": 9646,
"width": 159,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35437,
"field_id": 9653,
"width": 200,
"hidden": true,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35438,
"field_id": 9647,
"width": 173,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35439,
"field_id": 9648,
"width": 127,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35440,
"field_id": 9650,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35441,
"field_id": 9649,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35442,
"field_id": 9651,
"width": 172,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35443,
"field_id": 9652,
"width": 152,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35444,
"field_id": 9654,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4413,
"type": "form",
"name": "Add contact",
"order": 4,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"public": true,
"title": "Add a new contact",
"description": "",
"cover_image": null,
"logo_image": null,
"submit_text": "Add new contact",
"submit_action": "REDIRECT",
"submit_action_message": "",
"submit_action_redirect_url": "http://crm.localhost/contacts/{row_id}",
"field_options": [
{
"id": 4865,
"field_id": 9644,
"name": "",
"description": "Lastname and firstname of the contact",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 4866,
"field_id": 9645,
"name": "",
"description": "Job role",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 4867,
"field_id": 9646,
"name": "",
"description": "Select the company from the list",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 4868,
"field_id": 9647,
"name": "",
"description": "E-mail address of the contact",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 4869,
"field_id": 9648,
"name": "",
"description": "Direct phone number or mobile phone number of the contact",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 4870,
"field_id": 9649,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 4871,
"field_id": 9650,
"name": "",
"description": "Full url to the LinkedIn profile of the contact",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 4872,
"field_id": 9651,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 4873,
"field_id": 9652,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 4874,
"field_id": 9653,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 4875,
"field_id": 9654,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2024-05-02T11:02:20.541318+00:00",
"updated_on": "2024-05-02T18:13:42.458515+00:00",
"last_modified_by": "frederik@baserow.io",
"field_9644": "John Tagliafero",
"field_9645": "CEO",
"field_9646": [
4
],
"field_9647": "john@smilebros.com",
"field_9648": "(508) 398-0845",
"field_9649": [
3,
4,
7,
10
],
"field_9650": "https://www.linkedin.com/in/profile",
"field_9651": null,
"field_9652": null,
"field_9653": null,
"field_9654": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2024-05-02T11:02:20.541911+00:00",
"updated_on": "2024-05-02T18:13:46.261865+00:00",
"last_modified_by": "frederik@baserow.io",
"field_9644": "Wayne Smith",
"field_9645": "Head of Operations",
"field_9646": [
1
],
"field_9647": "wayne@acme.inc",
"field_9648": "(803) 996-6704",
"field_9649": [
5,
6
],
"field_9650": "https://www.linkedin.com/in/profile",
"field_9651": null,
"field_9652": null,
"field_9653": null,
"field_9654": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2024-05-02T11:02:20.542360+00:00",
"updated_on": "2024-05-02T18:13:46.729847+00:00",
"last_modified_by": "frederik@baserow.io",
"field_9644": "Sara Winter",
"field_9645": "VP of Sales",
"field_9646": [
3
],
"field_9647": "sara@oran.ge",
"field_9648": "(269) 445-2068",
"field_9649": [
2,
9
],
"field_9650": "https://www.linkedin.com/in/profile",
"field_9651": null,
"field_9652": null,
"field_9653": null,
"field_9654": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2024-05-02T11:02:20.542780+00:00",
"updated_on": "2024-05-02T18:13:47.139959+00:00",
"last_modified_by": "frederik@baserow.io",
"field_9644": "Cindy Crowford",
"field_9645": "Head of Marketing",
"field_9646": [
2
],
"field_9647": "cindy@makers.co",
"field_9648": "(406) 892-0740",
"field_9649": [
1,
11,
15
],
"field_9650": "https://www.linkedin.com/in/profile",
"field_9651": null,
"field_9652": null,
"field_9653": null,
"field_9654": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2024-05-02T18:10:09.921085+00:00",
"updated_on": "2024-05-02T18:13:47.536926+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9644": "Eugene Keith",
"field_9645": "CEO",
"field_9646": [
1
],
"field_9647": "eugene@acme.inc",
"field_9648": "(541) 884-3680",
"field_9649": [
12
],
"field_9650": "https://www.linkedin.com/in/profile",
"field_9651": null,
"field_9652": null,
"field_9653": null,
"field_9654": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2024-05-02T18:10:11.418340+00:00",
"updated_on": "2024-05-02T18:13:47.909763+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9644": "Gladys P. Burchfield",
"field_9645": "Sales manager",
"field_9646": [
3
],
"field_9647": "gladys@oran.ge",
"field_9648": "(317) 996-2721",
"field_9649": [
8
],
"field_9650": "https://www.linkedin.com/in/profile",
"field_9651": null,
"field_9652": null,
"field_9653": null,
"field_9654": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2024-05-02T18:10:11.418381+00:00",
"updated_on": "2024-05-02T18:13:48.315170+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9644": "Amy Wyllie",
"field_9645": "Financial director",
"field_9646": [
4
],
"field_9647": "amy@smilebros.com",
"field_9648": "(508) 398-0848",
"field_9649": [
13,
14,
16
],
"field_9650": "https://www.linkedin.com/in/profile",
"field_9651": null,
"field_9652": null,
"field_9653": null,
"field_9654": null
}
]
},
{
"id": 946,
"name": "Pipelines",
"order": 3,
"fields": [
{
"id": 9655,
"type": "text",
"name": "Opportunity",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 9656,
"type": "link_row",
"name": "Company",
"order": 1,
"primary": false,
"link_row_table_id": 944,
"link_row_related_field_id": 9633,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 9657,
"type": "long_text",
"name": "Description",
"order": 2,
"primary": false,
"long_text_enable_rich_text": false
},
{
"id": 9658,
"type": "single_select",
"name": "Stage",
"order": 3,
"primary": false,
"select_options": [
{
"id": 3756,
"value": "Qualified",
"color": "green",
"order": 0
},
{
"id": 3757,
"value": "Follow-Up",
"color": "orange",
"order": 1
},
{
"id": 3758,
"value": "Negotiation",
"color": "red",
"order": 2
},
{
"id": 3759,
"value": "Contract Sent",
"color": "blue",
"order": 3
},
{
"id": 3760,
"value": "Closed Won",
"color": "dark-green",
"order": 4
},
{
"id": 3761,
"value": "Closed Lost",
"color": "dark-gray",
"order": 5
}
]
},
{
"id": 9659,
"type": "date",
"name": "Expected Close Date",
"order": 4,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 9660,
"type": "number",
"name": "Contract Value",
"order": 5,
"primary": false,
"number_decimal_places": 0,
"number_negative": false
},
{
"id": 9661,
"type": "long_text",
"name": "Notes",
"order": 6,
"primary": false,
"long_text_enable_rich_text": true
},
{
"id": 9662,
"type": "link_row",
"name": "Activities",
"order": 7,
"primary": false,
"link_row_table_id": 947,
"link_row_related_field_id": 9672,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 9663,
"type": "link_row",
"name": "Owner",
"order": 8,
"primary": false,
"link_row_table_id": 948,
"link_row_related_field_id": 9682,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 9664,
"type": "rollup",
"name": "Company name",
"order": 9,
"primary": false,
"number_decimal_places": null,
"error": null,
"date_format": null,
"date_time_format": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": true,
"date_show_tzinfo": null,
"duration_format": null,
"date_include_time": null,
"through_field_id": 9656,
"target_field_id": 9630,
"rollup_function": "min"
},
{
"id": 9665,
"type": "count",
"name": "Activities count",
"order": 10,
"primary": false,
"number_decimal_places": 0,
"error": null,
"date_format": null,
"date_time_format": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": false,
"date_show_tzinfo": null,
"duration_format": null,
"date_include_time": null,
"through_field_id": 9662
},
{
"id": 9666,
"type": "rollup",
"name": "Owner name",
"order": 11,
"primary": false,
"number_decimal_places": null,
"error": null,
"date_format": null,
"date_time_format": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": true,
"date_show_tzinfo": null,
"duration_format": null,
"date_include_time": null,
"through_field_id": 9663,
"target_field_id": 9679,
"rollup_function": "min"
},
{
"id": 9667,
"type": "formula",
"name": "Owner e-mail",
"order": 12,
"primary": false,
"number_decimal_places": null,
"error": null,
"date_format": null,
"date_time_format": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": true,
"date_show_tzinfo": null,
"duration_format": null,
"date_include_time": null,
"formula": "min(lookup('Owner','Email'))",
"formula_type": "char"
}
],
"views": [
{
"id": 4414,
"type": "grid",
"name": "All Pipelines",
"order": 1,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 3693,
"field_id": 9659,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 35445,
"field_id": 9655,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35446,
"field_id": 9656,
"width": 133,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35447,
"field_id": 9664,
"width": 200,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35448,
"field_id": 9657,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35449,
"field_id": 9658,
"width": 147,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35450,
"field_id": 9659,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35451,
"field_id": 9660,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35452,
"field_id": 9661,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35453,
"field_id": 9662,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35454,
"field_id": 9665,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35455,
"field_id": 9663,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35456,
"field_id": 9667,
"width": 200,
"hidden": true,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35457,
"field_id": 9666,
"width": 200,
"hidden": true,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4415,
"type": "grid",
"name": "All Pipelines grouped by company",
"order": 2,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 3694,
"field_id": 9659,
"order": "ASC"
}
],
"group_bys": [
{
"id": 385,
"field_id": 9664,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 35458,
"field_id": 9655,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35459,
"field_id": 9656,
"width": 133,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35460,
"field_id": 9664,
"width": 200,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35461,
"field_id": 9657,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35462,
"field_id": 9658,
"width": 147,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35463,
"field_id": 9659,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35464,
"field_id": 9660,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35465,
"field_id": 9661,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35466,
"field_id": 9662,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35467,
"field_id": 9665,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35468,
"field_id": 9663,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35469,
"field_id": 9666,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35470,
"field_id": 9667,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4416,
"type": "grid",
"name": "All Pipelines grouped by owner",
"order": 3,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 3695,
"field_id": 9659,
"order": "ASC"
}
],
"group_bys": [
{
"id": 386,
"field_id": 9666,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 35471,
"field_id": 9655,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35472,
"field_id": 9656,
"width": 133,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35473,
"field_id": 9664,
"width": 200,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35474,
"field_id": 9657,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35475,
"field_id": 9658,
"width": 147,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35476,
"field_id": 9659,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35477,
"field_id": 9660,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35478,
"field_id": 9661,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35479,
"field_id": 9662,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35480,
"field_id": 9665,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35481,
"field_id": 9663,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35482,
"field_id": 9666,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35483,
"field_id": 9667,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4417,
"type": "grid",
"name": "Pipelines without activities",
"order": 4,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 2524,
"field_id": 9665,
"type": "equal",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 3696,
"field_id": 9659,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 35484,
"field_id": 9655,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35485,
"field_id": 9656,
"width": 133,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35486,
"field_id": 9664,
"width": 200,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35487,
"field_id": 9657,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35488,
"field_id": 9658,
"width": 147,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35489,
"field_id": 9659,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35490,
"field_id": 9660,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35491,
"field_id": 9661,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35492,
"field_id": 9662,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35493,
"field_id": 9665,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35494,
"field_id": 9663,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35495,
"field_id": 9666,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35496,
"field_id": 9667,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4418,
"type": "grid",
"name": "Pipelines with high contract values",
"order": 5,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 2525,
"field_id": 9660,
"type": "higher_than_or_equal",
"value": "10000",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 3697,
"field_id": 9659,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 35497,
"field_id": 9655,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35498,
"field_id": 9656,
"width": 133,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35499,
"field_id": 9664,
"width": 200,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35500,
"field_id": 9657,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35501,
"field_id": 9658,
"width": 147,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35502,
"field_id": 9659,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35503,
"field_id": 9660,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35504,
"field_id": 9661,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35505,
"field_id": 9662,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35506,
"field_id": 9665,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35507,
"field_id": 9663,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35508,
"field_id": 9666,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35509,
"field_id": 9667,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4419,
"type": "kanban",
"name": "All pipelines stacked by stage",
"order": 6,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"decorations": [],
"public": false,
"single_select_field_id": 9658,
"field_options": [
{
"id": 6687,
"field_id": 9655,
"hidden": false,
"order": 32767
},
{
"id": 6688,
"field_id": 9656,
"hidden": false,
"order": 32767
},
{
"id": 6689,
"field_id": 9657,
"hidden": false,
"order": 32767
},
{
"id": 6690,
"field_id": 9658,
"hidden": true,
"order": 32767
},
{
"id": 6691,
"field_id": 9659,
"hidden": false,
"order": 32767
},
{
"id": 6692,
"field_id": 9660,
"hidden": false,
"order": 32767
},
{
"id": 6693,
"field_id": 9661,
"hidden": true,
"order": 32767
},
{
"id": 6694,
"field_id": 9662,
"hidden": true,
"order": 32767
},
{
"id": 6695,
"field_id": 9663,
"hidden": false,
"order": 32767
},
{
"id": 6696,
"field_id": 9664,
"hidden": true,
"order": 32767
},
{
"id": 6697,
"field_id": 9665,
"hidden": true,
"order": 32767
},
{
"id": 6698,
"field_id": 9666,
"hidden": true,
"order": 32767
}
]
},
{
"id": 4420,
"type": "calendar",
"name": "All pipelines in calendar view",
"order": 7,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"decorations": [
{
"id": 1737,
"type": "left_border_color",
"value_provider_type": "single_select_color",
"value_provider_conf": {
"field_id": 9658
},
"order": 1
}
],
"public": false,
"date_field_id": 9659,
"field_options": [
{
"id": 1154,
"field_id": 9655,
"hidden": false,
"order": 32767
},
{
"id": 1155,
"field_id": 9656,
"hidden": true,
"order": 32767
},
{
"id": 1156,
"field_id": 9657,
"hidden": true,
"order": 32767
},
{
"id": 1157,
"field_id": 9658,
"hidden": true,
"order": 32767
},
{
"id": 1158,
"field_id": 9659,
"hidden": true,
"order": 32767
},
{
"id": 1159,
"field_id": 9660,
"hidden": true,
"order": 32767
},
{
"id": 1160,
"field_id": 9661,
"hidden": true,
"order": 32767
},
{
"id": 1161,
"field_id": 9662,
"hidden": true,
"order": 32767
},
{
"id": 1162,
"field_id": 9663,
"hidden": true,
"order": 32767
},
{
"id": 1163,
"field_id": 9664,
"hidden": true,
"order": 32767
},
{
"id": 1164,
"field_id": 9665,
"hidden": true,
"order": 32767
},
{
"id": 1165,
"field_id": 9666,
"hidden": true,
"order": 32767
}
]
},
{
"id": 4421,
"type": "form",
"name": "Add pipeline",
"order": 8,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"public": true,
"title": "Add new pipeline",
"description": "",
"cover_image": null,
"logo_image": null,
"submit_text": "Submit",
"submit_action": "REDIRECT",
"submit_action_message": "",
"submit_action_redirect_url": "http://crm.localhost/pipelines/{row_id}",
"field_options": [
{
"id": 4876,
"field_id": 9655,
"name": "",
"description": "A short title for the pipeline",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 4877,
"field_id": 9656,
"name": "",
"description": "Select the company from the list",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 4878,
"field_id": 9657,
"name": "",
"description": "Describe the opportunity",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 4879,
"field_id": 9658,
"name": "",
"description": "Select the stage the pipeline starts with. This can be either Qualified or Follow up",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 4880,
"field_id": 9659,
"name": "",
"description": "An assumption of the data where the pipeline can be closed",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 4881,
"field_id": 9660,
"name": "",
"description": "The estimated value of the contract",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 4882,
"field_id": 9661,
"name": "",
"description": "Any notes that are useful for the pipeline. These notes can be updated through the process.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 4883,
"field_id": 9662,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 4884,
"field_id": 9663,
"name": "",
"description": "",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 4885,
"field_id": 9664,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 4886,
"field_id": 9665,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 4887,
"field_id": 9666,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 4888,
"field_id": 9667,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2024-05-02T11:02:20.548124+00:00",
"updated_on": "2024-05-03T06:54:27.610039+00:00",
"last_modified_by": "frederik@baserow.io",
"field_9655": "Website Redesign",
"field_9656": [
1
],
"field_9657": "Redesign of old WordPress website",
"field_9658": 3756,
"field_9659": "2024-08-21",
"field_9660": "1000",
"field_9661": "- Conduct thorough analysis of current website performance and user feedback.\n- Incorporate modern design elements and enhance user experience.\n- Optimize website for mobile responsiveness and faster load times.",
"field_9662": [
6
],
"field_9663": [
1
],
"field_9664": null,
"field_9665": null,
"field_9666": null,
"field_9667": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2024-05-02T11:02:20.548629+00:00",
"updated_on": "2024-05-03T06:54:36.520457+00:00",
"last_modified_by": "frederik@baserow.io",
"field_9655": "Video Production for events",
"field_9656": [
4
],
"field_9657": "Production of video campaign for new product",
"field_9658": 3757,
"field_9659": "2024-09-21",
"field_9660": "12000",
"field_9661": "- Collaborate with client to define video campaign objectives and target audience.\n- Develop creative concepts and storyboard for the video campaign.\n- Coordinate filming schedules, locations, and talent casting.",
"field_9662": [],
"field_9663": [
3
],
"field_9664": null,
"field_9665": null,
"field_9666": null,
"field_9667": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2024-05-02T11:02:20.549071+00:00",
"updated_on": "2024-05-03T06:54:45.834960+00:00",
"last_modified_by": "frederik@baserow.io",
"field_9655": "Designing a new Landing Page",
"field_9656": [
2
],
"field_9657": "Build Makers Landing Page with Jamstack",
"field_9658": 3758,
"field_9659": "2024-06-27",
"field_9660": "5000",
"field_9661": "- Utilize Jamstack architecture for fast and secure website performance.\n- Design landing page to highlight key product features and benefits.\n- Implement A/B testing to optimize conversion rates.",
"field_9662": [
1,
11,
15
],
"field_9663": [
3
],
"field_9664": null,
"field_9665": null,
"field_9666": null,
"field_9667": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2024-05-02T11:02:20.549462+00:00",
"updated_on": "2024-05-03T14:45:12.641264+00:00",
"last_modified_by": "frederik@baserow.io",
"field_9655": "Photo Shooting for product catalog",
"field_9656": [
3
],
"field_9657": "New Photo Album",
"field_9658": 3760,
"field_9659": "2024-05-12",
"field_9660": "4500",
"field_9661": "- Curate product selection for photo shoot based on catalog requirements.\n- Hire professional photographers and stylists to capture high-quality images.\n- Edit and retouch photos to maintain brand consistency and aesthetics.\n\nAdd additional info",
"field_9662": [
2,
8,
9
],
"field_9663": [
2
],
"field_9664": null,
"field_9665": null,
"field_9666": null,
"field_9667": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2024-05-02T18:14:19.859463+00:00",
"updated_on": "2024-05-03T06:55:04.994505+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9655": "Brand Identity Development",
"field_9656": [
1
],
"field_9657": "Create a unique brand identity including logo",
"field_9658": 3760,
"field_9659": "2024-04-10",
"field_9660": "6700",
"field_9661": "- Conduct brand discovery sessions to understand client's vision, values, and target audience.\n- Develop brand assets including logo, color palette, and typography.\n- Create brand style guide to ensure consistent brand representation across all channels.",
"field_9662": [],
"field_9663": [
1
],
"field_9664": null,
"field_9665": null,
"field_9666": null,
"field_9667": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2024-05-02T18:16:00.686971+00:00",
"updated_on": "2024-05-03T06:55:21.010853+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9655": "Social Media Marketing Campaign",
"field_9656": [
4
],
"field_9657": "Plan and execute a targeted social media campaign to increase brand visibility",
"field_9658": 3756,
"field_9659": "2024-10-24",
"field_9660": "14500",
"field_9661": "- Conduct audience research to identify target demographics and preferences.\n- Develop engaging content tailored for each social media platform.\n- Monitor campaign performance and adjust strategies based on analytics.",
"field_9662": [
3,
4,
10,
13
],
"field_9663": [
2
],
"field_9664": null,
"field_9665": null,
"field_9666": null,
"field_9667": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2024-05-02T18:16:00.687033+00:00",
"updated_on": "2024-05-03T06:55:23.853359+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9655": "Branding Workshop Facilitation",
"field_9656": [
1
],
"field_9657": "Facilitate a workshop to help the client define their brand identity and positioning",
"field_9658": 3757,
"field_9659": "2024-07-18",
"field_9660": "19000",
"field_9661": "- Structure workshop agenda to cover brand positioning, messaging, and visual identity.\n- Encourage client participation through interactive exercises and brainstorming sessions.\n- Provide actionable insights and recommendations to guide brand development process.",
"field_9662": [
5,
12
],
"field_9663": [
3
],
"field_9664": null,
"field_9665": null,
"field_9666": null,
"field_9667": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2024-05-02T18:16:00.687049+00:00",
"updated_on": "2024-05-03T06:55:32.611764+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9655": "Digital Advertising Campaign Management",
"field_9656": [
4
],
"field_9657": "Manage and optimize digital advertising campaigns across various platforms",
"field_9658": 3758,
"field_9659": "2024-06-05",
"field_9660": "3400",
"field_9661": "- Set clear campaign objectives and KPIs aligned with business goals.\n- Utilize data-driven insights to target relevant audiences and optimize ad spend.\n- Monitor campaign performance in real-time and implement adjustments for maximum ROI.",
"field_9662": [
7,
14,
16
],
"field_9663": [
2
],
"field_9664": null,
"field_9665": null,
"field_9666": null,
"field_9667": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2024-05-02T18:16:00.687060+00:00",
"updated_on": "2024-05-03T06:55:40.814012+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9655": "Market Entry Strategy Consulting",
"field_9656": [
1
],
"field_9657": "Provide strategic guidance for the client's entry into a new market or industry",
"field_9658": 3761,
"field_9659": "2024-05-12",
"field_9660": "8700",
"field_9661": "- Conduct market research and analysis to identify opportunities and challenges.\n- Develop market entry strategy including market segmentation, pricing, and distribution channels.\n- Provide ongoing support and guidance to ensure successful market entry and expansion.",
"field_9662": [],
"field_9663": [
1
],
"field_9664": null,
"field_9665": null,
"field_9666": null,
"field_9667": null
}
]
},
{
"id": 947,
"name": "Activities",
"order": 4,
"fields": [
{
"id": 9668,
"type": "single_select",
"name": "Activity",
"order": 0,
"primary": true,
"select_options": [
{
"id": 3762,
"value": "Lunch",
"color": "dark-orange",
"order": 0
},
{
"id": 3763,
"value": "Meeting",
"color": "light-red",
"order": 1
},
{
"id": 3764,
"value": "Task",
"color": "dark-green",
"order": 2
},
{
"id": 3765,
"value": "Email",
"color": "dark-green",
"order": 3
},
{
"id": 3766,
"value": "Phone Call",
"color": "dark-blue",
"order": 4
},
{
"id": 3767,
"value": "Deadline",
"color": "dark-red",
"order": 5
}
]
},
{
"id": 9669,
"type": "link_row",
"name": "Contact",
"order": 4,
"primary": false,
"link_row_table_id": 945,
"link_row_related_field_id": 9649,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 9670,
"type": "date",
"name": "Date",
"order": 5,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 9671,
"type": "long_text",
"name": "Notes",
"order": 6,
"primary": false,
"long_text_enable_rich_text": true
},
{
"id": 9672,
"type": "link_row",
"name": "Pipeline",
"order": 7,
"primary": false,
"link_row_table_id": 946,
"link_row_related_field_id": 9662,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 9673,
"type": "rollup",
"name": "Contacts name",
"order": 8,
"primary": false,
"number_decimal_places": null,
"error": null,
"date_format": null,
"date_time_format": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": true,
"date_show_tzinfo": null,
"duration_format": null,
"date_include_time": null,
"through_field_id": 9669,
"target_field_id": 9644,
"rollup_function": "min"
},
{
"id": 9674,
"type": "rollup",
"name": "Pipeline name",
"order": 9,
"primary": false,
"number_decimal_places": null,
"error": null,
"date_format": null,
"date_time_format": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": true,
"date_show_tzinfo": null,
"duration_format": null,
"date_include_time": null,
"through_field_id": 9672,
"target_field_id": 9655,
"rollup_function": "min"
},
{
"id": 9675,
"type": "lookup",
"name": "Employee",
"order": 10,
"primary": false,
"number_decimal_places": null,
"error": null,
"date_format": null,
"date_time_format": null,
"array_formula_type": "text",
"date_force_timezone": null,
"nullable": true,
"date_show_tzinfo": null,
"duration_format": null,
"date_include_time": null,
"through_field_id": 9672,
"through_field_name": "Pipeline",
"target_field_id": 9663,
"target_field_name": "Owner"
},
{
"id": 9676,
"type": "formula",
"name": "Employee email",
"order": 11,
"primary": false,
"number_decimal_places": null,
"error": null,
"date_format": null,
"date_time_format": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": true,
"date_show_tzinfo": null,
"duration_format": null,
"date_include_time": null,
"formula": "min(lookup('Pipeline','Owner e-mail'))",
"formula_type": "char"
},
{
"id": 9677,
"type": "formula",
"name": "Employee name",
"order": 12,
"primary": false,
"number_decimal_places": null,
"error": null,
"date_format": null,
"date_time_format": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": true,
"date_show_tzinfo": null,
"duration_format": null,
"date_include_time": null,
"formula": "min(lookup('Pipeline','Owner'))",
"formula_type": "text"
},
{
"id": 9678,
"type": "file",
"name": "Attachment",
"order": 13,
"primary": false
}
],
"views": [
{
"id": 4422,
"type": "grid",
"name": "All Activities",
"order": 1,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 3698,
"field_id": 9670,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 35510,
"field_id": 9669,
"width": 164,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35511,
"field_id": 9673,
"width": 200,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35512,
"field_id": 9672,
"width": 200,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35513,
"field_id": 9674,
"width": 200,
"hidden": true,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35514,
"field_id": 9668,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35515,
"field_id": 9670,
"width": 125,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35516,
"field_id": 9671,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35517,
"field_id": 9675,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35518,
"field_id": 9676,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35519,
"field_id": 9677,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35520,
"field_id": 9678,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4423,
"type": "grid",
"name": "Upcoming activities",
"order": 2,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 2526,
"field_id": 9670,
"type": "date_after_today",
"value": "Europe/Brussels?",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 3699,
"field_id": 9670,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 35521,
"field_id": 9669,
"width": 164,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35522,
"field_id": 9673,
"width": 200,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35523,
"field_id": 9672,
"width": 200,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35524,
"field_id": 9675,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35525,
"field_id": 9676,
"width": 200,
"hidden": true,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35526,
"field_id": 9677,
"width": 200,
"hidden": true,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35527,
"field_id": 9674,
"width": 200,
"hidden": true,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35528,
"field_id": 9668,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35529,
"field_id": 9670,
"width": 125,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35530,
"field_id": 9671,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35531,
"field_id": 9678,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4424,
"type": "grid",
"name": "All Activities grouped by pipeline",
"order": 3,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 3700,
"field_id": 9670,
"order": "ASC"
}
],
"group_bys": [
{
"id": 387,
"field_id": 9674,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 35532,
"field_id": 9669,
"width": 164,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35533,
"field_id": 9673,
"width": 200,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35534,
"field_id": 9672,
"width": 200,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35535,
"field_id": 9674,
"width": 200,
"hidden": true,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35536,
"field_id": 9668,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35537,
"field_id": 9670,
"width": 125,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35538,
"field_id": 9671,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35539,
"field_id": 9675,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35540,
"field_id": 9676,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35541,
"field_id": 9677,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35542,
"field_id": 9678,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4425,
"type": "grid",
"name": "All Activities grouped by contacts",
"order": 4,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 3701,
"field_id": 9670,
"order": "ASC"
}
],
"group_bys": [
{
"id": 388,
"field_id": 9673,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 35543,
"field_id": 9669,
"width": 164,
"hidden": true,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35544,
"field_id": 9673,
"width": 200,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35545,
"field_id": 9672,
"width": 200,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35546,
"field_id": 9674,
"width": 200,
"hidden": true,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35547,
"field_id": 9668,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35548,
"field_id": 9670,
"width": 125,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35549,
"field_id": 9671,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35550,
"field_id": 9675,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35551,
"field_id": 9676,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35552,
"field_id": 9677,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35553,
"field_id": 9678,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4426,
"type": "calendar",
"name": "All activities in a calendar view",
"order": 5,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"decorations": [
{
"id": 1738,
"type": "left_border_color",
"value_provider_type": "single_select_color",
"value_provider_conf": {
"field_id": 9668
},
"order": 1
}
],
"public": false,
"date_field_id": 9670,
"field_options": [
{
"id": 1166,
"field_id": 9668,
"hidden": false,
"order": 1
},
{
"id": 1167,
"field_id": 9672,
"hidden": false,
"order": 2
},
{
"id": 1168,
"field_id": 9669,
"hidden": false,
"order": 3
},
{
"id": 1169,
"field_id": 9670,
"hidden": true,
"order": 4
},
{
"id": 1170,
"field_id": 9671,
"hidden": true,
"order": 5
},
{
"id": 1171,
"field_id": 9673,
"hidden": true,
"order": 6
},
{
"id": 1172,
"field_id": 9674,
"hidden": true,
"order": 7
}
]
},
{
"id": 4427,
"type": "form",
"name": "Add activity",
"order": 6,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"public": true,
"title": "Add a new activity",
"description": "",
"cover_image": null,
"logo_image": null,
"submit_text": "Add activity",
"submit_action": "REDIRECT",
"submit_action_message": "",
"submit_action_redirect_url": "http://crm.localhost/activities/{row_id}",
"field_options": [
{
"id": 4889,
"field_id": 9668,
"name": "",
"description": "Select the type of activty",
"enabled": true,
"required": true,
"order": 0,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 4890,
"field_id": 9669,
"name": "",
"description": "Select the contact",
"enabled": true,
"required": true,
"order": 1,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 4891,
"field_id": 9672,
"name": "",
"description": "Select the associated pipeline",
"enabled": true,
"required": true,
"order": 2,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 4892,
"field_id": 9670,
"name": "",
"description": "Enter the date of the activity in the format yyy-mm-dd",
"enabled": true,
"required": true,
"order": 3,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 4893,
"field_id": 9671,
"name": "",
"description": "Offer a short summary for the activity: what is the purpose, discussion points,...",
"enabled": true,
"required": true,
"order": 4,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 4894,
"field_id": 9673,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 5,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 4895,
"field_id": 9674,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 6,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 4896,
"field_id": 9675,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 7,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 4897,
"field_id": 9676,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 8,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 4898,
"field_id": 9677,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 9,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 4899,
"field_id": 9678,
"name": "",
"description": "Upload any documents related to this activity",
"enabled": true,
"required": true,
"order": 10,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2024-05-02T11:02:20.544716+00:00",
"updated_on": "2024-05-06T06:19:47.927175+00:00",
"last_modified_by": "frederik@baserow.io",
"field_9668": 3762,
"field_9669": [
4
],
"field_9670": "2024-04-04",
"field_9671": "- **Purpose:** Informal discussion regarding the progress of the \"Designing a new Landing Page\" project.\n- **Discussion Points:**\n - Review current status and any challenges faced in the project.\n - Brainstorm ideas for design elements and layout.\n - Coordinate next steps and timelines for the project.",
"field_9672": [
3
],
"field_9673": null,
"field_9674": null,
"field_9675": null,
"field_9676": null,
"field_9677": null,
"field_9678": [
{
"name": "NmZMJcb2A1IoXCba4WhLxR6iFcI8xeeV_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "NmZMJcb2A1IoXCba4WhLxR6iFcI8xeeV_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg"
}
]
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2024-05-02T11:02:20.545236+00:00",
"updated_on": "2024-05-03T07:00:02.947725+00:00",
"last_modified_by": "frederik@baserow.io",
"field_9668": 3765,
"field_9669": [
3
],
"field_9670": "2024-03-16",
"field_9671": "- **Subject:** Regarding \"Photo Shooting for product catalog\"\n- **Purpose:** Communication regarding the photo shooting project.\n- **Content:**\n - Updates on photo shoot schedule, locations, and requirements.\n - Requests for product specifications or additional details.\n - Coordination of logistics and any necessary arrangements.",
"field_9672": [
4
],
"field_9673": null,
"field_9674": null,
"field_9675": null,
"field_9676": null,
"field_9677": null,
"field_9678": []
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2024-05-02T11:02:20.545645+00:00",
"updated_on": "2024-05-03T07:00:10.722372+00:00",
"last_modified_by": "frederik@baserow.io",
"field_9668": 3766,
"field_9669": [
1
],
"field_9670": "2024-05-10",
"field_9671": "- **Purpose:** Discussion related to the \"Social Media Marketing Campaign\" project.\n- **Discussion Points:**\n - Review campaign objectives and target audience.\n - Discuss content strategy, posting schedule, and engagement tactics.\n - Address any concerns or questions regarding campaign execution.",
"field_9672": [
6
],
"field_9673": null,
"field_9674": null,
"field_9675": null,
"field_9676": null,
"field_9677": null,
"field_9678": []
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2024-05-02T11:02:20.546115+00:00",
"updated_on": "2024-05-06T06:22:34.778774+00:00",
"last_modified_by": "frederik@baserow.io",
"field_9668": 3763,
"field_9669": [
1
],
"field_9670": "2024-05-11",
"field_9671": "- **Purpose:** Planning and coordination meeting for the \"Social Media Marketing Campaign\" project.\n- **Agenda:**\n - Review campaign timeline and milestones.\n - Assign tasks and responsibilities to team members.\n - Discuss budget allocation and advertising strategies.\n - Set goals and metrics for campaign success.",
"field_9672": [
6
],
"field_9673": null,
"field_9674": null,
"field_9675": null,
"field_9676": null,
"field_9677": null,
"field_9678": [
{
"name": "KZjbpzpmPBS6nzea1drxo5fFNU2JZIrU_dfd20f29107076127b776a18d8620400ffadddb73267df1bf88802f5ad191302.jpg",
"visible_name": "business_card.01.jpg",
"original_name": "KZjbpzpmPBS6nzea1drxo5fFNU2JZIrU_dfd20f29107076127b776a18d8620400ffadddb73267df1bf88802f5ad191302.jpg"
}
]
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2024-05-02T11:02:20.546552+00:00",
"updated_on": "2024-05-03T07:00:31.235579+00:00",
"last_modified_by": "frederik@baserow.io",
"field_9668": 3766,
"field_9669": [
2
],
"field_9670": "2024-05-13",
"field_9671": "- **Purpose:** Discussion related to the \"Branding Workshop Facilitation\" project.\n- **Discussion Points:**\n - Confirm workshop objectives and agenda.\n - Coordinate logistics such as venue, materials, and participant invitations.\n - Address any questions or concerns regarding workshop content.",
"field_9672": [
7
],
"field_9673": null,
"field_9674": null,
"field_9675": null,
"field_9676": null,
"field_9677": null,
"field_9678": []
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2024-05-03T06:35:13.827954+00:00",
"updated_on": "2024-05-03T07:00:40.729669+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9668": 3765,
"field_9669": [
2
],
"field_9670": "2024-05-09",
"field_9671": "- **Subject:** Regarding \"Website Redesign\"\n- **Purpose:** Communication regarding the website redesign project.\n- **Content:**\n - Updates on project status and any decisions made.\n - Requests for feedback or approval on design concepts.\n - Clarifications on project requirements or expectations.",
"field_9672": [
1
],
"field_9673": null,
"field_9674": null,
"field_9675": null,
"field_9676": null,
"field_9677": null,
"field_9678": []
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2024-05-03T06:35:22.579013+00:00",
"updated_on": "2024-05-06T06:19:43.072438+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9668": 3762,
"field_9669": [
1
],
"field_9670": "2024-04-12",
"field_9671": "- **Purpose:** Informal discussion regarding the \"Digital Advertising Campaign Management\" project.\n- **Discussion Points:**\n - Review campaign performance metrics and analytics.\n - Discuss optimization strategies and budget adjustments.\n - Brainstorm creative ideas for future campaign iterations.",
"field_9672": [
8
],
"field_9673": null,
"field_9674": null,
"field_9675": null,
"field_9676": null,
"field_9677": null,
"field_9678": [
{
"name": "NmZMJcb2A1IoXCba4WhLxR6iFcI8xeeV_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "NmZMJcb2A1IoXCba4WhLxR6iFcI8xeeV_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg"
}
]
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2024-05-03T06:35:27.932441+00:00",
"updated_on": "2024-05-03T07:01:02.615894+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9668": 3763,
"field_9669": [
6
],
"field_9670": "2024-04-18",
"field_9671": "- **Purpose:** Coordination meeting for the \"Photo Shooting for product catalog\" project.\n- **Agenda:**\n - Confirm photo shoot schedule, locations, and requirements.\n - Assign roles and responsibilities to team members.\n - Review product catalog layout and design considerations.",
"field_9672": [
4
],
"field_9673": null,
"field_9674": null,
"field_9675": null,
"field_9676": null,
"field_9677": null,
"field_9678": []
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2024-05-03T06:35:46.875292+00:00",
"updated_on": "2024-05-03T07:01:05.083630+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9668": 3765,
"field_9669": [
3
],
"field_9670": "2024-05-02",
"field_9671": "- **Subject:** Regarding \"Photo Shooting for product catalog\"\n- **Purpose:** Communication regarding the photo shooting project.\n- **Content:**\n - Updates on photo shoot schedule, locations, and requirements.\n - Requests for product specifications or additional details.\n - Coordination of logistics and any necessary arrangements.",
"field_9672": [
4
],
"field_9673": null,
"field_9674": null,
"field_9675": null,
"field_9676": null,
"field_9677": null,
"field_9678": []
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2024-05-03T06:35:53.561693+00:00",
"updated_on": "2024-05-03T07:01:13.692497+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9668": 3766,
"field_9669": [
1
],
"field_9670": "2024-05-23",
"field_9671": "- **Purpose:** Discussion related to the \"Social Media Marketing Campaign\" project.\n- **Discussion Points:**\n - Review campaign objectives and target audience.\n - Discuss content strategy, posting schedule, and engagement tactics.\n - Address any concerns or questions regarding campaign execution.",
"field_9672": [
6
],
"field_9673": null,
"field_9674": null,
"field_9675": null,
"field_9676": null,
"field_9677": null,
"field_9678": []
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2024-05-03T06:36:02.567731+00:00",
"updated_on": "2024-05-03T07:01:54.194203+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9668": 3765,
"field_9669": [
4
],
"field_9670": "2024-04-11",
"field_9671": "- **Subject:** Regarding \"Designing a new Landing Page\"\n- **Purpose:** Communication regarding the landing page design project.\n- **Content:**\n - Updates on design progress and any decisions made.\n - Requests for feedback or approval on design mockups.\n - Coordination of additional resources or requirements.",
"field_9672": [
3
],
"field_9673": null,
"field_9674": null,
"field_9675": null,
"field_9676": null,
"field_9677": null,
"field_9678": []
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2024-05-03T06:36:09.817128+00:00",
"updated_on": "2024-05-06T06:17:13.837394+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9668": 3767,
"field_9669": [
5
],
"field_9670": "2024-06-04",
"field_9671": "- **Purpose:** Reminder for upcoming deadline related to the \"Branding Workshop Facilitation\" project.\n- **Details:**\n - Deadline for submitting workshop materials or finalizing workshop agenda.\n - Instructions for completing required tasks or deliverables.",
"field_9672": [
7
],
"field_9673": null,
"field_9674": null,
"field_9675": null,
"field_9676": null,
"field_9677": null,
"field_9678": [
{
"name": "nS8eaHSsLU5j6fNHcsC65TWiXQswnIwW_e7fa567aac5fdffb5569ad7301a186889981b3f504d39250a6aebbce0ac452d6.pdf",
"visible_name": "contract.pdf",
"original_name": "nS8eaHSsLU5j6fNHcsC65TWiXQswnIwW_e7fa567aac5fdffb5569ad7301a186889981b3f504d39250a6aebbce0ac452d6.pdf"
}
]
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2024-05-03T06:36:25.384509+00:00",
"updated_on": "2024-05-03T07:02:22.195916+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9668": 3763,
"field_9669": [
7
],
"field_9670": "2024-06-11",
"field_9671": "- **Purpose:** Planning and coordination meeting for the \"Social Media Marketing Campaign\" project.\n- **Agenda:**\n - Review campaign timeline and milestones.\n - Assign tasks and responsibilities to team members.\n - Discuss budget allocation and advertising strategies.\n - Set goals and metrics for campaign success.",
"field_9672": [
6
],
"field_9673": null,
"field_9674": null,
"field_9675": null,
"field_9676": null,
"field_9677": null,
"field_9678": []
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2024-05-03T06:36:36.903602+00:00",
"updated_on": "2024-05-03T07:02:31.460821+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9668": 3765,
"field_9669": [
7
],
"field_9670": "2024-04-22",
"field_9671": "- **Subject:** Regarding \"Digital Advertising Campaign Management\"\n- **Purpose:** Communication regarding the digital advertising campaign project.\n- **Content:**\n - Updates on campaign performance and optimization strategies.\n - Requests for feedback or approval on ad creatives or messaging.\n - Coordination of budget adjustments or ad placements.",
"field_9672": [
8
],
"field_9673": null,
"field_9674": null,
"field_9675": null,
"field_9676": null,
"field_9677": null,
"field_9678": []
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2024-05-03T06:36:42.701095+00:00",
"updated_on": "2024-05-06T06:19:21.983347+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9668": 3763,
"field_9669": [
4
],
"field_9670": "2024-04-18",
"field_9671": "- **Purpose:** Coordination and progress review meeting for the \"Designing a new Landing Page\" project.\n- **Agenda:**\n - Review design mockups and gather feedback from stakeholders.\n - Discuss implementation plan and development timelines.\n - Address any design challenges or revisions needed.",
"field_9672": [
3
],
"field_9673": null,
"field_9674": null,
"field_9675": null,
"field_9676": null,
"field_9677": null,
"field_9678": [
{
"name": "KZjbpzpmPBS6nzea1drxo5fFNU2JZIrU_dfd20f29107076127b776a18d8620400ffadddb73267df1bf88802f5ad191302.jpg",
"visible_name": "business_card.01.jpg",
"original_name": "KZjbpzpmPBS6nzea1drxo5fFNU2JZIrU_dfd20f29107076127b776a18d8620400ffadddb73267df1bf88802f5ad191302.jpg"
}
]
}
]
},
{
"id": 948,
"name": "Employee",
"order": 5,
"fields": [
{
"id": 9679,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 9680,
"type": "email",
"name": "Email",
"order": 1,
"primary": false
},
{
"id": 9681,
"type": "phone_number",
"name": "Phone",
"order": 2,
"primary": false
},
{
"id": 9682,
"type": "link_row",
"name": "Pipelines",
"order": 3,
"primary": false,
"link_row_table_id": 946,
"link_row_related_field_id": 9663,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 9683,
"type": "formula",
"name": "Active pipelines count",
"order": 4,
"primary": false,
"number_decimal_places": 0,
"error": null,
"date_format": null,
"date_time_format": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": false,
"date_show_tzinfo": null,
"duration_format": null,
"date_include_time": null,
"formula": "count(filter(lookup('Pipelines','Stage'),and(lookup('Pipelines','Stage') != 'Closed Won',lookup('Pipelines','Stage') != 'Closed Lost')))",
"formula_type": "number"
},
{
"id": 9684,
"type": "count",
"name": "Total pipelines count",
"order": 5,
"primary": false,
"number_decimal_places": 0,
"error": null,
"date_format": null,
"date_time_format": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": false,
"date_show_tzinfo": null,
"duration_format": null,
"date_include_time": null,
"through_field_id": 9682
},
{
"id": 9685,
"type": "password",
"name": "Password",
"order": 6,
"primary": false
}
],
"views": [
{
"id": 4428,
"type": "grid",
"name": "All employees",
"order": 1,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 3702,
"field_id": 9684,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 35554,
"field_id": 9679,
"width": 171,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35555,
"field_id": 9680,
"width": 241,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35556,
"field_id": 9681,
"width": 151,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35557,
"field_id": 9685,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35558,
"field_id": 9682,
"width": 154,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35559,
"field_id": 9684,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 35560,
"field_id": 9683,
"width": 209,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2024-05-02T14:55:03.815729+00:00",
"updated_on": "2024-05-03T08:06:03.544213+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9679": "Clayton Best",
"field_9680": "clayton.best@example.com",
"field_9681": "(916) 478-0153",
"field_9682": [
1,
5,
9
],
"field_9683": null,
"field_9684": null,
"field_9685": "pbkdf2_sha256$390000$0GzGhbLFXVbGoJzTrWhTxg$aVF16wfOB5zqVtn82Gn81kpapMc2IxL/NvLmjCRRlgM="
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2024-05-02T14:55:03.815748+00:00",
"updated_on": "2024-05-03T08:06:26.166825+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9679": "Jonathan Castillo",
"field_9680": "jonathan.castillo@example.com",
"field_9681": "(714) 674-5259",
"field_9682": [
4,
6,
8
],
"field_9683": null,
"field_9684": null,
"field_9685": "pbkdf2_sha256$390000$XTxLY9QkeyEgA6xKRlMe6H$Bqek6m4/FVFU8B0MYfVRhZmzD0LiV30LdYfglmC+6OU="
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2024-05-02T15:32:09.068260+00:00",
"updated_on": "2024-05-03T08:06:32.876261+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9679": "Jane Dradder",
"field_9680": "jane.rudder@example.com",
"field_9681": "(720) 555-2389",
"field_9682": [
2,
3,
7
],
"field_9683": null,
"field_9684": null,
"field_9685": "pbkdf2_sha256$390000$TSab3j7Lf1huD1UwPpaIZl$4GPuW8DNlwzR6y9zs+2zG/efJ0TEhnAp29WP+E9IV3w="
}
]
}
]
},
{
"pages": [
{
"id": 503,
"name": "Login",
"order": 1,
"path": "/",
"path_params": [],
"elements": [
{
"id": 3546,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 5,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3547,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 3546,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"image": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
"original_name": "baserow-logo.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 3548,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\ud83d\udd10 Login'",
"level": 2
},
{
"id": 3549,
"order": "3.00000000000000000000",
"type": "auth_form",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"login_button": {
"button_width": "full"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "small",
"user_source_id": 53,
"login_button_label": ""
}
],
"data_sources": [],
"workflow_actions": [
{
"id": 496,
"type": "open_page",
"order": 1,
"page_id": 503,
"element_id": 3549,
"event": "after_login",
"navigation_type": "page",
"navigate_to_page_id": 504,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
]
},
{
"id": 504,
"name": "Homepage",
"order": 2,
"path": "/home",
"path_params": [],
"elements": [
{
"id": 3550,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "not-logged",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 5,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3553,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 3550,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"image": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
"original_name": "baserow-logo.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 3554,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 3552,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83d\udc4b Welcome ',get('user.username'))",
"format": "plain"
},
{
"id": 3555,
"order": "1.00000000000000000000",
"type": "button",
"parent_element_id": 3552,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'Logout'"
},
{
"id": 3556,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3550,
"place_in_container": "4",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 503,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Login'",
"variant": "button"
},
{
"id": 3551,
"order": "2.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 8,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 5,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3557,
"order": "2.00000000000000000000",
"type": "image",
"parent_element_id": 3551,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"image": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
"original_name": "baserow-logo.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 3558,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3551,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 505,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Companies'",
"variant": "link"
},
{
"id": 3559,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3551,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 507,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Contacts'",
"variant": "link"
},
{
"id": 3560,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3551,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 509,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Pipelines'",
"variant": "link"
},
{
"id": 3561,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3551,
"place_in_container": "4",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 511,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Activities'",
"variant": "link"
},
{
"id": 3552,
"order": "3.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 20,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3562,
"order": "4.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\ud83d\udc64 My contacts'",
"level": 2
},
{
"id": 3563,
"order": "4.33333333333333303727",
"type": "link",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "'http://localhost/form/34h_8tqKUEM6A124VZI8PBk3GexEpQOcBLP6md3eWj4'",
"target": "self",
"value": "'\u2795 Add new contact'",
"variant": "button"
},
{
"id": 3564,
"order": "4.50000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 954,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "a69e62de-aff3-4623-ace7-5eb86931ffed",
"name": "Name",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9644')"
}
},
{
"uid": "b98df986-1a76-40e9-bff4-9a803a580855",
"name": "Title",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9645')"
}
},
{
"uid": "960552b3-d929-4531-bec4-ebcf138ef94e",
"name": "Company",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9646.0.value')"
}
},
{
"uid": "aefb4b96-d005-4263-b723-ef9cbd0ac90c",
"name": "Phone",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9648')"
}
},
{
"uid": "c99b8af5-f2f4-48de-a6a7-61930c6209d7",
"name": "Last activity",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9652')"
}
},
{
"uid": "3e9a96b4-6a46-44b6-826a-b0b17417727e",
"name": "-",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 508,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "'Details'"
}
}
],
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
},
{
"id": 3565,
"order": "5.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\u26d3 My pipelines'",
"level": 2
},
{
"id": 3566,
"order": "5.33333333333333303727",
"type": "link",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "concat('http://localhost/form/YK0FcaN4c7nEsi4FweopJnY8QwutxxU7sEuDAusT6ZQ?prefill_Owner=',get('user.username'),'&hide_Owner')",
"target": "self",
"value": "'\u2795 Add new pipeline'",
"variant": "button"
},
{
"id": 3567,
"order": "5.50000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 955,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "17904a6a-e739-4ae7-86db-5cfe95230ea4",
"name": "Opportunity",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9655')"
}
},
{
"uid": "8921d8b8-ebd6-48af-b77c-bbe199b50c71",
"name": "Company",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9656.0.value')"
}
},
{
"uid": "9f451d6b-08f7-4d57-a8ee-685bf773cbe9",
"name": "Stage",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9658.value')"
}
},
{
"uid": "d2945dbb-7440-4cab-924d-c5f0ae0a352d",
"name": "Close date",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9659')"
}
},
{
"uid": "ffb505e4-a9f7-45ab-a1cc-12f8d1b6af2f",
"name": "Value",
"type": "text",
"styles": {},
"config": {
"value": "concat(get('current_record.field_9660'),'$')"
}
},
{
"uid": "d273f215-cef1-45b0-bcf2-378cf836d26e",
"name": "-",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 510,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "'Details'"
}
}
],
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
},
{
"id": 3568,
"order": "6.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\u26a1 Upcoming activities'",
"level": 2
},
{
"id": 3569,
"order": "6.50000000000000000000",
"type": "link",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "'http://localhost/form/hE4FakjKrkH2z8pHx_sgnqQwvYsqllbOR8Ylb8oFWtM'",
"target": "self",
"value": "'\u2795Add new activity'",
"variant": "button"
},
{
"id": 3570,
"order": "7.00000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 956,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "223fb3be-cb35-4cc9-8e35-a7e90a93fba4",
"name": "Activity",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9668.value')"
}
},
{
"uid": "d8316868-73ef-4181-91c1-9eeaa9071f51",
"name": "Contact",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9669.0.value')"
}
},
{
"uid": "b3f306ce-58b1-4e8a-b28f-55bacf6d5022",
"name": "Pipeline",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9672.0.value')"
}
},
{
"uid": "4bd44873-72dd-4dd6-9c3b-3679711600b8",
"name": "Date",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9670')"
}
},
{
"uid": "ebfa9995-7b04-47d5-a606-93a511a645c4",
"name": "-",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 512,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "'Details'"
}
}
],
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
}
],
"data_sources": [
{
"id": 954,
"name": "My contacts",
"order": "1.00000000000000000000",
"service": {
"id": 1015,
"integration_id": 64,
"type": "local_baserow_list_rows",
"table_id": 945,
"view_id": 4410,
"sortings": [
{
"field_id": 9652,
"order_by": "DESC"
}
],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 9654,
"type": "contains_word",
"value": "get('user.email')",
"value_is_formula": true
}
]
}
},
{
"id": 955,
"name": "My pipelines",
"order": "2.00000000000000000000",
"service": {
"id": 1016,
"integration_id": 64,
"type": "local_baserow_list_rows",
"table_id": 946,
"view_id": 4414,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 9663,
"type": "link_row_has",
"value": "get('user.id')",
"value_is_formula": true
}
]
}
},
{
"id": 956,
"name": "Upcoming activities",
"order": "3.00000000000000000000",
"service": {
"id": 1017,
"integration_id": 64,
"type": "local_baserow_list_rows",
"table_id": 947,
"view_id": 4423,
"sortings": [
{
"field_id": 9670,
"order_by": "ASC"
}
],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 9676,
"type": "contains_word",
"value": "get('user.email')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [
{
"id": 450,
"type": "open_page",
"order": 1,
"page_id": 504,
"element_id": 3555,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
},
{
"id": 451,
"type": "logout",
"order": 2,
"page_id": 504,
"element_id": 3555,
"event": "click"
}
]
},
{
"id": 505,
"name": "Companies",
"order": 3,
"path": "/companies",
"path_params": [],
"elements": [
{
"id": 3571,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "not-logged",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 5,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3574,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 3571,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"image": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
"original_name": "baserow-logo.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 3575,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 3573,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83d\udc4b Welcome ',get('user.username'))",
"format": "plain"
},
{
"id": 3576,
"order": "1.00000000000000000000",
"type": "button",
"parent_element_id": 3573,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'Logout'"
},
{
"id": 3577,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3571,
"place_in_container": "4",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 503,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Login'",
"variant": "button"
},
{
"id": 3572,
"order": "2.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 8,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 5,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3578,
"order": "2.00000000000000000000",
"type": "image",
"parent_element_id": 3572,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"image": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
"original_name": "baserow-logo.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 3579,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3572,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 505,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Companies'",
"variant": "link"
},
{
"id": 3580,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3572,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 507,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Contacts'",
"variant": "link"
},
{
"id": 3581,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3572,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 509,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Pipelines'",
"variant": "link"
},
{
"id": 3582,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3572,
"place_in_container": "4",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 511,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Activities'",
"variant": "link"
},
{
"id": 3573,
"order": "3.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 20,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3583,
"order": "4.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\ud83c\udfe2 All companies'",
"level": 2
},
{
"id": 3584,
"order": "5.00000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 957,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "ad80e9dc-9cb3-4ebb-a193-c9b2008abe76",
"name": "Name",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9630')"
}
},
{
"uid": "c4f5f3f8-4343-41a8-ad6d-31b8a1db99d1",
"name": "Industry",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9632.value')"
}
},
{
"uid": "df945b05-81c0-4720-99cc-a2173e491d8b",
"name": "Size",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9637.value')"
}
},
{
"uid": "d96585b4-9b59-43f2-ad67-f6f33edf1fbe",
"name": "Won",
"type": "text",
"styles": {},
"config": {
"value": "concat(get('current_record.field_9639'),'$')"
}
},
{
"uid": "923fd099-d7a4-4fcd-a326-26492721773e",
"name": "Lost",
"type": "text",
"styles": {},
"config": {
"value": "concat(get('current_record.field_9640'),'$')"
}
},
{
"uid": "e27ab4a7-9353-4abc-be30-901c39ccabea",
"name": "Progress",
"type": "text",
"styles": {},
"config": {
"value": "concat(get('current_record.field_9641'),'$')"
}
},
{
"uid": "f657deff-04cb-4388-ad08-398829a42fda",
"name": "-",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 506,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "'Details'"
}
}
],
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
}
],
"data_sources": [
{
"id": 957,
"name": "All companies",
"order": "1.00000000000000000000",
"service": {
"id": 1018,
"integration_id": 64,
"type": "local_baserow_list_rows",
"table_id": 944,
"view_id": 4407,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
}
],
"workflow_actions": [
{
"id": 452,
"type": "open_page",
"order": 1,
"page_id": 505,
"element_id": 3576,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
},
{
"id": 453,
"type": "logout",
"order": 2,
"page_id": 505,
"element_id": 3576,
"event": "click"
}
]
},
{
"id": 506,
"name": "Company details",
"order": 4,
"path": "/companies/:id",
"path_params": [
{
"name": "id",
"type": "numeric"
}
],
"elements": [
{
"id": 3585,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "not-logged",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 5,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3589,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 3585,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"image": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
"original_name": "baserow-logo.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 3590,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 3587,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83d\udc4b Welcome ',get('user.username'))",
"format": "plain"
},
{
"id": 3591,
"order": "1.00000000000000000000",
"type": "button",
"parent_element_id": 3587,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'Logout'"
},
{
"id": 3592,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 3588,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Address:** ',get('data_source.958.field_9631'))",
"format": "markdown"
},
{
"id": 3593,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 3588,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Total pipelines:** ',get('data_source.958.field_9642'))",
"format": "markdown"
},
{
"id": 3594,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3585,
"place_in_container": "4",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 503,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Login'",
"variant": "button"
},
{
"id": 3586,
"order": "2.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 8,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 5,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3595,
"order": "2.00000000000000000000",
"type": "image",
"parent_element_id": 3586,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"image": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
"original_name": "baserow-logo.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 3596,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3586,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 505,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Companies'",
"variant": "link"
},
{
"id": 3597,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3586,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 507,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Contacts'",
"variant": "link"
},
{
"id": 3598,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3586,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 509,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Pipelines'",
"variant": "link"
},
{
"id": 3599,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3586,
"place_in_container": "4",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 511,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Activities'",
"variant": "link"
},
{
"id": 3600,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 3588,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Industry:** ',get('data_source.958.field_9632.value'))",
"format": "markdown"
},
{
"id": 3601,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 3588,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Active pipelines:** ',get('data_source.958.field_9643'))",
"format": "markdown"
},
{
"id": 3587,
"order": "3.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 20,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3602,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 3588,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Size:** ',get('data_source.958.field_9637.value'))",
"format": "markdown"
},
{
"id": 3603,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 3588,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Total contract values:** ',get('data_source.958.field_9638'),'$')",
"format": "markdown"
},
{
"id": 3604,
"order": "4.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83c\udfe2 ',get('data_source.958.field_9630'))",
"level": 2
},
{
"id": 3605,
"order": "4.00000000000000000000",
"type": "link",
"parent_element_id": 3588,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "get('data_source.958.field_9634')",
"target": "self",
"value": "get('data_source.958.field_9634')",
"variant": "link"
},
{
"id": 3606,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 3588,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 30,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Total won:** ',get('data_source.958.field_9639'),'$')",
"format": "markdown"
},
{
"id": 3607,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "get('data_source.958.field_9636')",
"format": "plain"
},
{
"id": 3608,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 3588,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 30,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Total lost:** ',get('data_source.958.field_9640'),'$')",
"format": "markdown"
},
{
"id": 3588,
"order": "6.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "top"
},
{
"id": 3609,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 3588,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 30,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Total in progress:** ',get('data_source.958.field_9641'),'$')",
"format": "markdown"
},
{
"id": 3610,
"order": "7.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_3_text_color": "default"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\u26d3 Related pipelines'",
"level": 3
},
{
"id": 3611,
"order": "7.33333333333333303727",
"type": "link",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "concat('http://localhost/form/YK0FcaN4c7nEsi4FweopJnY8QwutxxU7sEuDAusT6ZQ?prefill_Owner=',get('user.username'),'&hide_Owner&prefill_Company=',get('data_source.958.field_9630'))",
"target": "self",
"value": "'\u2795 Add new pipeline'",
"variant": "button"
},
{
"id": 3612,
"order": "7.50000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 959,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "273a57a9-f4cf-4d0c-a327-b9ada38a431e",
"name": "Opportunity",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9655')"
}
},
{
"uid": "53ece985-d1a9-401e-9e12-84559006255e",
"name": "Stage",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9658.value')"
}
},
{
"uid": "ab8128a1-1b58-43b9-9ebb-f9619050ab3d",
"name": "Close date",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9659')"
}
},
{
"uid": "3b9f4bb1-2694-43c7-b5dd-3be7cd54ba83",
"name": "Value",
"type": "text",
"styles": {},
"config": {
"value": "concat(get('current_record.field_9660'),'$')"
}
},
{
"uid": "04b93e04-6331-4af6-a186-662c19bd5225",
"name": "Owner",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9663.0.value')"
}
},
{
"uid": "9a30a578-f2a7-45b8-8566-3a6faf298486",
"name": "-",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 510,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "'Details'"
}
}
],
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
},
{
"id": 3613,
"order": "8.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_3_text_color": "default"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\ud83d\udc64 Related contacts'",
"level": 3
},
{
"id": 3614,
"order": "8.50000000000000000000",
"type": "link",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "concat('http://localhost/form/34h_8tqKUEM6A124VZI8PBk3GexEpQOcBLP6md3eWj4?prefill_Company=',get('data_source.958.field_9630'))",
"target": "self",
"value": "'\u2795 Add new contact'",
"variant": "button"
},
{
"id": 3615,
"order": "9.00000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 960,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "360947a4-1756-4aae-93d3-4b814aff37a4",
"name": "Name",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9644')"
}
},
{
"uid": "c4ff0c7e-d331-46dd-9f3e-df0d43a2d3c5",
"name": "Title",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9645')"
}
},
{
"uid": "be0f907d-f869-40e7-8284-6e2aa830b205",
"name": "Phone",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9648')"
}
},
{
"uid": "53bd2046-7aec-419d-9579-5dd16dc1724d",
"name": "E-mail",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9647')"
}
},
{
"uid": "0c8739aa-669d-433e-a8eb-f14e42409a20",
"name": "Last activity",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9652')"
}
},
{
"uid": "627af771-6aad-409e-b9bf-fb2112a7fdb6",
"name": "-",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 508,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "'Details'"
}
}
],
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
}
],
"data_sources": [
{
"id": 958,
"name": "Company",
"order": "1.00000000000000000000",
"service": {
"id": 1019,
"integration_id": 64,
"type": "local_baserow_get_row",
"table_id": 944,
"view_id": 4407,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.id')"
}
},
{
"id": 959,
"name": "Related pipelines",
"order": "2.00000000000000000000",
"service": {
"id": 1020,
"integration_id": 64,
"type": "local_baserow_list_rows",
"table_id": 946,
"view_id": 4414,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 9656,
"type": "link_row_has",
"value": "get('page_parameter.id')",
"value_is_formula": true
}
]
}
},
{
"id": 960,
"name": "Related contacts",
"order": "3.00000000000000000000",
"service": {
"id": 1021,
"integration_id": 64,
"type": "local_baserow_list_rows",
"table_id": 945,
"view_id": 4410,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 9646,
"type": "link_row_has",
"value": "get('page_parameter.id')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [
{
"id": 454,
"type": "open_page",
"order": 1,
"page_id": 506,
"element_id": 3591,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
},
{
"id": 455,
"type": "logout",
"order": 2,
"page_id": 506,
"element_id": 3591,
"event": "click"
}
]
},
{
"id": 507,
"name": "Contacts",
"order": 5,
"path": "/contacts",
"path_params": [],
"elements": [
{
"id": 3616,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "not-logged",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 5,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3619,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 3616,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"image": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
"original_name": "baserow-logo.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 3620,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 3618,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83d\udc4b Welcome ',get('user.username'))",
"format": "plain"
},
{
"id": 3621,
"order": "1.00000000000000000000",
"type": "button",
"parent_element_id": 3618,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'Logout'"
},
{
"id": 3622,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3616,
"place_in_container": "4",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 503,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Login'",
"variant": "button"
},
{
"id": 3617,
"order": "2.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 8,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 5,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3623,
"order": "2.00000000000000000000",
"type": "image",
"parent_element_id": 3617,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"image": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
"original_name": "baserow-logo.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 3624,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3617,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 505,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Companies'",
"variant": "link"
},
{
"id": 3625,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3617,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 507,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Contacts'",
"variant": "link"
},
{
"id": 3626,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3617,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 509,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Pipelines'",
"variant": "link"
},
{
"id": 3627,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3617,
"place_in_container": "4",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 511,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Activities'",
"variant": "link"
},
{
"id": 3618,
"order": "3.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 20,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3628,
"order": "4.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\ud83d\udc64 All contacts'",
"level": 2
},
{
"id": 3629,
"order": "4.50000000000000000000",
"type": "link",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "'http://localhost/form/34h_8tqKUEM6A124VZI8PBk3GexEpQOcBLP6md3eWj4'",
"target": "self",
"value": "'\u2795 Add new contact'",
"variant": "button"
},
{
"id": 3630,
"order": "5.00000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 961,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "f5f4a98c-58b8-4cac-95b2-8fdd3f9c5767",
"name": "Name",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9644')"
}
},
{
"uid": "bb904261-8b69-42e0-94e4-5349fdb569eb",
"name": "Title",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9645')"
}
},
{
"uid": "e5e2066a-8107-4d13-ae5b-c80f514855df",
"name": "Company",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9646.0.value')"
}
},
{
"uid": "ded86425-946a-4392-ba06-ec363626819d",
"name": "Phone",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9648')"
}
},
{
"uid": "605e19b8-148f-442b-9424-29bd5faa70cf",
"name": "Last activity",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9652')"
}
},
{
"uid": "ae34cee7-4c5d-4df5-9494-b1860f57ab8c",
"name": "-",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 508,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "'Details'"
}
}
],
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
}
],
"data_sources": [
{
"id": 961,
"name": "All contacts",
"order": "1.00000000000000000000",
"service": {
"id": 1022,
"integration_id": 64,
"type": "local_baserow_list_rows",
"table_id": 945,
"view_id": 4410,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
}
],
"workflow_actions": [
{
"id": 456,
"type": "open_page",
"order": 1,
"page_id": 507,
"element_id": 3621,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
},
{
"id": 457,
"type": "logout",
"order": 2,
"page_id": 507,
"element_id": 3621,
"event": "click"
}
]
},
{
"id": 508,
"name": "Contact details",
"order": 6,
"path": "/contacts/:id",
"path_params": [
{
"name": "id",
"type": "numeric"
}
],
"elements": [
{
"id": 3631,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "not-logged",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 5,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3635,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 3631,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"image": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
"original_name": "baserow-logo.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 3636,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 3633,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83d\udc4b Welcome ',get('user.username'))",
"format": "plain"
},
{
"id": 3637,
"order": "1.00000000000000000000",
"type": "button",
"parent_element_id": 3633,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'Logout'"
},
{
"id": 3638,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 3634,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Title:** ',get('data_source.962.field_9645'))",
"format": "markdown"
},
{
"id": 3639,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 3634,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Total activities:** ',get('data_source.962.field_9651'))",
"format": "markdown"
},
{
"id": 3640,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3631,
"place_in_container": "4",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 503,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Login'",
"variant": "button"
},
{
"id": 3632,
"order": "2.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 8,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 5,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3641,
"order": "2.00000000000000000000",
"type": "image",
"parent_element_id": 3632,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"image": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
"original_name": "baserow-logo.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 3642,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3632,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 505,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Companies'",
"variant": "link"
},
{
"id": 3643,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3632,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 507,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Contacts'",
"variant": "link"
},
{
"id": 3644,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3632,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 509,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Pipelines'",
"variant": "link"
},
{
"id": 3645,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3632,
"place_in_container": "4",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 511,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Activities'",
"variant": "link"
},
{
"id": 3646,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 3634,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Phone:** ',get('data_source.962.field_9648'))",
"format": "markdown"
},
{
"id": 3647,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 3634,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Last activity:** ',get('data_source.962.field_9652'))",
"format": "markdown"
},
{
"id": 3633,
"order": "3.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 20,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3648,
"order": "4.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat(' \ud83d\udc64 ',get('data_source.962.field_9644'),' (',get('data_source.962.field_9646.0.value'),')')",
"level": 2
},
{
"id": 3649,
"order": "4.00000000000000000000",
"type": "link",
"parent_element_id": 3634,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "concat('mailto:',get('data_source.962.field_9647'))",
"target": "self",
"value": "concat('E-mail: ',get('data_source.962.field_9647'))",
"variant": "link"
},
{
"id": 3650,
"order": "5.00000000000000000000",
"type": "link",
"parent_element_id": 3634,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "get('data_source.962.field_9650')",
"target": "self",
"value": "'LinkedIn profile'",
"variant": "link"
},
{
"id": 3634,
"order": "6.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "top"
},
{
"id": 3651,
"order": "7.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_3_text_color": "default"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\u26a1 Related activities'",
"level": 3
},
{
"id": 3652,
"order": "7.50000000000000000000",
"type": "link",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "custom",
"navigate_to_page_id": 503,
"page_parameters": [],
"navigate_to_url": "concat('http://localhost/form/hE4FakjKrkH2z8pHx_sgnqQwvYsqllbOR8Ylb8oFWtM?prefill_Contact=',get('data_source.962.field_9644'))",
"target": "self",
"value": "'\u2795 Add new activity'",
"variant": "button"
},
{
"id": 3653,
"order": "8.00000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 963,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "e40acaf1-ee01-4764-a068-2416d2d9c63b",
"name": "Activity",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9668.value')"
}
},
{
"uid": "6addffa1-2dba-49a0-b098-6bbc6fa9a329",
"name": "Pipeline",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9672.0.value')"
}
},
{
"uid": "311d520e-b13b-45f6-ab7f-053bb2ee3aab",
"name": "Date",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9670')"
}
},
{
"uid": "367b3186-20ff-4a23-85ee-fd438811c9af",
"name": "Employee",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9677')"
}
},
{
"uid": "da4d7e1c-effc-424f-a357-e9575b606aed",
"name": "-",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 512,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "'Details'"
}
}
],
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
}
],
"data_sources": [
{
"id": 962,
"name": "Contact",
"order": "1.00000000000000000000",
"service": {
"id": 1023,
"integration_id": 64,
"type": "local_baserow_get_row",
"table_id": 945,
"view_id": null,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.id')"
}
},
{
"id": 963,
"name": "Related activities",
"order": "2.00000000000000000000",
"service": {
"id": 1024,
"integration_id": 64,
"type": "local_baserow_list_rows",
"table_id": 947,
"view_id": 4422,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 9669,
"type": "link_row_has",
"value": "get('page_parameter.id')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [
{
"id": 458,
"type": "open_page",
"order": 1,
"page_id": 508,
"element_id": 3637,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
},
{
"id": 459,
"type": "logout",
"order": 2,
"page_id": 508,
"element_id": 3637,
"event": "click"
}
]
},
{
"id": 509,
"name": "Pipelines",
"order": 7,
"path": "/pipelines",
"path_params": [],
"elements": [
{
"id": 3654,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "not-logged",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 5,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3657,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 3654,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"image": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
"original_name": "baserow-logo.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 3658,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 3656,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83d\udc4b Welcome ',get('user.username'))",
"format": "plain"
},
{
"id": 3659,
"order": "1.00000000000000000000",
"type": "button",
"parent_element_id": 3656,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'Logout'"
},
{
"id": 3660,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3654,
"place_in_container": "4",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 503,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Login'",
"variant": "button"
},
{
"id": 3655,
"order": "2.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 8,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 5,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3661,
"order": "2.00000000000000000000",
"type": "image",
"parent_element_id": 3655,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"image": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
"original_name": "baserow-logo.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 3662,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3655,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 505,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Companies'",
"variant": "link"
},
{
"id": 3663,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3655,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 507,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Contacts'",
"variant": "link"
},
{
"id": 3664,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3655,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 509,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Pipelines'",
"variant": "link"
},
{
"id": 3665,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3655,
"place_in_container": "4",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 511,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Activities'",
"variant": "link"
},
{
"id": 3656,
"order": "3.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 20,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3666,
"order": "4.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\u26d3 All pipelines'",
"level": 2
},
{
"id": 3667,
"order": "4.50000000000000000000",
"type": "link",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "concat('http://localhost/form/YK0FcaN4c7nEsi4FweopJnY8QwutxxU7sEuDAusT6ZQ?prefill_Owner=',get('user.username'),'&hide_Owner')",
"target": "self",
"value": "'\u2795 Add new pipeline'",
"variant": "button"
},
{
"id": 3668,
"order": "5.00000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 964,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "aec795e9-2ff8-4f94-a833-1133d4d4863e",
"name": "Opportunity",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9655')"
}
},
{
"uid": "afd0b65e-0b8e-40a3-a68b-0e4279836683",
"name": "Company",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9656.0.value')"
}
},
{
"uid": "f5d91935-08ed-440e-afd1-7111a3201716",
"name": "Stage",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9658.value')"
}
},
{
"uid": "d3152464-cd89-4945-a06e-ee79c0199670",
"name": "Close date",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9659')"
}
},
{
"uid": "ae83298b-4d8d-4b9f-8c5a-419ffb1a44d5",
"name": "Value",
"type": "text",
"styles": {},
"config": {
"value": "concat(get('current_record.field_9660'),'$')"
}
},
{
"uid": "95dd2ef8-92c7-4ac2-9d6d-19723aca7bbb",
"name": "Owner",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9663.0.value')"
}
},
{
"uid": "abb46f95-6d3e-488f-870c-e4b060485d5d",
"name": "-",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 510,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "'Details'"
}
}
],
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
}
],
"data_sources": [
{
"id": 964,
"name": "All pipelines",
"order": "1.00000000000000000000",
"service": {
"id": 1025,
"integration_id": 64,
"type": "local_baserow_list_rows",
"table_id": 946,
"view_id": 4414,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
}
],
"workflow_actions": [
{
"id": 460,
"type": "open_page",
"order": 1,
"page_id": 509,
"element_id": 3659,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
},
{
"id": 461,
"type": "logout",
"order": 2,
"page_id": 509,
"element_id": 3659,
"event": "click"
}
]
},
{
"id": 510,
"name": "Pipeline details",
"order": 8,
"path": "/pipelines/:id",
"path_params": [
{
"name": "id",
"type": "numeric"
}
],
"elements": [
{
"id": 3669,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "not-logged",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 5,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3674,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 3669,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"image": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
"original_name": "baserow-logo.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 3675,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 3671,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83d\udc4b Welcome ',get('user.username'))",
"format": "plain"
},
{
"id": 3676,
"order": "1.00000000000000000000",
"type": "button",
"parent_element_id": 3671,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'Logout'"
},
{
"id": 3677,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 3672,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Stage:** ',get('data_source.965.field_9658.value'))",
"format": "markdown"
},
{
"id": 3678,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3669,
"place_in_container": "4",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 503,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Login'",
"variant": "button"
},
{
"id": 3670,
"order": "2.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 8,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 5,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3673,
"order": "2.00000000000000000000",
"type": "input_text",
"parent_element_id": 3672,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"label": "'Notes:'",
"required": false,
"validation_type": "any",
"placeholder": "",
"default_value": "get('data_source.965.field_9661')",
"is_multiline": true,
"rows": 8,
"input_type": "text"
},
{
"id": 3679,
"order": "2.00000000000000000000",
"type": "image",
"parent_element_id": 3670,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"image": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
"original_name": "baserow-logo.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 3680,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3670,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 505,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Companies'",
"variant": "link"
},
{
"id": 3681,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3670,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 507,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Contacts'",
"variant": "link"
},
{
"id": 3682,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3670,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 509,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Pipelines'",
"variant": "link"
},
{
"id": 3683,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3670,
"place_in_container": "4",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 511,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Activities'",
"variant": "link"
},
{
"id": 3684,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 3672,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Expected close date:** ',get('data_source.965.field_9659'))",
"format": "markdown"
},
{
"id": 3671,
"order": "3.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 20,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3685,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 3672,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Contract value:** ',get('data_source.965.field_9660'))",
"format": "markdown"
},
{
"id": 3686,
"order": "3.00000000000000000000",
"type": "button",
"parent_element_id": 3672,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'Update notes'"
},
{
"id": 3687,
"order": "4.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat(' \u26d3 ',get('data_source.965.field_9655'),' (',get('data_source.965.field_9656.0.value'),')')",
"level": 2
},
{
"id": 3688,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 3672,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Owner:** ',get('data_source.965.field_9663.0.value'))",
"format": "markdown"
},
{
"id": 3689,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "get('data_source.965.field_9657')",
"format": "plain"
},
{
"id": 3672,
"order": "6.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "top"
},
{
"id": 3690,
"order": "7.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_3_text_color": "default"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\u26a1 Related activities'",
"level": 3
},
{
"id": 3691,
"order": "7.50000000000000000000",
"type": "link",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "concat('http://localhost/form/hE4FakjKrkH2z8pHx_sgnqQwvYsqllbOR8Ylb8oFWtM?prefill_Pipeline=',get('data_source.965.field_9655'))",
"target": "self",
"value": "'\u2795 Add new activity'",
"variant": "button"
},
{
"id": 3692,
"order": "8.00000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 966,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "a370de78-6352-40c3-b259-526cb3e5aaac",
"name": "Activity",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9668.value')"
}
},
{
"uid": "c3dc524a-62d1-4fb1-ae27-6390b46c68e6",
"name": "Pipeline",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9672.0.value')"
}
},
{
"uid": "e5e52b8c-cbd8-4eed-9231-ce4a568ae644",
"name": "Date",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9670')"
}
},
{
"uid": "701e7248-209b-4d21-bd48-66008d741283",
"name": "Employee",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9677')"
}
},
{
"uid": "1e309912-fd3f-48af-83b4-585fcd686ec8",
"name": "-",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 512,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "'Details'"
}
}
],
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
}
],
"data_sources": [
{
"id": 965,
"name": "Pipeline",
"order": "1.00000000000000000000",
"service": {
"id": 1026,
"integration_id": 64,
"type": "local_baserow_get_row",
"table_id": 946,
"view_id": 4414,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.id')"
}
},
{
"id": 966,
"name": "Related activities",
"order": "2.00000000000000000000",
"service": {
"id": 1027,
"integration_id": 64,
"type": "local_baserow_list_rows",
"table_id": 947,
"view_id": 4422,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 9672,
"type": "link_row_has",
"value": "get('page_parameter.id')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [
{
"id": 462,
"type": "open_page",
"order": 1,
"page_id": 510,
"element_id": 3676,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
},
{
"id": 463,
"type": "update_row",
"order": 1,
"page_id": 510,
"element_id": 3686,
"event": "click",
"service": {
"id": 1030,
"integration_id": 64,
"type": "local_baserow_upsert_row",
"table_id": 946,
"row_id": "get('page_parameter.id')",
"field_mappings": [
{
"field_id": 9661,
"value": "get('form_data.3673')",
"enabled": true
}
]
}
},
{
"id": 464,
"type": "logout",
"order": 2,
"page_id": 510,
"element_id": 3676,
"event": "click"
},
{
"id": 465,
"type": "notification",
"order": 2,
"page_id": 510,
"element_id": 3686,
"event": "click",
"title": "'Success'",
"description": "'Notes are updated'"
}
]
},
{
"id": 511,
"name": "Activities",
"order": 9,
"path": "/activities",
"path_params": [],
"elements": [
{
"id": 3693,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "not-logged",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 5,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3696,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 3693,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"image": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
"original_name": "baserow-logo.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 3697,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 3695,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83d\udc4b Welcome ',get('user.username'))",
"format": "plain"
},
{
"id": 3698,
"order": "1.00000000000000000000",
"type": "button",
"parent_element_id": 3695,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'Logout'"
},
{
"id": 3699,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3693,
"place_in_container": "4",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 503,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Login'",
"variant": "button"
},
{
"id": 3694,
"order": "2.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 8,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 5,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3700,
"order": "2.00000000000000000000",
"type": "image",
"parent_element_id": 3694,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"image": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
"original_name": "baserow-logo.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 3701,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3694,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 505,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Companies'",
"variant": "link"
},
{
"id": 3702,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3694,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 507,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Contacts'",
"variant": "link"
},
{
"id": 3703,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3694,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 509,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Pipelines'",
"variant": "link"
},
{
"id": 3704,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3694,
"place_in_container": "4",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 511,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Activities'",
"variant": "link"
},
{
"id": 3695,
"order": "3.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 20,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3705,
"order": "4.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\u26a1 All activities'",
"level": 2
},
{
"id": 3706,
"order": "4.50000000000000000000",
"type": "link",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "'http://localhost/form/hE4FakjKrkH2z8pHx_sgnqQwvYsqllbOR8Ylb8oFWtM'",
"target": "self",
"value": "'\u2795 Add new activity'",
"variant": "button"
},
{
"id": 3707,
"order": "5.00000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 967,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "d1e0eef3-daf0-4fed-92a3-3546dd2e81ed",
"name": "Activity",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9668.value')"
}
},
{
"uid": "d7d4a0a9-14a1-437c-9f3d-b32361e6e9da",
"name": "Contact",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9669.0.value')"
}
},
{
"uid": "ecf49a59-c967-4ee7-a1e9-d144ca8543aa",
"name": "Pipeline",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9672.0.value')"
}
},
{
"uid": "6b12843d-d98e-4185-9a18-6ec22a6b88b8",
"name": "Date",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9670')"
}
},
{
"uid": "fda6d563-e5ae-41ef-a5e2-5d2623d5a58e",
"name": "Employee",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_9677')"
}
},
{
"uid": "e618ffbb-2807-48b9-9bf5-f9f2fd72991a",
"name": "-",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 512,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "'Details'"
}
}
],
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
}
],
"data_sources": [
{
"id": 967,
"name": "All activities",
"order": "1.00000000000000000000",
"service": {
"id": 1028,
"integration_id": 64,
"type": "local_baserow_list_rows",
"table_id": 947,
"view_id": 4422,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
}
],
"workflow_actions": [
{
"id": 466,
"type": "open_page",
"order": 1,
"page_id": 511,
"element_id": 3698,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
},
{
"id": 467,
"type": "logout",
"order": 2,
"page_id": 511,
"element_id": 3698,
"event": "click"
}
]
},
{
"id": 512,
"name": "Activity details",
"order": 10,
"path": "/activities/:id",
"path_params": [
{
"name": "id",
"type": "numeric"
}
],
"elements": [
{
"id": 3708,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "not-logged",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 5,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3712,
"order": "1.00000000000000000000",
"type": "input_text",
"parent_element_id": 3711,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"label": "",
"required": false,
"validation_type": "any",
"placeholder": "",
"default_value": "get('data_source.968.field_9671')",
"is_multiline": true,
"rows": 8,
"input_type": "text"
},
{
"id": 3713,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 3708,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"image": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
"original_name": "baserow-logo.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 3714,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 3710,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83d\udc4b Welcome ',get('user.username'))",
"format": "plain"
},
{
"id": 3715,
"order": "1.00000000000000000000",
"type": "button",
"parent_element_id": 3710,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'Logout'"
},
{
"id": 3716,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 3711,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Date:** ',get('data_source.968.field_9670'))",
"format": "markdown"
},
{
"id": 3717,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3708,
"place_in_container": "4",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 503,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Login'",
"variant": "button"
},
{
"id": 3709,
"order": "2.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 8,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 5,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3718,
"order": "2.00000000000000000000",
"type": "image",
"parent_element_id": 3709,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"image": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
"original_name": "baserow-logo.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 3719,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3709,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 505,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Companies'",
"variant": "link"
},
{
"id": 3720,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3709,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 507,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Contacts'",
"variant": "link"
},
{
"id": 3721,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3709,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 509,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Pipelines'",
"variant": "link"
},
{
"id": 3722,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3709,
"place_in_container": "4",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 511,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Activities'",
"variant": "link"
},
{
"id": 3723,
"order": "2.00000000000000000000",
"type": "button",
"parent_element_id": 3711,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'Update notes'"
},
{
"id": 3710,
"order": "3.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 20,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3724,
"order": "3.00000000000000000000",
"type": "link",
"parent_element_id": 3711,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "concat('/pipelines/',get('data_source.968.field_9672.0.id'))",
"target": "self",
"value": "concat('Pipeline: ',get('data_source.968.field_9672.0.value'))",
"variant": "link"
},
{
"id": 3725,
"order": "4.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat(' \u26a1 ',get('data_source.968.field_9668.value'),' with ',get('data_source.968.field_9669.0.value'))",
"level": 2
},
{
"id": 3726,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 3711,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Employee:** ',get('data_source.968.field_9677'))",
"format": "markdown"
},
{
"id": 3727,
"order": "5.00000000000000000000",
"type": "link",
"parent_element_id": 3711,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "get('data_source.968.field_9678.0.url')",
"target": "self",
"value": "concat('Attachment: ',get('data_source.968.field_9678.0.visible_name'))",
"variant": "link"
},
{
"id": 3711,
"order": "6.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "top"
},
{
"id": 3728,
"order": "7.00000000000000000000",
"type": "iframe",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"source_type": "url",
"url": "get('data_source.968.field_9678.0.url')",
"embed": "",
"height": 600
}
],
"data_sources": [
{
"id": 968,
"name": "Activitiy",
"order": "1.00000000000000000000",
"service": {
"id": 1029,
"integration_id": 64,
"type": "local_baserow_get_row",
"table_id": 947,
"view_id": 4422,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.id')"
}
}
],
"workflow_actions": [
{
"id": 468,
"type": "update_row",
"order": 1,
"page_id": 512,
"element_id": 3723,
"event": "click",
"service": {
"id": 1031,
"integration_id": 64,
"type": "local_baserow_upsert_row",
"table_id": 947,
"row_id": "get('page_parameter.id')",
"field_mappings": [
{
"field_id": 9671,
"value": "get('form_data.3712')",
"enabled": true
}
]
}
},
{
"id": 469,
"type": "open_page",
"order": 1,
"page_id": 512,
"element_id": 3715,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
},
{
"id": 470,
"type": "logout",
"order": 2,
"page_id": 512,
"element_id": 3715,
"event": "click"
},
{
"id": 471,
"type": "notification",
"order": 2,
"page_id": 512,
"element_id": 3723,
"event": "click",
"title": "'success'",
"description": "'Notes are updated'"
}
]
}
],
"integrations": [
{
"id": 64,
"name": "Local Baserow",
"order": "1.00000000000000000000",
"type": "local_baserow",
"authorized_user": "frederik@baserow.io"
}
],
"theme": {
"primary_color": "#5190efff",
"secondary_color": "#0eaa42ff",
"border_color": "#d7d8d9ff",
"main_success_color": "#12D452",
"main_warning_color": "#FCC74A",
"main_error_color": "#FF5A4A",
"body_font_family": "inter",
"body_font_size": 14,
"body_text_color": "#070810ff",
"body_text_alignment": "left",
"heading_1_font_family": "inter",
"heading_1_font_size": 24,
"heading_1_text_color": "#070810ff",
"heading_1_text_alignment": "left",
"heading_2_font_family": "inter",
"heading_2_font_size": 20,
"heading_2_text_color": "#070810ff",
"heading_2_text_alignment": "left",
"heading_3_font_family": "inter",
"heading_3_font_size": 16,
"heading_3_text_color": "#070810ff",
"heading_3_text_alignment": "left",
"heading_4_font_family": "inter",
"heading_4_font_size": 16,
"heading_4_text_color": "#070810ff",
"heading_4_text_alignment": "left",
"heading_5_font_family": "inter",
"heading_5_font_size": 14,
"heading_5_text_color": "#070810ff",
"heading_5_text_alignment": "left",
"heading_6_font_family": "inter",
"heading_6_font_size": 14,
"heading_6_text_color": "#202128",
"heading_6_text_alignment": "left",
"button_font_family": "inter",
"button_font_size": 13,
"button_alignment": "left",
"button_text_alignment": "center",
"button_width": "auto",
"button_background_color": "primary",
"button_text_color": "#ffffffff",
"button_border_color": "border",
"button_border_size": 0,
"button_border_radius": 4,
"button_vertical_padding": 12,
"button_horizontal_padding": 12,
"button_hover_background_color": "#96baf6ff",
"button_hover_text_color": "#ffffffff",
"button_hover_border_color": "border",
"link_font_family": "inter",
"link_font_size": 13,
"link_text_alignment": "left",
"link_text_color": "primary",
"link_hover_text_color": "#96baf6ff",
"image_alignment": "left",
"image_max_width": 100,
"image_max_height": null,
"image_constraint": "contain",
"page_background_color": "#ffffffff",
"page_background_file_id": null,
"page_background_mode": "tile",
"label_font_family": "inter",
"label_text_color": "#070810FF",
"label_font_size": 13,
"input_font_family": "inter",
"input_font_size": 13,
"input_text_color": "#070810FF",
"input_background_color": "#FFFFFFFF",
"input_border_color": "#000000FF",
"input_border_size": 1,
"input_border_radius": 0,
"input_vertical_padding": 8,
"input_horizontal_padding": 12,
"table_border_color": "#000000FF",
"table_border_size": 1,
"table_border_radius": 0,
"table_header_background_color": "#edededff",
"table_header_text_color": "#000000ff",
"table_header_font_size": 13,
"table_header_font_family": "inter",
"table_header_text_alignment": "left",
"table_cell_background_color": "transparent",
"table_cell_alternate_background_color": "transparent",
"table_cell_alignment": "left",
"table_cell_vertical_padding": 10,
"table_cell_horizontal_padding": 20,
"table_vertical_separator_color": "#000000FF",
"table_vertical_separator_size": 0,
"table_horizontal_separator_color": "#000000FF",
"table_horizontal_separator_size": 1
},
"user_sources": [
{
"id": 53,
"name": "Employees",
"order": "1.00000000000000000000",
"type": "local_baserow",
"uid": "1e58bbc40400447f937d871090a5b2ab",
"integration_id": 64,
"auth_providers": [
{
"id": 53,
"type": "local_baserow_password",
"domain": null,
"enabled": true,
"password_field_id": 9685
}
],
"table_id": 948,
"email_field_id": 9680,
"name_field_id": 9679,
"role_field_id": null
}
],
"favicon_file": null,
"id": 248,
"name": "CRM application",
"order": 2,
"type": "builder"
}
]
}