1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-06 22:00:09 +00:00
bramw_baserow/backend/templates/lightweight-crm.json
2024-12-12 09:59:46 +01:00

25573 lines
No EOL
1.3 MiB

{
"baserow_template_version": 1,
"name": "Lightweight CRM",
"icon": "iconoir-verified-user",
"keywords": [
"CRM",
"Sales",
"Local Business"
],
"categories": [
"Sales and CRM"
],
"export": [
{
"id": 687,
"name": "Lightweight CRM",
"order": 1,
"type": "database",
"tables": [
{
"id": 2969,
"name": "Companies",
"order": 1,
"fields": [
{
"id": 28385,
"type": "text",
"name": "Name",
"description": null,
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 28386,
"type": "text",
"name": "Address",
"description": null,
"order": 1,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 28387,
"type": "single_select",
"name": "Industry",
"description": null,
"order": 2,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"select_options": [
{
"id": 14517,
"value": "Entertainment",
"color": "dark-blue",
"order": 0
},
{
"id": 14518,
"value": "Food Services",
"color": "red",
"order": 1
},
{
"id": 14519,
"value": "Construction",
"color": "orange",
"order": 2
},
{
"id": 14520,
"value": "Financial Services",
"color": "dark-green",
"order": 3
},
{
"id": 14521,
"value": "Automotive",
"color": "gray",
"order": 4
},
{
"id": 14522,
"value": "Technology",
"color": "red",
"order": 5
}
]
},
{
"id": 28388,
"type": "link_row",
"name": "Pipelines",
"description": null,
"order": 3,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2971,
"link_row_related_field_id": 28402,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 28389,
"type": "url",
"name": "Website",
"description": null,
"order": 4,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 28390,
"type": "link_row",
"name": "Contacts",
"description": null,
"order": 5,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2970,
"link_row_related_field_id": 28395,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 28391,
"type": "long_text",
"name": "Notes",
"description": null,
"order": 7,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": true
},
{
"id": 28392,
"type": "single_select",
"name": "Size",
"description": null,
"order": 8,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"select_options": [
{
"id": 14523,
"value": "1 - 10",
"color": "light-yellow",
"order": 0
},
{
"id": 14524,
"value": "11 - 50",
"color": "yellow",
"order": 1
},
{
"id": 14525,
"value": "51 - 100",
"color": "yellow",
"order": 2
},
{
"id": 14526,
"value": "101 - 500",
"color": "dark-yellow",
"order": 3
},
{
"id": 14527,
"value": "501 - 1000",
"color": "dark-yellow",
"order": 4
},
{
"id": 14528,
"value": "1K+",
"color": "darker-yellow",
"order": 5
}
]
},
{
"id": 28422,
"type": "rollup",
"name": "Total contract value",
"description": null,
"order": 9,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"array_formula_type": null,
"error": null,
"date_show_tzinfo": null,
"date_time_format": null,
"date_format": null,
"date_force_timezone": null,
"nullable": false,
"date_include_time": null,
"number_decimal_places": 0,
"duration_format": null,
"through_field_id": 28388,
"target_field_id": 28406,
"rollup_function": "sum"
},
{
"id": 28423,
"type": "formula",
"name": "Total closed won",
"description": null,
"order": 10,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"array_formula_type": null,
"error": null,
"date_show_tzinfo": null,
"date_time_format": null,
"date_format": null,
"date_force_timezone": null,
"nullable": false,
"date_include_time": null,
"number_decimal_places": 0,
"duration_format": null,
"formula": "sum(filter(lookup('Pipelines','Contract Value'),lookup('Pipelines','Stage') = 'Closed Won'))",
"formula_type": "number"
},
{
"id": 28424,
"type": "formula",
"name": "Total closed lost",
"description": null,
"order": 11,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"array_formula_type": null,
"error": null,
"date_show_tzinfo": null,
"date_time_format": null,
"date_format": null,
"date_force_timezone": null,
"nullable": false,
"date_include_time": null,
"number_decimal_places": 0,
"duration_format": null,
"formula": "sum(filter(lookup('Pipelines','Contract Value'),lookup('Pipelines','Stage') = 'Closed Lost'))",
"formula_type": "number"
},
{
"id": 28425,
"type": "formula",
"name": "Total in progress",
"description": null,
"order": 12,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"array_formula_type": null,
"error": null,
"date_show_tzinfo": null,
"date_time_format": null,
"date_format": null,
"date_force_timezone": null,
"nullable": false,
"date_include_time": null,
"number_decimal_places": 0,
"duration_format": null,
"formula": "sum(filter(lookup('Pipelines','Contract Value'),and(lookup('Pipelines','Stage') != 'Closed Lost',lookup('Pipelines','Stage') != 'Closed Won')))",
"formula_type": "number"
},
{
"id": 28429,
"type": "count",
"name": "Pipelines count",
"description": null,
"order": 13,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"array_formula_type": null,
"error": null,
"date_show_tzinfo": null,
"date_time_format": null,
"date_format": null,
"date_force_timezone": null,
"nullable": false,
"date_include_time": null,
"number_decimal_places": 0,
"duration_format": null,
"through_field_id": 28388
},
{
"id": 28426,
"type": "formula",
"name": "Active pipelines count",
"description": null,
"order": 14,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"array_formula_type": null,
"error": null,
"date_show_tzinfo": null,
"date_time_format": null,
"date_format": null,
"date_force_timezone": null,
"nullable": false,
"date_include_time": null,
"number_decimal_places": 0,
"duration_format": null,
"formula": "count(filter(lookup('Pipelines','Stage'),and(lookup('Pipelines','Stage') != 'Closed Won',lookup('Pipelines','Stage') != 'Closed Lost')))",
"formula_type": "number"
},
{
"id": 28432,
"type": "lookup",
"name": "Pipeline owner",
"description": null,
"order": 15,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"array_formula_type": "text",
"error": null,
"date_show_tzinfo": null,
"date_time_format": null,
"date_format": null,
"date_force_timezone": null,
"nullable": true,
"date_include_time": null,
"number_decimal_places": null,
"duration_format": null,
"through_field_id": 28388,
"through_field_name": "Pipelines",
"target_field_id": 28409,
"target_field_name": "Owner"
}
],
"views": [
{
"id": 12001,
"type": "grid",
"name": "All Companies",
"order": 1,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 8573,
"field_id": 28385,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 94711,
"field_id": 28386,
"width": 219,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94712,
"field_id": 28387,
"width": 155,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94713,
"field_id": 28392,
"width": 112,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94714,
"field_id": 28389,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94715,
"field_id": 28391,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94716,
"field_id": 28390,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94717,
"field_id": 28388,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94718,
"field_id": 28432,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94719,
"field_id": 28429,
"width": 166,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94720,
"field_id": 28426,
"width": 206,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94721,
"field_id": 28422,
"width": 199,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94722,
"field_id": 28423,
"width": 178,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94723,
"field_id": 28424,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94724,
"field_id": 28425,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94725,
"field_id": 28385,
"width": 200,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 12002,
"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": 8574,
"field_id": 28385,
"order": "ASC"
}
],
"group_bys": [
{
"id": 609,
"field_id": 28392,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 94726,
"field_id": 28386,
"width": 219,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94727,
"field_id": 28387,
"width": 155,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94728,
"field_id": 28392,
"width": 112,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94729,
"field_id": 28389,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94730,
"field_id": 28391,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94731,
"field_id": 28390,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94732,
"field_id": 28388,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94733,
"field_id": 28429,
"width": 166,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94734,
"field_id": 28426,
"width": 206,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94735,
"field_id": 28422,
"width": 199,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94736,
"field_id": 28423,
"width": 178,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94737,
"field_id": 28424,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94738,
"field_id": 28425,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94739,
"field_id": 28385,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94740,
"field_id": 28432,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 12003,
"type": "grid",
"name": "Companies with active pipelines",
"order": 3,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 7245,
"field_id": 28426,
"type": "higher_than",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 8575,
"field_id": 28385,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 94741,
"field_id": 28386,
"width": 219,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94742,
"field_id": 28387,
"width": 155,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94743,
"field_id": 28392,
"width": 112,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94744,
"field_id": 28389,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94745,
"field_id": 28391,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94746,
"field_id": 28390,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94747,
"field_id": 28388,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94748,
"field_id": 28429,
"width": 166,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94749,
"field_id": 28426,
"width": 206,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94750,
"field_id": 28422,
"width": 199,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94751,
"field_id": 28423,
"width": 178,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94752,
"field_id": 28424,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94753,
"field_id": 28425,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94754,
"field_id": 28385,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94755,
"field_id": 28432,
"width": 200,
"hidden": false,
"order": 32767,
"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_28385": "Acme Inc.",
"field_28386": "San Francisco, CA",
"field_28387": 14519,
"field_28388": [
1,
5,
7,
9
],
"field_28389": "https://acme.inc",
"field_28390": [
2,
5
],
"field_28391": "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_28392": 14523,
"field_28422": null,
"field_28423": null,
"field_28424": null,
"field_28425": null,
"field_28429": null,
"field_28426": null,
"field_28432": 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_28385": "Makers Co.",
"field_28386": "New York, NY",
"field_28387": 14522,
"field_28388": [
3
],
"field_28389": "https://makers.co",
"field_28390": [
4
],
"field_28391": "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_28392": 14524,
"field_28422": null,
"field_28423": null,
"field_28424": null,
"field_28425": null,
"field_28429": null,
"field_28426": null,
"field_28432": 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_28385": "Orange LLC.",
"field_28386": "Austin, TX",
"field_28387": 14518,
"field_28388": [
4
],
"field_28389": "https://oran.ge",
"field_28390": [
3,
6
],
"field_28391": "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_28392": 14526,
"field_28422": null,
"field_28423": null,
"field_28424": null,
"field_28425": null,
"field_28429": null,
"field_28426": null,
"field_28432": 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_28385": "Smile Bros.",
"field_28386": "Sacramento, CA",
"field_28387": 14517,
"field_28388": [
2,
6,
8
],
"field_28389": "https://smilebros.com",
"field_28390": [
1,
7
],
"field_28391": "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_28392": 14524,
"field_28422": null,
"field_28423": null,
"field_28424": null,
"field_28425": null,
"field_28429": null,
"field_28426": null,
"field_28432": null
}
],
"data_sync": null
},
{
"id": 2970,
"name": "Contacts",
"order": 2,
"fields": [
{
"id": 28393,
"type": "text",
"name": "Name",
"description": null,
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 28394,
"type": "text",
"name": "Title",
"description": null,
"order": 1,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 28395,
"type": "link_row",
"name": "Company",
"description": null,
"order": 3,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2969,
"link_row_related_field_id": 28390,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 28396,
"type": "email",
"name": "Email",
"description": null,
"order": 4,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 28397,
"type": "phone_number",
"name": "Phone",
"description": null,
"order": 5,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 28398,
"type": "link_row",
"name": "Activities",
"description": null,
"order": 6,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2972,
"link_row_related_field_id": 28410,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 28399,
"type": "url",
"name": "LinkedIn",
"description": null,
"order": 8,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 28442,
"type": "count",
"name": "Activities count",
"description": null,
"order": 9,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"array_formula_type": null,
"error": null,
"date_show_tzinfo": null,
"date_time_format": null,
"date_format": null,
"date_force_timezone": null,
"nullable": false,
"date_include_time": null,
"number_decimal_places": 0,
"duration_format": null,
"through_field_id": 28398
},
{
"id": 28434,
"type": "rollup",
"name": "Last activity date",
"description": null,
"order": 10,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"array_formula_type": null,
"error": null,
"date_show_tzinfo": false,
"date_time_format": "24",
"date_format": "ISO",
"date_force_timezone": null,
"nullable": true,
"date_include_time": false,
"number_decimal_places": null,
"duration_format": null,
"through_field_id": 28398,
"target_field_id": 28411,
"rollup_function": "max"
},
{
"id": 28436,
"type": "rollup",
"name": "Company name",
"description": null,
"order": 11,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"array_formula_type": null,
"error": null,
"date_show_tzinfo": null,
"date_time_format": null,
"date_format": null,
"date_force_timezone": null,
"nullable": true,
"date_include_time": null,
"number_decimal_places": null,
"duration_format": null,
"through_field_id": 28395,
"target_field_id": 28385,
"rollup_function": "min"
},
{
"id": 28400,
"type": "file",
"name": "Picture",
"description": null,
"order": 13,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 28441,
"type": "lookup",
"name": "Pipeline owners",
"description": null,
"order": 14,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"array_formula_type": "text",
"error": null,
"date_show_tzinfo": null,
"date_time_format": null,
"date_format": null,
"date_force_timezone": null,
"nullable": true,
"date_include_time": null,
"number_decimal_places": null,
"duration_format": null,
"through_field_id": 28395,
"through_field_name": "Company",
"target_field_id": 28432,
"target_field_name": "Pipeline owner"
}
],
"views": [
{
"id": 12004,
"type": "grid",
"name": "All Contacts",
"order": 1,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 8576,
"field_id": 28393,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 94756,
"field_id": 28393,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94757,
"field_id": 28394,
"width": 160,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94758,
"field_id": 28400,
"width": 119,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94759,
"field_id": 28395,
"width": 159,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94760,
"field_id": 28436,
"width": 200,
"hidden": true,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94761,
"field_id": 28396,
"width": 173,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94762,
"field_id": 28397,
"width": 127,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94763,
"field_id": 28399,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94764,
"field_id": 28398,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94765,
"field_id": 28441,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94766,
"field_id": 28442,
"width": 172,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94767,
"field_id": 28434,
"width": 199,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 12005,
"type": "grid",
"name": "Contacts without recent activity",
"order": 2,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 7246,
"field_id": 28434,
"type": "date_is_before",
"value": "Europe/Brussels?60?nr_days_ago",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 8577,
"field_id": 28393,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 94768,
"field_id": 28393,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94769,
"field_id": 28394,
"width": 160,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94770,
"field_id": 28400,
"width": 200,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94771,
"field_id": 28395,
"width": 159,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94772,
"field_id": 28436,
"width": 200,
"hidden": true,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94773,
"field_id": 28396,
"width": 173,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94774,
"field_id": 28397,
"width": 127,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94775,
"field_id": 28399,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94776,
"field_id": 28398,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94777,
"field_id": 28441,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94778,
"field_id": 28442,
"width": 172,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94779,
"field_id": 28434,
"width": 152,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 12006,
"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": 8578,
"field_id": 28393,
"order": "ASC"
}
],
"group_bys": [
{
"id": 610,
"field_id": 28436,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 94780,
"field_id": 28393,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94781,
"field_id": 28394,
"width": 160,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94782,
"field_id": 28400,
"width": 120,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94783,
"field_id": 28395,
"width": 159,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94784,
"field_id": 28436,
"width": 200,
"hidden": true,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94785,
"field_id": 28396,
"width": 173,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94786,
"field_id": 28397,
"width": 127,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94787,
"field_id": 28399,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94788,
"field_id": 28398,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94789,
"field_id": 28441,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94790,
"field_id": 28442,
"width": 172,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94791,
"field_id": 28434,
"width": 152,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 12007,
"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": 13073,
"field_id": 28393,
"name": "",
"description": "Lastname and firstname of the contact",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 13074,
"field_id": 28394,
"name": "",
"description": "Job role",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 13075,
"field_id": 28395,
"name": "",
"description": "Select the company from the list",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 13076,
"field_id": 28396,
"name": "",
"description": "E-mail address of the contact",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 13077,
"field_id": 28397,
"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": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 13078,
"field_id": 28398,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 13079,
"field_id": 28399,
"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": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 13081,
"field_id": 28434,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 13082,
"field_id": 28436,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 13080,
"field_id": 28442,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
}
]
},
{
"id": 12008,
"type": "gallery",
"name": "Gallery: all contacts",
"order": 5,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"decorations": [],
"public": false,
"card_cover_image_field_id": 28400,
"field_options": [
{
"id": 14615,
"field_id": 28393,
"hidden": false,
"order": 32767
},
{
"id": 14616,
"field_id": 28394,
"hidden": false,
"order": 32767
},
{
"id": 14617,
"field_id": 28395,
"hidden": false,
"order": 32767
},
{
"id": 14618,
"field_id": 28396,
"hidden": false,
"order": 32767
},
{
"id": 14619,
"field_id": 28397,
"hidden": false,
"order": 32767
},
{
"id": 14620,
"field_id": 28398,
"hidden": false,
"order": 32767
},
{
"id": 14621,
"field_id": 28399,
"hidden": false,
"order": 32767
},
{
"id": 14625,
"field_id": 28400,
"hidden": true,
"order": 32767
},
{
"id": 14623,
"field_id": 28434,
"hidden": false,
"order": 32767
},
{
"id": 14624,
"field_id": 28436,
"hidden": true,
"order": 32767
},
{
"id": 14622,
"field_id": 28442,
"hidden": false,
"order": 32767
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2024-05-02T11:02:20.541318+00:00",
"updated_on": "2024-09-11T11:28:11.717868+00:00",
"last_modified_by": "frederik@baserow.io",
"field_28393": "John Tagliafero",
"field_28394": "CEO",
"field_28395": [
4
],
"field_28396": "john@smilebros.com",
"field_28397": "(508) 398-0845",
"field_28398": [
3,
4,
7,
10,
17
],
"field_28399": "https://www.linkedin.com/in/profile",
"field_28442": null,
"field_28434": null,
"field_28436": null,
"field_28400": [
{
"name": "gKdjFKb7JWNcWW1PMlCHBCGDUo6faVoY_860fc8f7a7c919681aa15783aebf52d282bf73edcba69fd03516ca5aba743f14.jpg",
"visible_name": "Man.31.jpg",
"original_name": "gKdjFKb7JWNcWW1PMlCHBCGDUo6faVoY_860fc8f7a7c919681aa15783aebf52d282bf73edcba69fd03516ca5aba743f14.jpg"
}
],
"field_28441": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2024-05-02T11:02:20.541911+00:00",
"updated_on": "2024-09-11T11:28:03.701732+00:00",
"last_modified_by": "frederik@baserow.io",
"field_28393": "Wayne Smith",
"field_28394": "Head of Operations",
"field_28395": [
1
],
"field_28396": "wayne@acme.inc",
"field_28397": "(803) 996-6704",
"field_28398": [
5,
6
],
"field_28399": "https://www.linkedin.com/in/profile",
"field_28442": null,
"field_28434": null,
"field_28436": null,
"field_28400": [
{
"name": "9JEG8G4YrCwoTxRiwnv2990LCZwP9LPz_9254445c723333fd7687daff449887a52d0178ff24e24af1c076144a7ba80b32.jpg",
"visible_name": "Man.02.jpg",
"original_name": "9JEG8G4YrCwoTxRiwnv2990LCZwP9LPz_9254445c723333fd7687daff449887a52d0178ff24e24af1c076144a7ba80b32.jpg"
}
],
"field_28441": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2024-05-02T11:02:20.542360+00:00",
"updated_on": "2024-09-11T11:26:53.296965+00:00",
"last_modified_by": "frederik@baserow.io",
"field_28393": "Sara Winter",
"field_28394": "VP of Sales",
"field_28395": [
3
],
"field_28396": "sara@oran.ge",
"field_28397": "(269) 445-2068",
"field_28398": [
2,
9
],
"field_28399": "https://www.linkedin.com/in/profile",
"field_28442": null,
"field_28434": null,
"field_28436": null,
"field_28400": [
{
"name": "HnFigCRkrlkq7xTeR9N7nWLFM12GtEks_706cb9712f46ff3654d0a1b873f9d20934da457ae1545f1bfdcfcc4f75c4f0fa.jpg",
"visible_name": "Man.09.jpg",
"original_name": "HnFigCRkrlkq7xTeR9N7nWLFM12GtEks_706cb9712f46ff3654d0a1b873f9d20934da457ae1545f1bfdcfcc4f75c4f0fa.jpg"
}
],
"field_28441": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2024-05-02T11:02:20.542780+00:00",
"updated_on": "2024-09-11T11:27:37.848997+00:00",
"last_modified_by": "frederik@baserow.io",
"field_28393": "Cindy Crowford",
"field_28394": "Head of Marketing",
"field_28395": [
2
],
"field_28396": "cindy@makers.co",
"field_28397": "(406) 892-0740",
"field_28398": [
1,
11,
15
],
"field_28399": "https://www.linkedin.com/in/profile",
"field_28442": null,
"field_28434": null,
"field_28436": null,
"field_28400": [
{
"name": "VZb98OiSKm11YNQ5MiPgzdsUzpxnjsAO_32a0bb1e8cd43f9a27f05e95039ad44b606915d94c3f6ac8aa9359a5d66d0e40.jpg",
"visible_name": "Woman.36.jpg",
"original_name": "VZb98OiSKm11YNQ5MiPgzdsUzpxnjsAO_32a0bb1e8cd43f9a27f05e95039ad44b606915d94c3f6ac8aa9359a5d66d0e40.jpg"
}
],
"field_28441": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2024-05-02T18:10:09.921085+00:00",
"updated_on": "2024-09-11T11:27:43.235504+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_28393": "Eugene Keith",
"field_28394": "CEO",
"field_28395": [
1
],
"field_28396": "eugene@acme.inc",
"field_28397": "(541) 884-3680",
"field_28398": [
12
],
"field_28399": "https://www.linkedin.com/in/profile",
"field_28442": null,
"field_28434": null,
"field_28436": null,
"field_28400": [
{
"name": "6ccfoXFqktHY2egCc6RPS4ft2mcwgAja_8bf30a876d0d0082aac1b41058c42c8ff2ab323e25afc56b9f5b9bab76cf3ea9.jpg",
"visible_name": "Man.48.jpg",
"original_name": "6ccfoXFqktHY2egCc6RPS4ft2mcwgAja_8bf30a876d0d0082aac1b41058c42c8ff2ab323e25afc56b9f5b9bab76cf3ea9.jpg"
}
],
"field_28441": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2024-05-02T18:10:11.418340+00:00",
"updated_on": "2024-09-11T11:27:49.568671+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_28393": "Gladys P. Burchfield",
"field_28394": "Sales manager",
"field_28395": [
3
],
"field_28396": "gladys@oran.ge",
"field_28397": "(317) 996-2721",
"field_28398": [
8
],
"field_28399": "https://www.linkedin.com/in/profile",
"field_28442": null,
"field_28434": null,
"field_28436": null,
"field_28400": [
{
"name": "s0nPpDc6AObC8tHwGEm2vbTszeRnc3vm_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg",
"visible_name": "Woman.27.jpg",
"original_name": "s0nPpDc6AObC8tHwGEm2vbTszeRnc3vm_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg"
}
],
"field_28441": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2024-05-02T18:10:11.418381+00:00",
"updated_on": "2024-09-12T04:25:35.817423+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_28393": "Amy Wyllie",
"field_28394": "Financial director",
"field_28395": [
4
],
"field_28396": "amy@smilebros.com",
"field_28397": "(508) 398-0848",
"field_28398": [
13,
14,
16,
17
],
"field_28399": "https://www.linkedin.com/in/profile",
"field_28442": null,
"field_28434": null,
"field_28436": null,
"field_28400": [
{
"name": "JxLH32ZBaYVY12snyTDutIVADAleP819_87342f8e2a009873f0cf6cbf8b480d495c898a19238d60b3d6fb81efa41c9883.jpg",
"visible_name": "Woman.12.jpg",
"original_name": "JxLH32ZBaYVY12snyTDutIVADAleP819_87342f8e2a009873f0cf6cbf8b480d495c898a19238d60b3d6fb81efa41c9883.jpg"
}
],
"field_28441": null
}
],
"data_sync": null
},
{
"id": 2971,
"name": "Pipelines",
"order": 3,
"fields": [
{
"id": 28401,
"type": "text",
"name": "Opportunity",
"description": null,
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 28402,
"type": "link_row",
"name": "Company",
"description": null,
"order": 1,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2969,
"link_row_related_field_id": 28388,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 28403,
"type": "long_text",
"name": "Description",
"description": null,
"order": 2,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": false
},
{
"id": 28404,
"type": "single_select",
"name": "Stage",
"description": null,
"order": 3,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"select_options": [
{
"id": 14529,
"value": "Qualified",
"color": "green",
"order": 0
},
{
"id": 14530,
"value": "Follow-Up",
"color": "orange",
"order": 1
},
{
"id": 14531,
"value": "Negotiation",
"color": "cyan",
"order": 2
},
{
"id": 14532,
"value": "Contract Sent",
"color": "gray",
"order": 3
},
{
"id": 14533,
"value": "Closed Won",
"color": "dark-green",
"order": 4
},
{
"id": 14534,
"value": "Closed Lost",
"color": "dark-red",
"order": 5
}
]
},
{
"id": 28405,
"type": "date",
"name": "Expected Close Date",
"description": null,
"order": 4,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 28406,
"type": "number",
"name": "Contract Value",
"description": null,
"order": 5,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"number_decimal_places": 0,
"number_negative": false
},
{
"id": 28407,
"type": "long_text",
"name": "Notes",
"description": null,
"order": 6,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": true
},
{
"id": 28408,
"type": "link_row",
"name": "Activities",
"description": null,
"order": 7,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2972,
"link_row_related_field_id": 28413,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 28409,
"type": "link_row",
"name": "Owner",
"description": null,
"order": 8,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2973,
"link_row_related_field_id": 28419,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 28437,
"type": "rollup",
"name": "Company name",
"description": null,
"order": 9,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"array_formula_type": null,
"error": null,
"date_show_tzinfo": null,
"date_time_format": null,
"date_format": null,
"date_force_timezone": null,
"nullable": true,
"date_include_time": null,
"number_decimal_places": null,
"duration_format": null,
"through_field_id": 28402,
"target_field_id": 28385,
"rollup_function": "min"
},
{
"id": 28443,
"type": "count",
"name": "Activities count",
"description": null,
"order": 10,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"array_formula_type": null,
"error": null,
"date_show_tzinfo": null,
"date_time_format": null,
"date_format": null,
"date_force_timezone": null,
"nullable": false,
"date_include_time": null,
"number_decimal_places": 0,
"duration_format": null,
"through_field_id": 28408
},
{
"id": 28438,
"type": "rollup",
"name": "Owner name",
"description": null,
"order": 11,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"array_formula_type": null,
"error": null,
"date_show_tzinfo": null,
"date_time_format": null,
"date_format": null,
"date_force_timezone": null,
"nullable": true,
"date_include_time": null,
"number_decimal_places": null,
"duration_format": null,
"through_field_id": 28409,
"target_field_id": 28416,
"rollup_function": "min"
},
{
"id": 28427,
"type": "formula",
"name": "Stage (symbol)",
"description": null,
"order": 13,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"array_formula_type": null,
"error": null,
"date_show_tzinfo": null,
"date_time_format": null,
"date_format": null,
"date_force_timezone": null,
"nullable": false,
"date_include_time": null,
"number_decimal_places": null,
"duration_format": null,
"formula": "if(totext(field('Stage')) = 'Qualified','\ud83d\udfe2',if(totext(field('Stage')) = 'Follow-Up','\ud83d\udfe1',if(totext(field('Stage')) = 'Negotiation','\ud83d\udd35',if(totext(field('Stage')) = 'Contract Sent','\u26ab','t'))))",
"formula_type": "text"
},
{
"id": 28435,
"type": "rollup",
"name": "Last activity",
"description": null,
"order": 14,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"array_formula_type": null,
"error": null,
"date_show_tzinfo": false,
"date_time_format": "24",
"date_format": "ISO",
"date_force_timezone": null,
"nullable": true,
"date_include_time": false,
"number_decimal_places": null,
"duration_format": null,
"through_field_id": 28408,
"target_field_id": 28411,
"rollup_function": "max"
}
],
"views": [
{
"id": 12009,
"type": "grid",
"name": "All Pipelines",
"order": 1,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 8579,
"field_id": 28401,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 94792,
"field_id": 28401,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94793,
"field_id": 28402,
"width": 133,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94794,
"field_id": 28437,
"width": 200,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94795,
"field_id": 28403,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94796,
"field_id": 28404,
"width": 147,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94797,
"field_id": 28427,
"width": 200,
"hidden": true,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94798,
"field_id": 28405,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94799,
"field_id": 28406,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94800,
"field_id": 28407,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94801,
"field_id": 28408,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94802,
"field_id": 28435,
"width": 159,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94803,
"field_id": 28443,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94804,
"field_id": 28409,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94805,
"field_id": 28438,
"width": 200,
"hidden": true,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 12010,
"type": "grid",
"name": "Pipelines that are still open",
"order": 2,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 7247,
"field_id": 28404,
"type": "single_select_not_equal",
"value": "14533",
"group": null
},
{
"id": 7248,
"field_id": 28404,
"type": "single_select_not_equal",
"value": "14534",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 8580,
"field_id": 28435,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 94806,
"field_id": 28401,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94807,
"field_id": 28402,
"width": 133,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94808,
"field_id": 28437,
"width": 200,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94809,
"field_id": 28403,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94810,
"field_id": 28404,
"width": 147,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94811,
"field_id": 28405,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94812,
"field_id": 28406,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94813,
"field_id": 28407,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94814,
"field_id": 28408,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94815,
"field_id": 28435,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94816,
"field_id": 28443,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94817,
"field_id": 28409,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94818,
"field_id": 28427,
"width": 200,
"hidden": true,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94819,
"field_id": 28438,
"width": 200,
"hidden": true,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 12011,
"type": "grid",
"name": "All Pipelines grouped by company",
"order": 3,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 8581,
"field_id": 28435,
"order": "DESC"
}
],
"group_bys": [
{
"id": 611,
"field_id": 28437,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 94820,
"field_id": 28401,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94821,
"field_id": 28402,
"width": 133,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94822,
"field_id": 28437,
"width": 200,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94823,
"field_id": 28403,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94824,
"field_id": 28404,
"width": 147,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94825,
"field_id": 28405,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94826,
"field_id": 28406,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94827,
"field_id": 28407,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94828,
"field_id": 28408,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94829,
"field_id": 28435,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94830,
"field_id": 28443,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94831,
"field_id": 28409,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94832,
"field_id": 28427,
"width": 200,
"hidden": true,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94833,
"field_id": 28438,
"width": 200,
"hidden": true,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 12012,
"type": "grid",
"name": "All Pipelines grouped by owner",
"order": 4,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 8582,
"field_id": 28435,
"order": "DESC"
}
],
"group_bys": [
{
"id": 612,
"field_id": 28438,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 94834,
"field_id": 28401,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94835,
"field_id": 28402,
"width": 133,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94836,
"field_id": 28437,
"width": 200,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94837,
"field_id": 28403,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94838,
"field_id": 28404,
"width": 147,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94839,
"field_id": 28405,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94840,
"field_id": 28406,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94841,
"field_id": 28407,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94842,
"field_id": 28408,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94843,
"field_id": 28435,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94844,
"field_id": 28443,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94845,
"field_id": 28409,
"width": 200,
"hidden": true,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94846,
"field_id": 28427,
"width": 200,
"hidden": true,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94847,
"field_id": 28438,
"width": 200,
"hidden": true,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 12013,
"type": "grid",
"name": "Pipelines without activities",
"order": 5,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 7249,
"field_id": 28443,
"type": "equal",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 8583,
"field_id": 28435,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 94848,
"field_id": 28401,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94849,
"field_id": 28402,
"width": 133,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94850,
"field_id": 28437,
"width": 200,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94851,
"field_id": 28403,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94852,
"field_id": 28404,
"width": 147,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94853,
"field_id": 28405,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94854,
"field_id": 28406,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94855,
"field_id": 28407,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94856,
"field_id": 28408,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94857,
"field_id": 28435,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94858,
"field_id": 28443,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94859,
"field_id": 28409,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94860,
"field_id": 28427,
"width": 200,
"hidden": true,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94861,
"field_id": 28438,
"width": 200,
"hidden": true,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 12014,
"type": "grid",
"name": "Pipelines with high contract values",
"order": 6,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 7250,
"field_id": 28406,
"type": "higher_than_or_equal",
"value": "10000",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 8584,
"field_id": 28435,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 94862,
"field_id": 28401,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94863,
"field_id": 28402,
"width": 133,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94864,
"field_id": 28437,
"width": 200,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94865,
"field_id": 28403,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94866,
"field_id": 28404,
"width": 147,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94867,
"field_id": 28405,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94868,
"field_id": 28406,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94869,
"field_id": 28407,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94870,
"field_id": 28408,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94871,
"field_id": 28435,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94872,
"field_id": 28443,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94873,
"field_id": 28409,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94874,
"field_id": 28427,
"width": 200,
"hidden": true,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94875,
"field_id": 28438,
"width": 200,
"hidden": true,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 12015,
"type": "kanban",
"name": "All pipelines stacked by stage",
"order": 7,
"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": 28404,
"field_options": [
{
"id": 16158,
"field_id": 28401,
"hidden": false,
"order": 32767
},
{
"id": 16159,
"field_id": 28402,
"hidden": false,
"order": 32767
},
{
"id": 16160,
"field_id": 28403,
"hidden": false,
"order": 32767
},
{
"id": 16161,
"field_id": 28404,
"hidden": true,
"order": 32767
},
{
"id": 16162,
"field_id": 28405,
"hidden": false,
"order": 32767
},
{
"id": 16163,
"field_id": 28406,
"hidden": false,
"order": 32767
},
{
"id": 16164,
"field_id": 28407,
"hidden": true,
"order": 32767
},
{
"id": 16165,
"field_id": 28408,
"hidden": true,
"order": 32767
},
{
"id": 16166,
"field_id": 28409,
"hidden": false,
"order": 32767
},
{
"id": 16168,
"field_id": 28437,
"hidden": true,
"order": 32767
},
{
"id": 16169,
"field_id": 28438,
"hidden": true,
"order": 32767
},
{
"id": 16167,
"field_id": 28443,
"hidden": true,
"order": 32767
}
]
},
{
"id": 12016,
"type": "calendar",
"name": "All pipelines in calendar view",
"order": 8,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"decorations": [
{
"id": 2796,
"type": "left_border_color",
"value_provider_type": "single_select_color",
"value_provider_conf": {
"field_id": 28404
},
"order": 1
}
],
"public": false,
"date_field_id": 28405,
"field_options": [
{
"id": 2435,
"field_id": 28401,
"hidden": false,
"order": 32767
},
{
"id": 2436,
"field_id": 28402,
"hidden": true,
"order": 32767
},
{
"id": 2437,
"field_id": 28403,
"hidden": true,
"order": 32767
},
{
"id": 2438,
"field_id": 28404,
"hidden": true,
"order": 32767
},
{
"id": 2439,
"field_id": 28405,
"hidden": true,
"order": 32767
},
{
"id": 2440,
"field_id": 28406,
"hidden": true,
"order": 32767
},
{
"id": 2441,
"field_id": 28407,
"hidden": true,
"order": 32767
},
{
"id": 2442,
"field_id": 28408,
"hidden": true,
"order": 32767
},
{
"id": 2443,
"field_id": 28409,
"hidden": true,
"order": 32767
},
{
"id": 2444,
"field_id": 28427,
"hidden": true,
"order": 32767
},
{
"id": 2448,
"field_id": 28435,
"hidden": true,
"order": 32767
},
{
"id": 2446,
"field_id": 28437,
"hidden": true,
"order": 32767
},
{
"id": 2447,
"field_id": 28438,
"hidden": true,
"order": 32767
},
{
"id": 2445,
"field_id": 28443,
"hidden": true,
"order": 32767
}
]
},
{
"id": 12017,
"type": "form",
"name": "Add pipeline",
"order": 9,
"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": 13083,
"field_id": 28401,
"name": "",
"description": "A short title for the pipeline",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 13084,
"field_id": 28402,
"name": "",
"description": "Select the company from the list",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 13085,
"field_id": 28403,
"name": "",
"description": "Describe the opportunity",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 13086,
"field_id": 28404,
"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": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 13087,
"field_id": 28405,
"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": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 13088,
"field_id": 28406,
"name": "",
"description": "The estimated value of the contract",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 13089,
"field_id": 28407,
"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": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 13090,
"field_id": 28408,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 13091,
"field_id": 28409,
"name": "",
"description": "",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 13093,
"field_id": 28437,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 13094,
"field_id": 28438,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 13092,
"field_id": 28443,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2024-05-02T11:02:20.548124+00:00",
"updated_on": "2024-09-30T06:41:01.918184+00:00",
"last_modified_by": "frederik@baserow.io",
"field_28401": "Website Redesign",
"field_28402": [
1
],
"field_28403": "Redesign of old WordPress website",
"field_28404": 14529,
"field_28405": "2024-11-21",
"field_28406": "1000",
"field_28407": "- 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_28408": [
6,
17
],
"field_28409": [
1
],
"field_28437": null,
"field_28443": null,
"field_28438": null,
"field_28427": null,
"field_28435": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2024-05-02T11:02:20.548629+00:00",
"updated_on": "2024-09-30T06:41:01.918255+00:00",
"last_modified_by": "frederik@baserow.io",
"field_28401": "Video Production for events",
"field_28402": [
4
],
"field_28403": "Production of video campaign for new product",
"field_28404": 14530,
"field_28405": "2024-12-21",
"field_28406": "12000",
"field_28407": "- 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_28408": [],
"field_28409": [
3
],
"field_28437": null,
"field_28443": null,
"field_28438": null,
"field_28427": null,
"field_28435": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2024-05-02T11:02:20.549071+00:00",
"updated_on": "2024-09-30T14:47:08.921599+00:00",
"last_modified_by": "frederik@baserow.io",
"field_28401": "Designing a new Landing Page",
"field_28402": [
2
],
"field_28403": "Build Makers Landing Page with Jamstack",
"field_28404": 14532,
"field_28405": "2024-09-27",
"field_28406": "5000",
"field_28407": "- 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_28408": [
1,
11,
15
],
"field_28409": [
3
],
"field_28437": null,
"field_28443": null,
"field_28438": null,
"field_28427": null,
"field_28435": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2024-05-02T11:02:20.549462+00:00",
"updated_on": "2024-09-30T14:46:58.548587+00:00",
"last_modified_by": "frederik@baserow.io",
"field_28401": "Photo Shooting for product catalog",
"field_28402": [
3
],
"field_28403": "New Photo Album",
"field_28404": 14533,
"field_28405": "2024-08-12",
"field_28406": "4500",
"field_28407": "- 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.",
"field_28408": [
2,
8,
9,
16
],
"field_28409": [
2
],
"field_28437": null,
"field_28443": null,
"field_28438": null,
"field_28427": null,
"field_28435": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2024-05-02T18:14:19.859463+00:00",
"updated_on": "2024-09-30T06:41:01.918398+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_28401": "Brand Identity Development",
"field_28402": [
1
],
"field_28403": "Create a unique brand identity including logo",
"field_28404": 14533,
"field_28405": "2024-07-10",
"field_28406": "6700",
"field_28407": "- 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_28408": [],
"field_28409": [
1
],
"field_28437": null,
"field_28443": null,
"field_28438": null,
"field_28427": null,
"field_28435": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2024-05-02T18:16:00.686971+00:00",
"updated_on": "2024-09-30T06:41:01.918435+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_28401": "Social Media Marketing Campaign",
"field_28402": [
4
],
"field_28403": "Plan and execute a targeted social media campaign to increase brand visibility",
"field_28404": 14529,
"field_28405": "2025-01-24",
"field_28406": "14500",
"field_28407": "- 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_28408": [
3,
4,
10,
13
],
"field_28409": [
2
],
"field_28437": null,
"field_28443": null,
"field_28438": null,
"field_28427": null,
"field_28435": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2024-05-02T18:16:00.687033+00:00",
"updated_on": "2024-09-30T06:41:01.918472+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_28401": "Branding Workshop Facilitation",
"field_28402": [
1
],
"field_28403": "Facilitate a workshop to help the client define their brand identity and positioning",
"field_28404": 14530,
"field_28405": "2024-10-18",
"field_28406": "19000",
"field_28407": "- 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_28408": [
5,
12,
17
],
"field_28409": [
3
],
"field_28437": null,
"field_28443": null,
"field_28438": null,
"field_28427": null,
"field_28435": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2024-05-02T18:16:00.687049+00:00",
"updated_on": "2024-09-30T06:41:01.918508+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_28401": "Digital Advertising Campaign Management",
"field_28402": [
4
],
"field_28403": "Manage and optimize digital advertising campaigns across various platforms",
"field_28404": 14531,
"field_28405": "2024-09-05",
"field_28406": "3400",
"field_28407": "- 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_28408": [
7,
14,
16
],
"field_28409": [
2
],
"field_28437": null,
"field_28443": null,
"field_28438": null,
"field_28427": null,
"field_28435": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2024-05-02T18:16:00.687060+00:00",
"updated_on": "2024-09-30T06:41:01.918544+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_28401": "Market Entry Strategy Consulting",
"field_28402": [
1
],
"field_28403": "Provide strategic guidance for the client's entry into a new market or industry",
"field_28404": 14534,
"field_28405": "2024-08-12",
"field_28406": "8700",
"field_28407": "- 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_28408": [],
"field_28409": [
1
],
"field_28437": null,
"field_28443": null,
"field_28438": null,
"field_28427": null,
"field_28435": null
}
],
"data_sync": null
},
{
"id": 2972,
"name": "Activities",
"order": 4,
"fields": [
{
"id": 28440,
"type": "formula",
"name": "Name",
"description": null,
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"array_formula_type": null,
"error": null,
"date_show_tzinfo": null,
"date_time_format": null,
"date_format": null,
"date_force_timezone": null,
"nullable": false,
"date_include_time": null,
"number_decimal_places": null,
"duration_format": null,
"formula": "concat(field('Date'),' - ', min(lookup('Contact','Name')),' (',totext(field('Activity')),')')",
"formula_type": "text"
},
{
"id": 28410,
"type": "link_row",
"name": "Contact",
"description": null,
"order": 4,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2970,
"link_row_related_field_id": 28398,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 28411,
"type": "date",
"name": "Date",
"description": null,
"order": 5,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 28412,
"type": "long_text",
"name": "Notes",
"description": null,
"order": 6,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": true
},
{
"id": 28413,
"type": "link_row",
"name": "Pipeline",
"description": null,
"order": 7,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2971,
"link_row_related_field_id": 28408,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 28439,
"type": "rollup",
"name": "Contacts name",
"description": null,
"order": 8,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"array_formula_type": null,
"error": null,
"date_show_tzinfo": null,
"date_time_format": null,
"date_format": null,
"date_force_timezone": null,
"nullable": true,
"date_include_time": null,
"number_decimal_places": null,
"duration_format": null,
"through_field_id": 28410,
"target_field_id": 28393,
"rollup_function": "min"
},
{
"id": 28430,
"type": "rollup",
"name": "Pipeline name",
"description": null,
"order": 9,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"array_formula_type": null,
"error": null,
"date_show_tzinfo": null,
"date_time_format": null,
"date_format": null,
"date_force_timezone": null,
"nullable": true,
"date_include_time": null,
"number_decimal_places": null,
"duration_format": null,
"through_field_id": 28413,
"target_field_id": 28401,
"rollup_function": "min"
},
{
"id": 28433,
"type": "lookup",
"name": "Employee",
"description": null,
"order": 10,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"array_formula_type": "text",
"error": null,
"date_show_tzinfo": null,
"date_time_format": null,
"date_format": null,
"date_force_timezone": null,
"nullable": true,
"date_include_time": null,
"number_decimal_places": null,
"duration_format": null,
"through_field_id": 28413,
"through_field_name": "Pipeline",
"target_field_id": 28409,
"target_field_name": "Owner"
},
{
"id": 28414,
"type": "file",
"name": "Attachment",
"description": null,
"order": 13,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 28415,
"type": "single_select",
"name": "Activity",
"description": null,
"order": 15,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"select_options": [
{
"id": 14535,
"value": "Lunch",
"color": "dark-orange",
"order": 0
},
{
"id": 14536,
"value": "Meeting",
"color": "light-red",
"order": 1
},
{
"id": 14537,
"value": "Task",
"color": "dark-green",
"order": 2
},
{
"id": 14538,
"value": "Email",
"color": "dark-green",
"order": 3
},
{
"id": 14539,
"value": "Phone Call",
"color": "dark-blue",
"order": 4
},
{
"id": 14540,
"value": "Deadline",
"color": "dark-red",
"order": 5
}
]
}
],
"views": [
{
"id": 12018,
"type": "grid",
"name": "All Activities",
"order": 1,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 8585,
"field_id": 28411,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 94876,
"field_id": 28415,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94877,
"field_id": 28410,
"width": 164,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94878,
"field_id": 28439,
"width": 200,
"hidden": true,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94879,
"field_id": 28413,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94880,
"field_id": 28430,
"width": 200,
"hidden": true,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94881,
"field_id": 28440,
"width": 308,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94882,
"field_id": 28411,
"width": 125,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94883,
"field_id": 28412,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94884,
"field_id": 28414,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94885,
"field_id": 28433,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 12019,
"type": "grid",
"name": "All Activities grouped by pipeline",
"order": 2,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 8586,
"field_id": 28411,
"order": "ASC"
}
],
"group_bys": [
{
"id": 613,
"field_id": 28430,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 94886,
"field_id": 28410,
"width": 164,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94887,
"field_id": 28439,
"width": 200,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94888,
"field_id": 28413,
"width": 200,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94889,
"field_id": 28430,
"width": 200,
"hidden": true,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94890,
"field_id": 28440,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94891,
"field_id": 28411,
"width": 125,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94892,
"field_id": 28412,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94893,
"field_id": 28414,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94895,
"field_id": 28415,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94894,
"field_id": 28433,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 12020,
"type": "grid",
"name": "All Activities grouped by contacts",
"order": 3,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 8587,
"field_id": 28411,
"order": "ASC"
}
],
"group_bys": [
{
"id": 614,
"field_id": 28439,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 94896,
"field_id": 28410,
"width": 164,
"hidden": true,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94897,
"field_id": 28439,
"width": 200,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94898,
"field_id": 28413,
"width": 200,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94899,
"field_id": 28430,
"width": 200,
"hidden": true,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94900,
"field_id": 28440,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94901,
"field_id": 28411,
"width": 125,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94902,
"field_id": 28412,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94903,
"field_id": 28414,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94904,
"field_id": 28433,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94905,
"field_id": 28415,
"width": 200,
"hidden": true,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 12021,
"type": "grid",
"name": "Upcoming activities",
"order": 4,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 7251,
"field_id": 28411,
"type": "date_after_today",
"value": "Europe/Brussels?",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 8588,
"field_id": 28411,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 94906,
"field_id": 28410,
"width": 164,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94907,
"field_id": 28439,
"width": 200,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94908,
"field_id": 28413,
"width": 200,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94909,
"field_id": 28433,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94910,
"field_id": 28430,
"width": 200,
"hidden": true,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94911,
"field_id": 28440,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94912,
"field_id": 28411,
"width": 125,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94913,
"field_id": 28412,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94914,
"field_id": 28414,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94915,
"field_id": 28415,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 12022,
"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": 2797,
"type": "left_border_color",
"value_provider_type": "single_select_color",
"value_provider_conf": {
"field_id": null
},
"order": 1
}
],
"public": false,
"date_field_id": 28411,
"field_options": [
{
"id": 2449,
"field_id": 28440,
"hidden": false,
"order": 1
},
{
"id": 2450,
"field_id": 28413,
"hidden": false,
"order": 2
},
{
"id": 2451,
"field_id": 28410,
"hidden": false,
"order": 3
},
{
"id": 2452,
"field_id": 28411,
"hidden": true,
"order": 4
},
{
"id": 2453,
"field_id": 28412,
"hidden": true,
"order": 5
},
{
"id": 2454,
"field_id": 28439,
"hidden": true,
"order": 6
},
{
"id": 2455,
"field_id": 28430,
"hidden": true,
"order": 7
},
{
"id": 2456,
"field_id": 28414,
"hidden": true,
"order": 32767
},
{
"id": 2458,
"field_id": 28415,
"hidden": true,
"order": 32767
},
{
"id": 2457,
"field_id": 28433,
"hidden": true,
"order": 32767
}
]
},
{
"id": 12023,
"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": 13095,
"field_id": 28440,
"name": "",
"description": "Select the type of activty",
"enabled": false,
"required": true,
"order": 0,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 13096,
"field_id": 28410,
"name": "",
"description": "Select the contact",
"enabled": true,
"required": true,
"order": 1,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 13097,
"field_id": 28413,
"name": "",
"description": "Select the associated pipeline",
"enabled": true,
"required": true,
"order": 2,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 13098,
"field_id": 28411,
"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": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 13099,
"field_id": 28412,
"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": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 13100,
"field_id": 28439,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 5,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 13101,
"field_id": 28430,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 6,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 13102,
"field_id": 28433,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 7,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 13103,
"field_id": 28414,
"name": "",
"description": "Upload any documents related to this activity",
"enabled": true,
"required": true,
"order": 10,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2024-05-02T11:02:20.544716+00:00",
"updated_on": "2024-09-30T06:41:33.330125+00:00",
"last_modified_by": "frederik@baserow.io",
"field_28440": null,
"field_28410": [
4
],
"field_28411": "2024-07-04",
"field_28412": "- **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_28413": [
3
],
"field_28439": null,
"field_28430": null,
"field_28433": null,
"field_28414": [
{
"name": "NEisRz1ngTVz3k4H9ZKrvtQ8tnGSgk4f_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "NEisRz1ngTVz3k4H9ZKrvtQ8tnGSgk4f_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg"
}
],
"field_28415": 14535
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2024-05-02T11:02:20.545236+00:00",
"updated_on": "2024-09-30T06:41:33.330190+00:00",
"last_modified_by": "frederik@baserow.io",
"field_28440": null,
"field_28410": [
3
],
"field_28411": "2024-06-16",
"field_28412": "- **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_28413": [
4
],
"field_28439": null,
"field_28430": null,
"field_28433": null,
"field_28414": [],
"field_28415": 14538
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2024-05-02T11:02:20.545645+00:00",
"updated_on": "2024-09-30T06:41:33.330228+00:00",
"last_modified_by": "frederik@baserow.io",
"field_28440": null,
"field_28410": [
1
],
"field_28411": "2024-08-10",
"field_28412": "- **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_28413": [
6
],
"field_28439": null,
"field_28430": null,
"field_28433": null,
"field_28414": [],
"field_28415": 14539
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2024-05-02T11:02:20.546115+00:00",
"updated_on": "2024-09-30T06:41:33.330264+00:00",
"last_modified_by": "frederik@baserow.io",
"field_28440": null,
"field_28410": [
1
],
"field_28411": "2024-08-11",
"field_28412": "- **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_28413": [
6
],
"field_28439": null,
"field_28430": null,
"field_28433": null,
"field_28414": [
{
"name": "CaZlcFMExTYBuGFs73hSL72sk0PvBlXM_dfd20f29107076127b776a18d8620400ffadddb73267df1bf88802f5ad191302.jpg",
"visible_name": "business_card.01.jpg",
"original_name": "CaZlcFMExTYBuGFs73hSL72sk0PvBlXM_dfd20f29107076127b776a18d8620400ffadddb73267df1bf88802f5ad191302.jpg"
},
{
"name": "cW2VrACV3Z28qTOSqMszeBx6lma0tM7X_e7fa567aac5fdffb5569ad7301a186889981b3f504d39250a6aebbce0ac452d6.pdf",
"visible_name": "contract.pdf",
"original_name": "cW2VrACV3Z28qTOSqMszeBx6lma0tM7X_e7fa567aac5fdffb5569ad7301a186889981b3f504d39250a6aebbce0ac452d6.pdf"
}
],
"field_28415": 14536
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2024-05-02T11:02:20.546552+00:00",
"updated_on": "2024-09-30T06:41:33.330299+00:00",
"last_modified_by": "frederik@baserow.io",
"field_28440": null,
"field_28410": [
2
],
"field_28411": "2024-08-13",
"field_28412": "- **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_28413": [
7
],
"field_28439": null,
"field_28430": null,
"field_28433": null,
"field_28414": [],
"field_28415": 14539
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2024-05-03T06:35:13.827954+00:00",
"updated_on": "2024-09-30T06:41:33.330334+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_28440": null,
"field_28410": [
2
],
"field_28411": "2024-08-09",
"field_28412": "- **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_28413": [
1
],
"field_28439": null,
"field_28430": null,
"field_28433": null,
"field_28414": [],
"field_28415": 14538
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2024-05-03T06:35:22.579013+00:00",
"updated_on": "2024-09-30T06:41:33.330368+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_28440": null,
"field_28410": [
1
],
"field_28411": "2024-07-12",
"field_28412": "- **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_28413": [
8
],
"field_28439": null,
"field_28430": null,
"field_28433": null,
"field_28414": [
{
"name": "NEisRz1ngTVz3k4H9ZKrvtQ8tnGSgk4f_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "NEisRz1ngTVz3k4H9ZKrvtQ8tnGSgk4f_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg"
}
],
"field_28415": 14535
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2024-05-03T06:35:27.932441+00:00",
"updated_on": "2024-09-30T06:41:33.330402+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_28440": null,
"field_28410": [
6
],
"field_28411": "2024-07-18",
"field_28412": "- **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_28413": [
4
],
"field_28439": null,
"field_28430": null,
"field_28433": null,
"field_28414": [],
"field_28415": 14536
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2024-05-03T06:35:46.875292+00:00",
"updated_on": "2024-09-30T06:41:33.330436+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_28440": null,
"field_28410": [
3
],
"field_28411": "2024-08-02",
"field_28412": "- **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_28413": [
4
],
"field_28439": null,
"field_28430": null,
"field_28433": null,
"field_28414": [],
"field_28415": 14538
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2024-05-03T06:35:53.561693+00:00",
"updated_on": "2024-09-30T06:41:33.330470+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_28440": null,
"field_28410": [
1
],
"field_28411": "2024-08-23",
"field_28412": "- **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_28413": [
6
],
"field_28439": null,
"field_28430": null,
"field_28433": null,
"field_28414": [],
"field_28415": 14539
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2024-05-03T06:36:02.567731+00:00",
"updated_on": "2024-09-30T06:41:33.330503+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_28440": null,
"field_28410": [
4
],
"field_28411": "2024-07-11",
"field_28412": "- **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_28413": [
3
],
"field_28439": null,
"field_28430": null,
"field_28433": null,
"field_28414": [],
"field_28415": 14538
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2024-05-03T06:36:09.817128+00:00",
"updated_on": "2024-09-30T06:41:33.330548+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_28440": null,
"field_28410": [
5
],
"field_28411": "2024-09-04",
"field_28412": "- **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_28413": [
7
],
"field_28439": null,
"field_28430": null,
"field_28433": null,
"field_28414": [
{
"name": "xqGknlj63tR3BgryV9DS5qz1veuR9jgD_e7fa567aac5fdffb5569ad7301a186889981b3f504d39250a6aebbce0ac452d6.pdf",
"visible_name": "contract.pdf",
"original_name": "xqGknlj63tR3BgryV9DS5qz1veuR9jgD_e7fa567aac5fdffb5569ad7301a186889981b3f504d39250a6aebbce0ac452d6.pdf"
}
],
"field_28415": 14540
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2024-05-03T06:36:25.384509+00:00",
"updated_on": "2024-09-30T06:41:33.330589+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_28440": null,
"field_28410": [
7
],
"field_28411": "2024-09-11",
"field_28412": "- **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_28413": [
6
],
"field_28439": null,
"field_28430": null,
"field_28433": null,
"field_28414": [],
"field_28415": 14536
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2024-05-03T06:36:36.903602+00:00",
"updated_on": "2024-09-30T06:41:33.330624+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_28440": null,
"field_28410": [
7
],
"field_28411": "2024-07-22",
"field_28412": "- **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_28413": [
8
],
"field_28439": null,
"field_28430": null,
"field_28433": null,
"field_28414": [],
"field_28415": 14538
},
{
"id": 16,
"order": "14.50000000000000000000",
"created_on": "2024-09-11T11:43:47.561869+00:00",
"updated_on": "2024-09-30T06:41:33.330684+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_28440": null,
"field_28410": [
7
],
"field_28411": "2024-07-18",
"field_28412": "- **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_28413": [
4,
8
],
"field_28439": null,
"field_28430": null,
"field_28433": null,
"field_28414": [],
"field_28415": 14535
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2024-05-03T06:36:42.701095+00:00",
"updated_on": "2024-09-30T06:41:33.330718+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_28440": null,
"field_28410": [
4
],
"field_28411": "2024-07-18",
"field_28412": "- **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_28413": [
3
],
"field_28439": null,
"field_28430": null,
"field_28433": null,
"field_28414": [
{
"name": "CaZlcFMExTYBuGFs73hSL72sk0PvBlXM_dfd20f29107076127b776a18d8620400ffadddb73267df1bf88802f5ad191302.jpg",
"visible_name": "business_card.01.jpg",
"original_name": "CaZlcFMExTYBuGFs73hSL72sk0PvBlXM_dfd20f29107076127b776a18d8620400ffadddb73267df1bf88802f5ad191302.jpg"
}
],
"field_28415": 14536
},
{
"id": 17,
"order": "16.00000000000000000000",
"created_on": "2024-12-11T12:47:21.569082+00:00",
"updated_on": "2024-12-11T12:47:21.569082+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_28440": null,
"field_28410": [
1,
7
],
"field_28411": "2024-12-11",
"field_28412": "Discussing the details before sending the contract",
"field_28413": [
7,
1
],
"field_28439": null,
"field_28430": null,
"field_28433": null,
"field_28414": [],
"field_28415": 14536
}
],
"data_sync": null
},
{
"id": 2973,
"name": "Employees",
"order": 5,
"fields": [
{
"id": 28416,
"type": "text",
"name": "Name",
"description": null,
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 28417,
"type": "email",
"name": "Email",
"description": null,
"order": 1,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 28418,
"type": "phone_number",
"name": "Phone",
"description": null,
"order": 2,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 28419,
"type": "link_row",
"name": "Pipelines",
"description": null,
"order": 3,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2971,
"link_row_related_field_id": 28409,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 28428,
"type": "formula",
"name": "Active pipelines count",
"description": null,
"order": 4,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"array_formula_type": null,
"error": null,
"date_show_tzinfo": null,
"date_time_format": null,
"date_format": null,
"date_force_timezone": null,
"nullable": false,
"date_include_time": null,
"number_decimal_places": 0,
"duration_format": null,
"formula": "count(filter(lookup('Pipelines','Stage'),and(lookup('Pipelines','Stage') != 'Closed Won',lookup('Pipelines','Stage') != 'Closed Lost')))",
"formula_type": "number"
},
{
"id": 28431,
"type": "count",
"name": "Total pipelines count",
"description": null,
"order": 5,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"array_formula_type": null,
"error": null,
"date_show_tzinfo": null,
"date_time_format": null,
"date_format": null,
"date_force_timezone": null,
"nullable": false,
"date_include_time": null,
"number_decimal_places": 0,
"duration_format": null,
"through_field_id": 28419
},
{
"id": 28420,
"type": "password",
"name": "Password",
"description": null,
"order": 6,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 28421,
"type": "single_select",
"name": "Job role",
"description": null,
"order": 7,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"select_options": [
{
"id": 14541,
"value": "Account manager",
"color": "cyan",
"order": 0
},
{
"id": 14542,
"value": "Executive manager",
"color": "darker-cyan",
"order": 1
}
]
}
],
"views": [
{
"id": 12024,
"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": 8589,
"field_id": 28416,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 94916,
"field_id": 28416,
"width": 171,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94917,
"field_id": 28417,
"width": 241,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94918,
"field_id": 28421,
"width": 200,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94919,
"field_id": 28418,
"width": 151,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94920,
"field_id": 28420,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94921,
"field_id": 28419,
"width": 154,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94922,
"field_id": 28431,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 94923,
"field_id": 28428,
"width": 209,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2024-05-02T14:55:03.815729+00:00",
"updated_on": "2024-09-06T11:05:08.794984+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_28416": "Clayton Best",
"field_28417": "clayton.best@example.com",
"field_28418": "(916) 478-0153",
"field_28419": [
1,
5,
9
],
"field_28428": null,
"field_28431": null,
"field_28420": "pbkdf2_sha256$390000$0GzGhbLFXVbGoJzTrWhTxg$aVF16wfOB5zqVtn82Gn81kpapMc2IxL/NvLmjCRRlgM=",
"field_28421": 14541
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2024-05-02T14:55:03.815748+00:00",
"updated_on": "2024-09-06T11:05:10.573976+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_28416": "Jonathan Castillo",
"field_28417": "jonathan.castillo@example.com",
"field_28418": "(714) 674-5259",
"field_28419": [
4,
6,
8
],
"field_28428": null,
"field_28431": null,
"field_28420": "pbkdf2_sha256$390000$XTxLY9QkeyEgA6xKRlMe6H$Bqek6m4/FVFU8B0MYfVRhZmzD0LiV30LdYfglmC+6OU=",
"field_28421": 14541
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2024-05-02T15:32:09.068260+00:00",
"updated_on": "2024-09-12T09:23:37.808849+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_28416": "Jane Dradder",
"field_28417": "jane.dradder@example.com",
"field_28418": "(720) 555-2389",
"field_28419": [
2,
3,
7
],
"field_28428": null,
"field_28431": null,
"field_28420": "pbkdf2_sha256$600000$ZSga61lGSg6h82iBO0pMjs$MT2jGd3HgyGR51DTtnhQNLTF8qds93Dy/Tk3HVuB1WA=",
"field_28421": 14542
}
],
"data_sync": null
}
]
},
{
"pages": [
{
"id": 1459,
"name": "__shared__",
"order": 0,
"path": "__shared__",
"path_params": {},
"shared": true,
"elements": [
{
"id": 40321,
"order": "1.00000000000000000000",
"type": "header",
"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": 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",
"share_type": "except",
"pages": [
829
]
},
{
"id": 40322,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 40321,
"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",
"image_source_type": "upload",
"image_file_id": {
"name": "IYxovwCoEsQatEcZGPEOm78RvPCw887P_d570910b4de568550dc3e4548e3233094024b77f3ddab2102aaddce3023fd13f.png",
"original_name": "template-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 40324,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 40323,
"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\udd11 Logged in as **', get('user.username'), '** (', get('user.role'), ')')",
"format": "markdown"
},
{
"id": 40325,
"order": "1.00000000000000000000",
"type": "button",
"parent_element_id": 40323,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right",
"button_font_size": 12
}
},
"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": 40323,
"order": "2.00000000000000000000",
"type": "column",
"parent_element_id": 40321,
"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": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 0,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 10,
"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"
}
],
"data_sources": [],
"workflow_actions": [
{
"id": 5359,
"type": "logout",
"order": 1,
"page_id": 1459,
"element_id": 40325,
"event": "click"
}
],
"visibility": "all",
"role_type": "allow_all",
"roles": []
},
{
"id": 829,
"name": "Login",
"order": 1,
"path": "/",
"path_params": [],
"shared": false,
"elements": [
{
"id": 17557,
"order": "1.00000000000000000000",
"type": "image",
"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",
"image_source_type": "upload",
"image_file_id": {
"name": "VBUt4qBUOItxJWiTfHfOZSRZrFfE8jtJ_d570910b4de568550dc3e4548e3233094024b77f3ddab2102aaddce3023fd13f.png",
"original_name": "marketing-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 17558,
"order": "1.50000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_1_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 10,
"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": "'Sign in'",
"level": 1
},
{
"id": 17559,
"order": "2.00000000000000000000",
"type": "auth_form",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"input": {},
"login_button": {
"button_alignment": "center",
"button_horizontal_padding": 36
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 100,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 100,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 50,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 50,
"style_background": "color",
"style_background_color": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "small",
"user_source_id": 70,
"login_button_label": "'Sign in'"
}
],
"data_sources": [],
"workflow_actions": [
{
"id": 2621,
"type": "open_page",
"order": 1,
"page_id": 829,
"element_id": 17559,
"event": "after_login",
"navigation_type": "page",
"navigate_to_page_id": 830,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
],
"visibility": "all",
"role_type": "allow_all",
"roles": []
},
{
"id": 830,
"name": "Home",
"order": 2,
"path": "/home",
"path_params": [],
"shared": false,
"elements": [
{
"id": 17562,
"order": "0.50000000000000000000",
"type": "image",
"parent_element_id": 17561,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"image": {
"image_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",
"image_source_type": "upload",
"image_file_id": {
"name": "kbkHTxpYucw4ZFqoALJ97K2vnK9zYITl_bd2e2bf29da18e5b26840be19c216476469aa4eee0bbc73d2ce76443501630a5.png",
"original_name": "companies.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 17563,
"order": "0.50000000000000000000",
"type": "image",
"parent_element_id": 17561,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"image": {
"image_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",
"image_source_type": "upload",
"image_file_id": {
"name": "AelQwx7AvzoNtQkLfzG9G3mukFWIFH66_f2700f8f4c8b2a2c42dfe5d99fa71404e493749fd2a505dafe98e3284b3a1871.png",
"original_name": "contacts.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 17564,
"order": "0.50000000000000000000",
"type": "image",
"parent_element_id": 17561,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"image": {
"image_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",
"image_source_type": "upload",
"image_file_id": {
"name": "BUwX7cnXvhxfsN9QWQt3rTqkp6rf3ODK_93ea7e3c5cfe700e58af4ca57487522c0a382d55ec4f2ac60c752370ac3b27d7.png",
"original_name": "activities.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 17566,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 17561,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"image": {
"image_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": "#014aacff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "PVN366X8Wc1t6lAhtdnA61tJdITPlc1P_63d9e8da8fc42ae35c5a20d981a85db27c569ff663c909996bee284248670513.png",
"original_name": "pipelines.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 17569,
"order": "1.50000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_1_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 10,
"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": "'Welcome to Lightweight CRM'",
"level": 1
},
{
"id": 17570,
"order": "1.66666666666666674068",
"type": "text",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_text_alignment": "center"
}
},
"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": 10,
"style_margin_bottom": 50,
"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": "'Manage your sales in a single place'",
"format": "plain"
},
{
"id": 17571,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17561,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 831,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Pipelines ->'",
"variant": "button"
},
{
"id": 17572,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17561,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 835,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Companies ->'",
"variant": "button"
},
{
"id": 17573,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17561,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 838,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Contacts ->'",
"variant": "button"
},
{
"id": 17574,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17561,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 842,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Activities ->'",
"variant": "button"
},
{
"id": 17561,
"order": "3.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": 4,
"column_gap": 20,
"alignment": "top"
}
],
"data_sources": [],
"workflow_actions": [],
"visibility": "logged-in",
"role_type": "allow_all",
"roles": []
},
{
"id": 831,
"name": "Pipelines",
"order": 3,
"path": "/pipelines",
"path_params": [],
"shared": false,
"elements": [
{
"id": 17584,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 17577,
"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": "'All open pipelines'",
"level": 1
},
{
"id": 17585,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 17577,
"place_in_container": "1",
"visibility": "logged-in",
"role_type": "disallow_all_except",
"roles": [
"Executive manager"
],
"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": 832,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'+ Add new pipeline'",
"variant": "button"
},
{
"id": 17586,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 17578,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_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": "color",
"style_background_color": "#d0f6dc",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'QUALIFIED'",
"level": 2
},
{
"id": 17587,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 17578,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_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": "color",
"style_background_color": "#fff4da",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'FOLLOW-UP'",
"level": 2
},
{
"id": 17588,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 17578,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_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": "color",
"style_background_color": "#a0ebf5",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'NEGOTIATION'",
"level": 2
},
{
"id": 17589,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 17578,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_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": "color",
"style_background_color": "#d7d8d9",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'CONTRACT SENT'",
"level": 2
},
{
"id": 17594,
"order": "1.00000000000000000000",
"type": "repeat",
"parent_element_id": 17579,
"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": 1,
"style_padding_left": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 10,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#924747",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 1804,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [
{
"schema_property": "field_28401",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_28402",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_28403",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_28404",
"filterable": false,
"sortable": false,
"searchable": false
},
{
"schema_property": "field_28406",
"filterable": true,
"sortable": true,
"searchable": false
},
{
"schema_property": "field_28405",
"filterable": true,
"sortable": true,
"searchable": false
}
],
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
},
{
"id": 17595,
"order": "1.00000000000000000000",
"type": "repeat",
"parent_element_id": 17579,
"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": 1,
"style_padding_left": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 10,
"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": 1805,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [
{
"schema_property": "field_28401",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_28402",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_28403",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_28404",
"filterable": false,
"sortable": false,
"searchable": false
},
{
"schema_property": "field_28405",
"filterable": true,
"sortable": true,
"searchable": false
},
{
"schema_property": "field_28406",
"filterable": true,
"sortable": true,
"searchable": false
}
],
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
},
{
"id": 17596,
"order": "1.00000000000000000000",
"type": "repeat",
"parent_element_id": 17579,
"place_in_container": "2",
"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": 1,
"style_padding_left": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 10,
"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": 1806,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [
{
"schema_property": "field_28401",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_28402",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_28403",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_28404",
"filterable": false,
"sortable": false,
"searchable": false
},
{
"schema_property": "field_28405",
"filterable": true,
"sortable": true,
"searchable": false
},
{
"schema_property": "field_28406",
"filterable": true,
"sortable": true,
"searchable": false
}
],
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
},
{
"id": 17597,
"order": "1.00000000000000000000",
"type": "repeat",
"parent_element_id": 17579,
"place_in_container": "3",
"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": 1,
"style_padding_left": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 10,
"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": 1807,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [
{
"schema_property": "field_28401",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_28402",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_28403",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_28404",
"filterable": false,
"sortable": false,
"searchable": false
},
{
"schema_property": "field_28405",
"filterable": true,
"sortable": true,
"searchable": false
},
{
"schema_property": "field_28406",
"filterable": true,
"sortable": true,
"searchable": false
}
],
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
},
{
"id": 17602,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 17594,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 1,
"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": "get('current_record.field_28401')",
"level": 3
},
{
"id": 17576,
"order": "1.39999999999999991118",
"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": 4,
"column_gap": 20,
"alignment": "top"
},
{
"id": 17577,
"order": "1.42857142857142860315",
"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": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 17603,
"order": "1.50000000000000000000",
"type": "heading",
"parent_element_id": 17595,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 1,
"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": "get('current_record.field_28401')",
"level": 3
},
{
"id": 17604,
"order": "1.50000000000000000000",
"type": "heading",
"parent_element_id": 17598,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 1,
"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": "get('current_record.field_28401')",
"level": 3
},
{
"id": 17578,
"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": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 0,
"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": 4,
"column_gap": 20,
"alignment": "top"
},
{
"id": 17590,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17576,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_background_color": "secondary",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 831,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udd17 Pipelines'",
"variant": "button"
},
{
"id": 17591,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17576,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "color",
"style_background_color": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 835,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83c\udfe2 Companies'",
"variant": "button"
},
{
"id": 17592,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17576,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 838,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udc65 Contacts'",
"variant": "button"
},
{
"id": 17593,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17576,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 842,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udde3\ufe0f Activities'",
"variant": "button"
},
{
"id": 17598,
"order": "2.00000000000000000000",
"type": "repeat",
"parent_element_id": 17580,
"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": 1,
"style_padding_left": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 10,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#924747",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 1808,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [
{
"schema_property": "field_28401",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_28402",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_28403",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_28404",
"filterable": true,
"sortable": true,
"searchable": false
},
{
"schema_property": "field_28405",
"filterable": true,
"sortable": true,
"searchable": false
}
],
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
},
{
"id": 17599,
"order": "2.00000000000000000000",
"type": "repeat",
"parent_element_id": 17580,
"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": 1,
"style_padding_left": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 10,
"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": 1809,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [
{
"schema_property": "field_28401",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_28402",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_28403",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_28404",
"filterable": true,
"sortable": true,
"searchable": false
},
{
"schema_property": "field_28405",
"filterable": true,
"sortable": true,
"searchable": false
}
],
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
},
{
"id": 17600,
"order": "2.00000000000000000000",
"type": "repeat",
"parent_element_id": 17580,
"place_in_container": "2",
"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": 1,
"style_padding_left": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 10,
"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": 1810,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [
{
"schema_property": "field_28401",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_28402",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_28403",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_28404",
"filterable": false,
"sortable": false,
"searchable": false
},
{
"schema_property": "field_28405",
"filterable": true,
"sortable": true,
"searchable": false
},
{
"schema_property": "field_28406",
"filterable": true,
"sortable": true,
"searchable": false
}
],
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
},
{
"id": 17601,
"order": "2.00000000000000000000",
"type": "repeat",
"parent_element_id": 17580,
"place_in_container": "3",
"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": 1,
"style_padding_left": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 10,
"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": 1811,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [
{
"schema_property": "field_28401",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_28402",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_28403",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_28405",
"filterable": true,
"sortable": true,
"searchable": false
},
{
"schema_property": "field_28406",
"filterable": true,
"sortable": true,
"searchable": false
}
],
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
},
{
"id": 17605,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17594,
"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": 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": 837,
"page_parameters": [
{
"name": "company_id",
"value": "get('current_record.field_28402.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('current_record.field_28402.0.value')",
"variant": "link"
},
{
"id": 17606,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": 17596,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 1,
"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": "get('current_record.field_28401')",
"level": 3
},
{
"id": 17607,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": 17599,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 1,
"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": "get('current_record.field_28401')",
"level": 3
},
{
"id": 17579,
"order": "2.50000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "disallow_all_except",
"roles": [
"Executive manager"
],
"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": 0,
"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": 4,
"column_gap": 20,
"alignment": "top"
},
{
"id": 17608,
"order": "2.50000000000000000000",
"type": "link",
"parent_element_id": 17595,
"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": 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": 837,
"page_parameters": [
{
"name": "company_id",
"value": "get('current_record.field_28402.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('current_record.field_28402.0.value')",
"variant": "link"
},
{
"id": 17609,
"order": "2.50000000000000000000",
"type": "heading",
"parent_element_id": 17597,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 1,
"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": "get('current_record.field_28401')",
"level": 3
},
{
"id": 17610,
"order": "2.50000000000000000000",
"type": "link",
"parent_element_id": 17598,
"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": 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": 837,
"page_parameters": [
{
"name": "company_id",
"value": "get('current_record.field_28402.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('current_record.field_28402.0.value')",
"variant": "link"
},
{
"id": 17611,
"order": "2.50000000000000000000",
"type": "heading",
"parent_element_id": 17600,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 1,
"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": "get('current_record.field_28401')",
"level": 3
},
{
"id": 17612,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 17594,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'VALUE'",
"format": "plain"
},
{
"id": 17613,
"order": "3.00000000000000000000",
"type": "link",
"parent_element_id": 17596,
"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": 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": 837,
"page_parameters": [
{
"name": "company_id",
"value": "get('current_record.field_28402.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('current_record.field_28402.0.value')",
"variant": "link"
},
{
"id": 17614,
"order": "3.00000000000000000000",
"type": "link",
"parent_element_id": 17599,
"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": 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": 837,
"page_parameters": [
{
"name": "company_id",
"value": "get('current_record.field_28402.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('current_record.field_28402.0.value')",
"variant": "link"
},
{
"id": 17615,
"order": "3.00000000000000000000",
"type": "heading",
"parent_element_id": 17601,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 1,
"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": "get('current_record.field_28401')",
"level": 3
},
{
"id": 17616,
"order": "3.50000000000000000000",
"type": "text",
"parent_element_id": 17595,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'VALUE'",
"format": "plain"
},
{
"id": 17617,
"order": "3.50000000000000000000",
"type": "link",
"parent_element_id": 17597,
"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": 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": 837,
"page_parameters": [
{
"name": "company_id",
"value": "get('current_record.field_28402.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('current_record.field_28402.0.value')",
"variant": "link"
},
{
"id": 17618,
"order": "3.50000000000000000000",
"type": "text",
"parent_element_id": 17598,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'VALUE'",
"format": "plain"
},
{
"id": 17619,
"order": "3.50000000000000000000",
"type": "link",
"parent_element_id": 17600,
"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": 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": 837,
"page_parameters": [
{
"name": "company_id",
"value": "get('current_record.field_28402.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('current_record.field_28402.0.value')",
"variant": "link"
},
{
"id": 17580,
"order": "4.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "disallow_all_except",
"roles": [
"Account manager"
],
"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": 0,
"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": 4,
"column_gap": 20,
"alignment": "top"
},
{
"id": 17620,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 17594,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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('$ ',get('current_record.field_28406'))",
"format": "plain"
},
{
"id": 17621,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 17596,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'VALUE'",
"format": "plain"
},
{
"id": 17622,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 17599,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'VALUE'",
"format": "plain"
},
{
"id": 17623,
"order": "4.00000000000000000000",
"type": "link",
"parent_element_id": 17601,
"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": 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": 837,
"page_parameters": [
{
"name": "company_id",
"value": "get('current_record.field_28402.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('current_record.field_28402.0.value')",
"variant": "link"
},
{
"id": 17624,
"order": "4.50000000000000000000",
"type": "text",
"parent_element_id": 17595,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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('$ ',get('current_record.field_28406'))",
"format": "plain"
},
{
"id": 17625,
"order": "4.50000000000000000000",
"type": "text",
"parent_element_id": 17597,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'VALUE'",
"format": "plain"
},
{
"id": 17626,
"order": "4.50000000000000000000",
"type": "text",
"parent_element_id": 17598,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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('$ ',get('current_record.field_28406'))",
"format": "plain"
},
{
"id": 17627,
"order": "4.50000000000000000000",
"type": "text",
"parent_element_id": 17600,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'VALUE'",
"format": "plain"
},
{
"id": 17628,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 17594,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'LAST ACTIVITY'",
"format": "plain"
},
{
"id": 17629,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 17596,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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('$ ',get('current_record.field_28406'))",
"format": "plain"
},
{
"id": 17630,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 17599,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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('$ ',get('current_record.field_28406'))",
"format": "plain"
},
{
"id": 17631,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 17601,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'VALUE'",
"format": "plain"
},
{
"id": 17632,
"order": "5.33333333333333303727",
"type": "text",
"parent_element_id": 17595,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'LAST ACTIVITY'",
"format": "plain"
},
{
"id": 17633,
"order": "5.33333333333333303727",
"type": "text",
"parent_element_id": 17597,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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('$ ',get('current_record.field_28406'))",
"format": "plain"
},
{
"id": 17634,
"order": "5.33333333333333303727",
"type": "text",
"parent_element_id": 17598,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'LAST ACTIVITY'",
"format": "plain"
},
{
"id": 17635,
"order": "5.33333333333333303727",
"type": "text",
"parent_element_id": 17600,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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('$ ',get('current_record.field_28406'))",
"format": "plain"
},
{
"id": 17636,
"order": "5.50000000000000000000",
"type": "text",
"parent_element_id": 17594,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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": "get('current_record.field_28435')",
"format": "plain"
},
{
"id": 17637,
"order": "5.50000000000000000000",
"type": "text",
"parent_element_id": 17596,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'LAST ACTIVITY'",
"format": "plain"
},
{
"id": 17638,
"order": "5.50000000000000000000",
"type": "text",
"parent_element_id": 17599,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'LAST ACTIVITY'",
"format": "plain"
},
{
"id": 17639,
"order": "5.50000000000000000000",
"type": "text",
"parent_element_id": 17601,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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('$ ',get('current_record.field_28406'))",
"format": "plain"
},
{
"id": 17640,
"order": "5.66666666666666696273",
"type": "text",
"parent_element_id": 17595,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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": "get('current_record.field_28435')",
"format": "plain"
},
{
"id": 17641,
"order": "5.66666666666666696273",
"type": "text",
"parent_element_id": 17597,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'LAST ACTIVITY'",
"format": "plain"
},
{
"id": 17642,
"order": "5.66666666666666696273",
"type": "text",
"parent_element_id": 17598,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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": "get('current_record.field_28435')",
"format": "plain"
},
{
"id": 17643,
"order": "5.66666666666666696273",
"type": "text",
"parent_element_id": 17600,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'LAST ACTIVITY'",
"format": "plain"
},
{
"id": 17644,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 17594,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'EXPECTED CLOSE DATE'",
"format": "plain"
},
{
"id": 17645,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 17596,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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": "get('current_record.field_28435')",
"format": "plain"
},
{
"id": 17646,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 17599,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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": "get('current_record.field_28435')",
"format": "plain"
},
{
"id": 17647,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 17601,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'LAST ACTIVITY'",
"format": "plain"
},
{
"id": 17648,
"order": "6.50000000000000000000",
"type": "text",
"parent_element_id": 17595,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'EXPECTED CLOSE DATE'",
"format": "plain"
},
{
"id": 17649,
"order": "6.50000000000000000000",
"type": "text",
"parent_element_id": 17597,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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": "get('current_record.field_28435')",
"format": "plain"
},
{
"id": 17650,
"order": "6.50000000000000000000",
"type": "text",
"parent_element_id": 17598,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'EXPECTED CLOSE DATE'",
"format": "plain"
},
{
"id": 17651,
"order": "6.50000000000000000000",
"type": "text",
"parent_element_id": 17600,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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": "get('current_record.field_28435')",
"format": "plain"
},
{
"id": 17652,
"order": "7.00000000000000000000",
"type": "text",
"parent_element_id": 17594,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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": "get('current_record.field_28405')",
"format": "plain"
},
{
"id": 17653,
"order": "7.00000000000000000000",
"type": "text",
"parent_element_id": 17596,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'EXPECTED CLOSE DATE'",
"format": "plain"
},
{
"id": 17654,
"order": "7.00000000000000000000",
"type": "text",
"parent_element_id": 17599,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'EXPECTED CLOSE DATE'",
"format": "plain"
},
{
"id": 17655,
"order": "7.00000000000000000000",
"type": "text",
"parent_element_id": 17601,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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": "get('current_record.field_28435')",
"format": "plain"
},
{
"id": 17656,
"order": "7.50000000000000000000",
"type": "text",
"parent_element_id": 17595,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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": "get('current_record.field_28405')",
"format": "plain"
},
{
"id": 17657,
"order": "7.50000000000000000000",
"type": "text",
"parent_element_id": 17597,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'EXPECTED CLOSE DATE'",
"format": "plain"
},
{
"id": 17658,
"order": "7.50000000000000000000",
"type": "text",
"parent_element_id": 17598,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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": "get('current_record.field_28405')",
"format": "plain"
},
{
"id": 17659,
"order": "7.50000000000000000000",
"type": "text",
"parent_element_id": 17600,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'EXPECTED CLOSE DATE'",
"format": "plain"
},
{
"id": 17660,
"order": "8.00000000000000000000",
"type": "text",
"parent_element_id": 17594,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'OWNER'",
"format": "plain"
},
{
"id": 17661,
"order": "8.00000000000000000000",
"type": "text",
"parent_element_id": 17596,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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": "get('current_record.field_28405')",
"format": "plain"
},
{
"id": 17662,
"order": "8.00000000000000000000",
"type": "text",
"parent_element_id": 17599,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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": "get('current_record.field_28405')",
"format": "plain"
},
{
"id": 17663,
"order": "8.00000000000000000000",
"type": "text",
"parent_element_id": 17601,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'EXPECTED CLOSE DATE'",
"format": "plain"
},
{
"id": 17664,
"order": "8.50000000000000000000",
"type": "text",
"parent_element_id": 17595,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'OWNER'",
"format": "plain"
},
{
"id": 17665,
"order": "8.50000000000000000000",
"type": "text",
"parent_element_id": 17597,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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": "get('current_record.field_28405')",
"format": "plain"
},
{
"id": 17666,
"order": "8.50000000000000000000",
"type": "text",
"parent_element_id": 17598,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'OWNER'",
"format": "plain"
},
{
"id": 17667,
"order": "8.50000000000000000000",
"type": "text",
"parent_element_id": 17600,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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": "get('current_record.field_28405')",
"format": "plain"
},
{
"id": 17668,
"order": "9.00000000000000000000",
"type": "text",
"parent_element_id": 17594,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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": "get('current_record.field_28409.0.value')",
"format": "plain"
},
{
"id": 17669,
"order": "9.00000000000000000000",
"type": "text",
"parent_element_id": 17596,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'OWNER'",
"format": "plain"
},
{
"id": 17670,
"order": "9.00000000000000000000",
"type": "text",
"parent_element_id": 17599,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'OWNER'",
"format": "plain"
},
{
"id": 17671,
"order": "9.00000000000000000000",
"type": "text",
"parent_element_id": 17601,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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": "get('current_record.field_28405')",
"format": "plain"
},
{
"id": 17672,
"order": "9.50000000000000000000",
"type": "text",
"parent_element_id": 17598,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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": "get('current_record.field_28409.0.value')",
"format": "plain"
},
{
"id": 17673,
"order": "10.00000000000000000000",
"type": "text",
"parent_element_id": 17595,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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": "get('current_record.field_28409.0.value')",
"format": "plain"
},
{
"id": 17674,
"order": "10.00000000000000000000",
"type": "text",
"parent_element_id": 17597,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'OWNER'",
"format": "plain"
},
{
"id": 17675,
"order": "10.00000000000000000000",
"type": "link",
"parent_element_id": 17594,
"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": 30,
"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": 833,
"page_parameters": [
{
"name": "pipeline_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'DETAILS'",
"variant": "button"
},
{
"id": 17676,
"order": "10.00000000000000000000",
"type": "text",
"parent_element_id": 17600,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'OWNER'",
"format": "plain"
},
{
"id": 17677,
"order": "10.50000000000000000000",
"type": "text",
"parent_element_id": 17599,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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": "get('current_record.field_28409.0.value')",
"format": "plain"
},
{
"id": 17678,
"order": "11.00000000000000000000",
"type": "text",
"parent_element_id": 17596,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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": "get('current_record.field_28409.0.value')",
"format": "plain"
},
{
"id": 17679,
"order": "11.00000000000000000000",
"type": "link",
"parent_element_id": 17595,
"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": 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": 833,
"page_parameters": [
{
"name": "pipeline_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'Details'",
"variant": "button"
},
{
"id": 17680,
"order": "11.00000000000000000000",
"type": "link",
"parent_element_id": 17598,
"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": 30,
"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": 833,
"page_parameters": [
{
"name": "pipeline_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'DETAILS'",
"variant": "button"
},
{
"id": 17681,
"order": "11.00000000000000000000",
"type": "text",
"parent_element_id": 17601,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'OWNER'",
"format": "plain"
},
{
"id": 17682,
"order": "11.50000000000000000000",
"type": "text",
"parent_element_id": 17600,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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": "get('current_record.field_28409.0.value')",
"format": "plain"
},
{
"id": 17683,
"order": "12.00000000000000000000",
"type": "text",
"parent_element_id": 17597,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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": "get('current_record.field_28409.0.value')",
"format": "plain"
},
{
"id": 17684,
"order": "12.00000000000000000000",
"type": "link",
"parent_element_id": 17596,
"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": 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": 833,
"page_parameters": [
{
"name": "pipeline_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'DETAILS'",
"variant": "button"
},
{
"id": 17685,
"order": "12.00000000000000000000",
"type": "link",
"parent_element_id": 17599,
"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": 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": 833,
"page_parameters": [
{
"name": "pipeline_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'Details'",
"variant": "button"
},
{
"id": 17686,
"order": "12.50000000000000000000",
"type": "text",
"parent_element_id": 17601,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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": "get('current_record.field_28409.0.value')",
"format": "plain"
},
{
"id": 17687,
"order": "13.00000000000000000000",
"type": "link",
"parent_element_id": 17597,
"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": 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": 833,
"page_parameters": [
{
"name": "pipeline_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'DETAILS'",
"variant": "button"
},
{
"id": 17688,
"order": "13.00000000000000000000",
"type": "link",
"parent_element_id": 17600,
"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": 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": 833,
"page_parameters": [
{
"name": "pipeline_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'DETAILS'",
"variant": "button"
},
{
"id": 17689,
"order": "14.00000000000000000000",
"type": "link",
"parent_element_id": 17601,
"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": 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": 833,
"page_parameters": [
{
"name": "pipeline_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'DETAILS'",
"variant": "button"
}
],
"data_sources": [
{
"id": 1804,
"name": "All qualified pipelines",
"order": "3.00000000000000000000",
"service": {
"id": 2370,
"integration_id": 118,
"type": "local_baserow_list_rows",
"table_id": 2971,
"view_id": 12010,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 28404,
"type": "single_select_equal",
"value": "14529",
"value_is_formula": false
}
]
}
},
{
"id": 1805,
"name": "All follow-up pipelines",
"order": "4.00000000000000000000",
"service": {
"id": 2371,
"integration_id": 118,
"type": "local_baserow_list_rows",
"table_id": 2971,
"view_id": 12010,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 28404,
"type": "single_select_equal",
"value": "14530",
"value_is_formula": false
}
]
}
},
{
"id": 1806,
"name": "All negotiation pipelines",
"order": "5.00000000000000000000",
"service": {
"id": 2372,
"integration_id": 118,
"type": "local_baserow_list_rows",
"table_id": 2971,
"view_id": 12010,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 28404,
"type": "single_select_equal",
"value": "14531",
"value_is_formula": false
}
]
}
},
{
"id": 1807,
"name": "All contract sent pipelines",
"order": "6.00000000000000000000",
"service": {
"id": 2373,
"integration_id": 118,
"type": "local_baserow_list_rows",
"table_id": 2971,
"view_id": 12010,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 28404,
"type": "single_select_equal",
"value": "14532",
"value_is_formula": false
}
]
}
},
{
"id": 1808,
"name": "Employee qualified pipelines",
"order": "7.00000000000000000000",
"service": {
"id": 2374,
"integration_id": 118,
"type": "local_baserow_list_rows",
"table_id": 2971,
"view_id": 12010,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 28404,
"type": "single_select_equal",
"value": "14529",
"value_is_formula": false
},
{
"field_id": 28409,
"type": "link_row_has",
"value": "get('user.id')",
"value_is_formula": true
}
]
}
},
{
"id": 1809,
"name": "Employee follow-up pipelines",
"order": "8.00000000000000000000",
"service": {
"id": 2375,
"integration_id": 118,
"type": "local_baserow_list_rows",
"table_id": 2971,
"view_id": 12010,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 28404,
"type": "single_select_equal",
"value": "14530",
"value_is_formula": false
},
{
"field_id": 28409,
"type": "link_row_has",
"value": "get('user.id')",
"value_is_formula": true
}
]
}
},
{
"id": 1810,
"name": "Employee Negotiation pipelines",
"order": "9.00000000000000000000",
"service": {
"id": 2376,
"integration_id": 118,
"type": "local_baserow_list_rows",
"table_id": 2971,
"view_id": 12010,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 28404,
"type": "single_select_equal",
"value": "14531",
"value_is_formula": false
},
{
"field_id": 28409,
"type": "link_row_has",
"value": "get('user.id')",
"value_is_formula": true
}
]
}
},
{
"id": 1811,
"name": "Employee contract sent pipelines",
"order": "10.00000000000000000000",
"service": {
"id": 2377,
"integration_id": 118,
"type": "local_baserow_list_rows",
"table_id": 2971,
"view_id": 12010,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 28404,
"type": "single_select_equal",
"value": "14532",
"value_is_formula": false
},
{
"field_id": 28409,
"type": "link_row_has",
"value": "get('user.id')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [],
"visibility": "logged-in",
"role_type": "allow_all",
"roles": []
},
{
"id": 832,
"name": "Pipeline add",
"order": 4,
"path": "/pipeline-add",
"path_params": [],
"shared": false,
"elements": [
{
"id": 17694,
"order": "1.00000000000000000000",
"type": "input_text",
"parent_element_id": 17693,
"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": 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": "'Opportunity'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "",
"is_multiline": false,
"rows": 3,
"input_type": "text"
},
{
"id": 17705,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 17692,
"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": "'+ Add new pipeline'",
"level": 1
},
{
"id": 17691,
"order": "1.39999999999999991118",
"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": 4,
"column_gap": 20,
"alignment": "top"
},
{
"id": 17692,
"order": "1.42857142857142860315",
"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": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 17695,
"order": "2.00000000000000000000",
"type": "input_text",
"parent_element_id": 17693,
"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": 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": "'Description'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "",
"is_multiline": false,
"rows": 3,
"input_type": "text"
},
{
"id": 17706,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17691,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_background_color": "secondary",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 831,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udd17 Pipelines'",
"variant": "button"
},
{
"id": 17707,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17691,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "color",
"style_background_color": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 835,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83c\udfe2 Companies'",
"variant": "button"
},
{
"id": 17708,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17691,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 838,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udc65 Contacts'",
"variant": "button"
},
{
"id": 17709,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17691,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 842,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udde3\ufe0f Activities'",
"variant": "button"
},
{
"id": 17693,
"order": "3.00000000000000000000",
"type": "form_container",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 50,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 50,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 50,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 50,
"style_background": "color",
"style_background_color": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "small",
"submit_button_label": "'+ Create pipeline'",
"reset_initial_values_post_submission": false
},
{
"id": 17696,
"order": "3.50000000000000000000",
"type": "record_selector",
"parent_element_id": 17693,
"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": 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",
"data_source_id": 1813,
"items_per_page": 5,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'Company'",
"default_value": "",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
},
{
"id": 17697,
"order": "4.00000000000000000000",
"type": "choice",
"parent_element_id": 17693,
"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": 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": "'Stage'",
"required": true,
"placeholder": "",
"default_value": "'Qualified'",
"options": [
{
"value": null,
"name": "",
"choice_id": 17697
}
],
"multiple": false,
"show_as_dropdown": true,
"option_type": "formulas",
"formula_value": "get('data_source_context.1812.field_28404.*.value')",
"formula_name": "get('data_source_context.1812.field_28404.*.value')"
},
{
"id": 17698,
"order": "4.33333333333333303727",
"type": "record_selector",
"parent_element_id": 17693,
"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": 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",
"data_source_id": 1814,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'Owner'",
"default_value": "",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
},
{
"id": 17699,
"order": "5.00000000000000000000",
"type": "input_text",
"parent_element_id": 17693,
"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": 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": "'Contract value'",
"required": true,
"validation_type": "integer",
"placeholder": "",
"default_value": "",
"is_multiline": false,
"rows": 3,
"input_type": "text"
},
{
"id": 40326,
"order": "6.50000000000000000000",
"type": "datetime_picker",
"parent_element_id": 17693,
"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": 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": "'Expected close date'",
"required": false,
"default_value": "",
"date_format": "ISO",
"include_time": false,
"time_format": "24"
},
{
"id": 17701,
"order": "7.00000000000000000000",
"type": "input_text",
"parent_element_id": 17693,
"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": 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": "",
"is_multiline": true,
"rows": 5,
"input_type": "text"
}
],
"data_sources": [
{
"id": 1812,
"name": "Pipelines",
"order": "1.00000000000000000000",
"service": {
"id": 2378,
"integration_id": 118,
"type": "local_baserow_list_rows",
"table_id": 2971,
"view_id": 12009,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
},
{
"id": 1813,
"name": "Companies",
"order": "2.00000000000000000000",
"service": {
"id": 2379,
"integration_id": 118,
"type": "local_baserow_list_rows",
"table_id": 2969,
"view_id": 12001,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
},
{
"id": 1814,
"name": "Employees",
"order": "3.00000000000000000000",
"service": {
"id": 2380,
"integration_id": 118,
"type": "local_baserow_list_rows",
"table_id": 2973,
"view_id": 12024,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
}
],
"workflow_actions": [
{
"id": 2627,
"type": "create_row",
"order": 1,
"page_id": 832,
"element_id": 17693,
"event": "submit",
"service": {
"id": 2406,
"integration_id": 118,
"type": "local_baserow_upsert_row",
"table_id": 2971,
"row_id": "",
"field_mappings": [
{
"field_id": 28401,
"value": "get('form_data.17694')",
"enabled": true
},
{
"field_id": 28402,
"value": "get('form_data.17696')",
"enabled": true
},
{
"field_id": 28403,
"value": "get('form_data.17695')",
"enabled": true
},
{
"field_id": 28404,
"value": "get('form_data.17697')",
"enabled": true
},
{
"field_id": 28405,
"value": "get('form_data.40326')",
"enabled": true
},
{
"field_id": 28406,
"value": "get('form_data.17699')",
"enabled": true
},
{
"field_id": 28407,
"value": "get('form_data.17701')",
"enabled": true
},
{
"field_id": 28409,
"value": "get('form_data.17698')",
"enabled": true
}
]
}
},
{
"id": 2629,
"type": "notification",
"order": 2,
"page_id": 832,
"element_id": 17693,
"event": "submit",
"title": "'\u2705 Success '",
"description": "concat('The pipeline for ',get('previous_action.2627.field_28401'),' is created')"
},
{
"id": 2630,
"type": "open_page",
"order": 3,
"page_id": 832,
"element_id": 17693,
"event": "submit",
"navigation_type": "page",
"navigate_to_page_id": 831,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
],
"visibility": "logged-in",
"role_type": "disallow_all_except",
"roles": [
"Executive manager"
]
},
{
"id": 833,
"name": "Pipeline details",
"order": 5,
"path": "/pipeline/:pipeline_id",
"path_params": [
{
"name": "pipeline_id",
"type": "numeric"
}
],
"shared": false,
"elements": [
{
"id": 17717,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 17712,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'STAGE'",
"format": "plain"
},
{
"id": 17718,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 17713,
"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": "'Related activities'",
"level": 2
},
{
"id": 17719,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 17713,
"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",
"navigation_type": "page",
"navigate_to_page_id": 843,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'+ Add new activity'",
"variant": "button"
},
{
"id": 17711,
"order": "1.39999999999999991118",
"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": 4,
"column_gap": 20,
"alignment": "top"
},
{
"id": 17720,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17711,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_background_color": "secondary",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 831,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udd17 Pipelines'",
"variant": "button"
},
{
"id": 17721,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17711,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "color",
"style_background_color": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 835,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83c\udfe2 Companies'",
"variant": "button"
},
{
"id": 17722,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17711,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 838,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udc65 Contacts'",
"variant": "button"
},
{
"id": 17723,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17711,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 842,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udde3\ufe0f Activities'",
"variant": "button"
},
{
"id": 17724,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 17712,
"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": 0,
"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(get('data_source.1815.field_28427'),' ',get('data_source.1815.field_28404.value'))",
"format": "plain"
},
{
"id": 17725,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 17712,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'DESCRIPTION'",
"format": "plain"
},
{
"id": 17726,
"order": "2.00000000000000000000",
"type": "heading",
"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",
"value": "concat(get('data_source.1815.field_28401'),' (',get('data_source.1815.field_28402.*.value'),')')",
"level": 1
},
{
"id": 17712,
"order": "3.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": 50,
"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": 17727,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 17712,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'VALUE'",
"format": "plain"
},
{
"id": 17728,
"order": "3.33333333333333348136",
"type": "text",
"parent_element_id": 17712,
"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": 0,
"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('$ ',get('data_source.1815.field_28406'))",
"format": "plain"
},
{
"id": 17729,
"order": "3.50000000000000000000",
"type": "text",
"parent_element_id": 17712,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'LAST ACTIVITY'",
"format": "plain"
},
{
"id": 17730,
"order": "3.60000000000000008882",
"type": "text",
"parent_element_id": 17712,
"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": 0,
"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": "get('data_source.1815.field_28435')",
"format": "plain"
},
{
"id": 17731,
"order": "3.66666666666666651864",
"type": "text",
"parent_element_id": 17712,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'EXPECTED CLOSE DATE'",
"format": "plain"
},
{
"id": 17713,
"order": "4.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": 2,
"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": "center"
},
{
"id": 17732,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 17712,
"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": 0,
"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": "get('data_source.1815.field_28405')",
"format": "plain"
},
{
"id": 17733,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 17712,
"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": 0,
"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": "get('data_source.1815.field_28403')",
"format": "plain"
},
{
"id": 17734,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 17712,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'OWNER'",
"format": "plain"
},
{
"id": 17735,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 17712,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'NOTES'",
"format": "plain"
},
{
"id": 17736,
"order": "5.00000000000000000000",
"type": "table",
"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",
"data_source_id": 1816,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"fields": [
{
"uid": "81febfea-eed9-47ca-94c3-e17e3772653e",
"name": "Date",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_28411')"
}
},
{
"uid": "b97748fc-dc93-4783-9c4d-9d8368e28939",
"name": "Contact",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 840,
"page_parameters": [
{
"name": "contact_id",
"value": "get('current_record.field_28410.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_28410.0.value')",
"variant": "link"
}
},
{
"uid": "b1b89b99-6057-4715-ae56-89a0e6dee9f4",
"name": "Activity",
"type": "tags",
"styles": {},
"config": {
"values": "get('current_record.field_28415.value')",
"colors_is_formula": true,
"colors": "get('current_record.field_28415.color')"
}
},
{
"uid": "f99ce516-3eda-4ff2-b6f4-606ce3896f14",
"name": "By",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_28433.*.value')"
}
},
{
"uid": "38766963-cc7a-48eb-a66b-c69e037501e4",
"name": "-",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 844,
"page_parameters": [
{
"name": "activity_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "'Details ->'",
"variant": "link"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
},
{
"id": 17737,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 17712,
"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": 0,
"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": "get('data_source.1815.field_28409.*.value')",
"format": "plain"
},
{
"id": 17738,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 17712,
"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": 0,
"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": "get('data_source.1815.field_28407')",
"format": "plain"
},
{
"id": 17739,
"order": "7.00000000000000000000",
"type": "link",
"parent_element_id": 17712,
"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",
"navigation_type": "page",
"navigate_to_page_id": 834,
"page_parameters": [
{
"name": "pipeline_id",
"value": "get('data_source.1815.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'Edit notes'",
"variant": "button"
}
],
"data_sources": [
{
"id": 1815,
"name": "Pipeline details",
"order": "1.00000000000000000000",
"service": {
"id": 2381,
"integration_id": 118,
"type": "local_baserow_get_row",
"table_id": 2971,
"view_id": 12009,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.pipeline_id')"
}
},
{
"id": 1816,
"name": "Related activities",
"order": "2.00000000000000000000",
"service": {
"id": 2382,
"integration_id": 118,
"type": "local_baserow_list_rows",
"table_id": 2972,
"view_id": 12018,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 28413,
"type": "link_row_has",
"value": "get('page_parameter.pipeline_id')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [],
"visibility": "logged-in",
"role_type": "allow_all",
"roles": []
},
{
"id": 834,
"name": "Pipeline details (edit)",
"order": 6,
"path": "/pipeline-edit/:pipeline_id",
"path_params": [
{
"name": "pipeline_id",
"type": "numeric"
}
],
"shared": false,
"elements": [
{
"id": 17748,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 17742,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'STAGE'",
"format": "plain"
},
{
"id": 17749,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 17743,
"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": "'Related activities'",
"level": 2
},
{
"id": 17750,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 17743,
"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",
"navigation_type": "page",
"navigate_to_page_id": 843,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'+ Add new activity'",
"variant": "button"
},
{
"id": 17741,
"order": "1.39999999999999991118",
"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": 4,
"column_gap": 20,
"alignment": "top"
},
{
"id": 17751,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17741,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_background_color": "secondary",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 831,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udd17 Pipelines'",
"variant": "button"
},
{
"id": 17752,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17741,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "color",
"style_background_color": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 835,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83c\udfe2 Companies'",
"variant": "button"
},
{
"id": 17753,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17741,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 838,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udc65 Contacts'",
"variant": "button"
},
{
"id": 17754,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17741,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 842,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udde3\ufe0f Activities'",
"variant": "button"
},
{
"id": 17755,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 17742,
"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": 0,
"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(get('data_source.1817.field_28427'),' ',get('data_source.1817.field_28404.value'))",
"format": "plain"
},
{
"id": 17756,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 17742,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'DESCRIPTION'",
"format": "plain"
},
{
"id": 17757,
"order": "2.00000000000000000000",
"type": "heading",
"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",
"value": "concat(get('data_source.1817.field_28401'),' (',get('data_source.1817.field_28402.*.value'),')')",
"level": 1
},
{
"id": 17742,
"order": "3.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": 50,
"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": 17758,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 17742,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'VALUE'",
"format": "plain"
},
{
"id": 17759,
"order": "3.33333333333333348136",
"type": "text",
"parent_element_id": 17742,
"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": 0,
"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('$ ',get('data_source.1817.field_28406'))",
"format": "plain"
},
{
"id": 17760,
"order": "3.50000000000000000000",
"type": "text",
"parent_element_id": 17742,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'LAST ACTIVITY'",
"format": "plain"
},
{
"id": 17761,
"order": "3.60000000000000008882",
"type": "text",
"parent_element_id": 17742,
"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": 0,
"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": "get('data_source.1817.field_28435')",
"format": "plain"
},
{
"id": 17762,
"order": "3.66666666666666651864",
"type": "text",
"parent_element_id": 17742,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'EXPECTED CLOSE DATE'",
"format": "plain"
},
{
"id": 17743,
"order": "4.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": 2,
"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": "center"
},
{
"id": 17763,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 17742,
"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": 0,
"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": "get('data_source.1817.field_28405')",
"format": "plain"
},
{
"id": 17764,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 17742,
"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": 0,
"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": "get('data_source.1817.field_28403')",
"format": "plain"
},
{
"id": 17765,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 17742,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'OWNER'",
"format": "plain"
},
{
"id": 17766,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 17742,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'NOTES'",
"format": "plain"
},
{
"id": 17767,
"order": "5.00000000000000000000",
"type": "table",
"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",
"data_source_id": 1818,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"fields": [
{
"uid": "81febfea-eed9-47ca-94c3-e17e3772653e",
"name": "Date",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_28411')"
}
},
{
"uid": "b97748fc-dc93-4783-9c4d-9d8368e28939",
"name": "Contact",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 840,
"page_parameters": [
{
"name": "contact_id",
"value": "get('current_record.field_28410.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_28410.0.value')",
"variant": "link"
}
},
{
"uid": "b1b89b99-6057-4715-ae56-89a0e6dee9f4",
"name": "Activity",
"type": "tags",
"styles": {},
"config": {
"values": "get('current_record.field_28415.value')",
"colors_is_formula": true,
"colors": "get('current_record.field_28415.color')"
}
},
{
"uid": "f99ce516-3eda-4ff2-b6f4-606ce3896f14",
"name": "By",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_28433.*.value')"
}
},
{
"uid": "38766963-cc7a-48eb-a66b-c69e037501e4",
"name": "-",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 844,
"page_parameters": [
{
"name": "activity_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "'Details ->'",
"variant": "link"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
},
{
"id": 17768,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 17742,
"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": 0,
"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": "get('data_source.1817.field_28409.*.value')",
"format": "plain"
},
{
"id": 17744,
"order": "6.50000000000000000000",
"type": "input_text",
"parent_element_id": 17742,
"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.1817.field_28407')",
"is_multiline": true,
"rows": 5,
"input_type": "text"
},
{
"id": 17769,
"order": "8.00000000000000000000",
"type": "button",
"parent_element_id": 17742,
"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": "'Update notes'"
}
],
"data_sources": [
{
"id": 1817,
"name": "Pipeline details",
"order": "1.00000000000000000000",
"service": {
"id": 2383,
"integration_id": 118,
"type": "local_baserow_get_row",
"table_id": 2971,
"view_id": 12009,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.pipeline_id')"
}
},
{
"id": 1818,
"name": "Related activities",
"order": "2.00000000000000000000",
"service": {
"id": 2384,
"integration_id": 118,
"type": "local_baserow_list_rows",
"table_id": 2972,
"view_id": 12018,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 28413,
"type": "link_row_has",
"value": "get('page_parameter.pipeline_id')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [
{
"id": 2634,
"type": "update_row",
"order": 1,
"page_id": 834,
"element_id": 17769,
"event": "click",
"service": {
"id": 2407,
"integration_id": 118,
"type": "local_baserow_upsert_row",
"table_id": 2971,
"row_id": "get('data_source.1817.id')",
"field_mappings": [
{
"field_id": 28407,
"value": "get('form_data.17744')",
"enabled": true
}
]
}
},
{
"id": 2636,
"type": "open_page",
"order": 2,
"page_id": 834,
"element_id": 17769,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 833,
"page_parameters": [
{
"name": "pipeline_id",
"value": "get('data_source.1817.id')"
}
],
"navigate_to_url": "",
"target": "self"
}
],
"visibility": "logged-in",
"role_type": "allow_all",
"roles": []
},
{
"id": 835,
"name": "Companies",
"order": 7,
"path": "/companies",
"path_params": [],
"shared": false,
"elements": [
{
"id": 17778,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 17772,
"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": "'All companies'",
"level": 1
},
{
"id": 17779,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 17772,
"place_in_container": "1",
"visibility": "logged-in",
"role_type": "disallow_all_except",
"roles": [
"Executive manager"
],
"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": 836,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'+ Add new company'",
"variant": "button"
},
{
"id": 17784,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": 17773,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 1,
"style_padding_top": 10,
"style_margin_top": 10,
"style_border_bottom_color": "border",
"style_border_bottom_size": 1,
"style_padding_bottom": 10,
"style_margin_bottom": 10,
"style_border_left_color": "border",
"style_border_left_size": 1,
"style_padding_left": 10,
"style_margin_left": 10,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 10,
"style_margin_right": 10,
"style_background": "none",
"style_background_color": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 1,
"column_gap": 20,
"alignment": "top"
},
{
"id": 17786,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 17784,
"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": "get('current_record.field_28385')",
"level": 2
},
{
"id": 17771,
"order": "1.39999999999999991118",
"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": 4,
"column_gap": 20,
"alignment": "top"
},
{
"id": 17772,
"order": "1.42857142857142860315",
"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": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 17780,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17771,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 831,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udd17 Pipelines'",
"variant": "button"
},
{
"id": 17781,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17771,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_background_color": "secondary",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "color",
"style_background_color": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 835,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83c\udfe2 Companies'",
"variant": "button"
},
{
"id": 17782,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17771,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 838,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udc65 Contacts'",
"variant": "button"
},
{
"id": 17783,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17771,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 842,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udde3\ufe0f Activities'",
"variant": "button"
},
{
"id": 17785,
"order": "2.00000000000000000000",
"type": "column",
"parent_element_id": 17774,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 1,
"style_padding_top": 10,
"style_margin_top": 10,
"style_border_bottom_color": "border",
"style_border_bottom_size": 1,
"style_padding_bottom": 10,
"style_margin_bottom": 10,
"style_border_left_color": "border",
"style_border_left_size": 1,
"style_padding_left": 10,
"style_margin_left": 10,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 10,
"style_margin_right": 10,
"style_background": "none",
"style_background_color": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 1,
"column_gap": 20,
"alignment": "top"
},
{
"id": 17787,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": 17785,
"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": "get('current_record.field_28385')",
"level": 2
},
{
"id": 17773,
"order": "3.00000000000000000000",
"type": "repeat",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "disallow_all_except",
"roles": [
"Executive manager"
],
"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",
"data_source_id": 1819,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [
{
"schema_property": "field_28385",
"filterable": true,
"sortable": true,
"searchable": true
},
{
"schema_property": "field_28386",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_28387",
"filterable": true,
"sortable": false,
"searchable": false
},
{
"schema_property": "field_28392",
"filterable": true,
"sortable": false,
"searchable": false
}
],
"orientation": "horizontal",
"items_per_row": {
"tablet": 2,
"desktop": 3,
"smartphone": 1
}
},
{
"id": 17788,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 17784,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'INDUSTRY + SIZE'",
"format": "plain"
},
{
"id": 17789,
"order": "3.25000000000000000000",
"type": "text",
"parent_element_id": 17785,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'INDUSTRY + SIZE'",
"format": "plain"
},
{
"id": 17790,
"order": "3.33333333333333348136",
"type": "text",
"parent_element_id": 17784,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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(get('current_record.field_28387.value'),' (size: ',get('current_record.field_28392.value'),')')",
"format": "plain"
},
{
"id": 17791,
"order": "3.39999999999999991118",
"type": "text",
"parent_element_id": 17785,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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(get('current_record.field_28387.value'),' (size: ',get('current_record.field_28392.value'),')')",
"format": "plain"
},
{
"id": 17792,
"order": "3.50000000000000000000",
"type": "text",
"parent_element_id": 17784,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'ADDRESS'",
"format": "plain"
},
{
"id": 17793,
"order": "3.66666666666666651864",
"type": "text",
"parent_element_id": 17785,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'ADDRESS'",
"format": "plain"
},
{
"id": 17774,
"order": "4.00000000000000000000",
"type": "repeat",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "disallow_all_except",
"roles": [
"Account manager"
],
"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",
"data_source_id": 1820,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [
{
"schema_property": "field_28385",
"filterable": true,
"sortable": true,
"searchable": true
},
{
"schema_property": "field_28386",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_28392",
"filterable": true,
"sortable": false,
"searchable": false
},
{
"schema_property": "field_28387",
"filterable": true,
"sortable": false,
"searchable": false
}
],
"orientation": "horizontal",
"items_per_row": {
"tablet": 2,
"desktop": 3,
"smartphone": 1
}
},
{
"id": 17794,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 17784,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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": "get('current_record.field_28386')",
"format": "plain"
},
{
"id": 17795,
"order": "4.50000000000000000000",
"type": "text",
"parent_element_id": 17785,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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": "get('current_record.field_28386')",
"format": "plain"
},
{
"id": 17796,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 17784,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'TOTAL CONTRACT VALUE'",
"format": "plain"
},
{
"id": 17797,
"order": "5.50000000000000000000",
"type": "text",
"parent_element_id": 17785,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'TOTAL CONTRACT VALUE'",
"format": "plain"
},
{
"id": 17798,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 17784,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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(' ',get('current_record.field_28422'))",
"format": "plain"
},
{
"id": 17799,
"order": "6.50000000000000000000",
"type": "text",
"parent_element_id": 17785,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12
}
},
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 5,
"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(' ',get('current_record.field_28422'))",
"format": "plain"
},
{
"id": 17800,
"order": "7.00000000000000000000",
"type": "text",
"parent_element_id": 17784,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'WEBSITE'",
"format": "plain"
},
{
"id": 17801,
"order": "7.50000000000000000000",
"type": "text",
"parent_element_id": 17785,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'WEBSITE'",
"format": "plain"
},
{
"id": 17802,
"order": "8.00000000000000000000",
"type": "link",
"parent_element_id": 17784,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {}
},
"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": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "get('current_record.field_28389')",
"target": "blank",
"value": "get('current_record.field_28389')",
"variant": "link"
},
{
"id": 17803,
"order": "8.50000000000000000000",
"type": "link",
"parent_element_id": 17785,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {}
},
"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": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "get('current_record.field_28389')",
"target": "blank",
"value": "get('current_record.field_28389')",
"variant": "link"
},
{
"id": 17804,
"order": "9.00000000000000000000",
"type": "link",
"parent_element_id": 17784,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "right"
},
"button": {
"button_alignment": "right"
}
},
"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": 0,
"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": 837,
"page_parameters": [
{
"name": "company_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'Details'",
"variant": "button"
},
{
"id": 17805,
"order": "10.00000000000000000000",
"type": "link",
"parent_element_id": 17785,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "right"
},
"button": {
"button_alignment": "right"
}
},
"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": 0,
"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": 837,
"page_parameters": [
{
"name": "company_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'Details'",
"variant": "button"
}
],
"data_sources": [
{
"id": 1819,
"name": "All companies",
"order": "1.00000000000000000000",
"service": {
"id": 2385,
"integration_id": 118,
"type": "local_baserow_list_rows",
"table_id": 2969,
"view_id": 12001,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
},
{
"id": 1820,
"name": "My companies",
"order": "2.00000000000000000000",
"service": {
"id": 2386,
"integration_id": 118,
"type": "local_baserow_list_rows",
"table_id": 2969,
"view_id": 12001,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 28432,
"type": "has_value_contains",
"value": "get('user.username')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [],
"visibility": "logged-in",
"role_type": "allow_all",
"roles": []
},
{
"id": 836,
"name": "Company add",
"order": 8,
"path": "/company-add",
"path_params": [],
"shared": false,
"elements": [
{
"id": 17810,
"order": "1.00000000000000000000",
"type": "input_text",
"parent_element_id": 17809,
"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": 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": "'Name'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "",
"is_multiline": false,
"rows": 3,
"input_type": "text"
},
{
"id": 17819,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 17808,
"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": "'+ Add new company'",
"level": 1
},
{
"id": 17807,
"order": "1.39999999999999991118",
"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": 4,
"column_gap": 20,
"alignment": "top"
},
{
"id": 17808,
"order": "1.42857142857142860315",
"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": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 17811,
"order": "2.00000000000000000000",
"type": "input_text",
"parent_element_id": 17809,
"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": 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": "'Address'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "",
"is_multiline": false,
"rows": 3,
"input_type": "text"
},
{
"id": 17820,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17807,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 831,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udd17 Pipelines'",
"variant": "button"
},
{
"id": 17821,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17807,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_background_color": "secondary",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "color",
"style_background_color": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 835,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83c\udfe2 Companies'",
"variant": "button"
},
{
"id": 17822,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17807,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 838,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udc65 Contacts'",
"variant": "button"
},
{
"id": 17823,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17807,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 842,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udde3\ufe0f Activities'",
"variant": "button"
},
{
"id": 17809,
"order": "3.00000000000000000000",
"type": "form_container",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 50,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 50,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 50,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 50,
"style_background": "color",
"style_background_color": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "small",
"submit_button_label": "'+ Create company'",
"reset_initial_values_post_submission": false
},
{
"id": 17812,
"order": "3.00000000000000000000",
"type": "choice",
"parent_element_id": 17809,
"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": 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": "'Size'",
"required": true,
"placeholder": "",
"default_value": "",
"options": [
{
"value": null,
"name": "",
"choice_id": 17812
}
],
"multiple": false,
"show_as_dropdown": true,
"option_type": "formulas",
"formula_value": "get('data_source_context.1821.field_28392.*.id')",
"formula_name": "get('data_source_context.1821.field_28392.*.value')"
},
{
"id": 17813,
"order": "4.00000000000000000000",
"type": "choice",
"parent_element_id": 17809,
"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": 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": "'Industry'",
"required": true,
"placeholder": "",
"default_value": "",
"options": [
{
"value": null,
"name": "",
"choice_id": 17813
}
],
"multiple": false,
"show_as_dropdown": true,
"option_type": "formulas",
"formula_value": "get('data_source_context.1821.field_28387.*.id')",
"formula_name": "get('data_source_context.1821.field_28387.*.value')"
},
{
"id": 17814,
"order": "5.00000000000000000000",
"type": "input_text",
"parent_element_id": 17809,
"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": 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": "'Website'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "",
"is_multiline": false,
"rows": 3,
"input_type": "text"
},
{
"id": 17815,
"order": "7.00000000000000000000",
"type": "input_text",
"parent_element_id": 17809,
"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": 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": "",
"is_multiline": true,
"rows": 5,
"input_type": "text"
}
],
"data_sources": [
{
"id": 1821,
"name": "Companies",
"order": "1.00000000000000000000",
"service": {
"id": 2387,
"integration_id": 118,
"type": "local_baserow_list_rows",
"table_id": 2969,
"view_id": 12001,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
}
],
"workflow_actions": [
{
"id": 2640,
"type": "create_row",
"order": 1,
"page_id": 836,
"element_id": 17809,
"event": "submit",
"service": {
"id": 2408,
"integration_id": 118,
"type": "local_baserow_upsert_row",
"table_id": 2969,
"row_id": "",
"field_mappings": [
{
"field_id": 28385,
"value": "get('form_data.17810')",
"enabled": true
},
{
"field_id": 28386,
"value": "get('form_data.17811')",
"enabled": true
},
{
"field_id": 28387,
"value": "get('form_data.17813')",
"enabled": true
},
{
"field_id": 28389,
"value": "get('form_data.17814')",
"enabled": true
},
{
"field_id": 28391,
"value": "get('form_data.17815')",
"enabled": true
},
{
"field_id": 28392,
"value": "get('form_data.17812')",
"enabled": true
}
]
}
},
{
"id": 2642,
"type": "notification",
"order": 2,
"page_id": 836,
"element_id": 17809,
"event": "submit",
"title": "'\u2705 Success '",
"description": "concat('The company ',get('previous_action.2640.field_28385'),' is created')"
},
{
"id": 2643,
"type": "open_page",
"order": 3,
"page_id": 836,
"element_id": 17809,
"event": "submit",
"navigation_type": "page",
"navigate_to_page_id": 835,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
],
"visibility": "logged-in",
"role_type": "disallow_all_except",
"roles": [
"Executive manager"
]
},
{
"id": 837,
"name": "Company details",
"order": 9,
"path": "/company/:company_id",
"path_params": [
{
"name": "company_id",
"type": "numeric"
}
],
"shared": false,
"elements": [
{
"id": 17829,
"order": "0.50000000000000000000",
"type": "text",
"parent_element_id": 17826,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'TOTAL CONTRACT VALUE'",
"format": "plain"
},
{
"id": 17830,
"order": "0.66666666666666662966",
"type": "text",
"parent_element_id": 17826,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {}
},
"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": 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('**$ ',get('data_source.1822.field_28422'),'**')",
"format": "markdown"
},
{
"id": 17834,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 17826,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'ADDRESS'",
"format": "plain"
},
{
"id": 17835,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 17828,
"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('Related pipelines (',get('data_source.1822.field_28426'),'/',get('data_source.1822.field_28429'),' active)')",
"level": 2
},
{
"id": 17836,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 17828,
"place_in_container": "1",
"visibility": "logged-in",
"role_type": "disallow_all_except",
"roles": [
"Executive manager"
],
"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": 832,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'+ Add new pipeline'",
"variant": "button"
},
{
"id": 17837,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 17826,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": 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": "'TOTAL CLOSED WON'",
"format": "plain"
},
{
"id": 17825,
"order": "1.39999999999999991118",
"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": 4,
"column_gap": 20,
"alignment": "top"
},
{
"id": 17838,
"order": "1.50000000000000000000",
"type": "text",
"parent_element_id": 17826,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {}
},
"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": 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": 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('$ ',get('data_source.1822.field_28423'))",
"format": "plain"
},
{
"id": 17839,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17825,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 831,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udd17 Pipelines'",
"variant": "button"
},
{
"id": 17840,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17825,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_background_color": "secondary",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "color",
"style_background_color": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 835,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83c\udfe2 Companies'",
"variant": "button"
},
{
"id": 17841,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17825,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 838,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udc65 Contacts'",
"variant": "button"
},
{
"id": 17842,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17825,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 842,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udde3\ufe0f Activities'",
"variant": "button"
},
{
"id": 17843,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 17826,
"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": 0,
"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(get('data_source.1822.field_28386'),' ')",
"format": "plain"
},
{
"id": 17844,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 17826,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": 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": "'TOTAL CLOSED LOST'",
"format": "plain"
},
{
"id": 17845,
"order": "2.00000000000000000000",
"type": "heading",
"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",
"value": "get('data_source.1822.field_28385')",
"level": 1
},
{
"id": 17846,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": 17827,
"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": "'Related contacts'",
"level": 2
},
{
"id": 17847,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17827,
"place_in_container": "1",
"visibility": "logged-in",
"role_type": "disallow_all_except",
"roles": [
"Executive manager"
],
"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": 839,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'+ Add new contact'",
"variant": "button"
},
{
"id": 17848,
"order": "2.33333333333333348136",
"type": "text",
"parent_element_id": 17826,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {}
},
"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": 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": 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('$ ',get('data_source.1822.field_28424'))",
"format": "plain"
},
{
"id": 17849,
"order": "2.39999999999999991118",
"type": "text",
"parent_element_id": 17826,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": 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": "'TOTAL IN PROGRESS'",
"format": "plain"
},
{
"id": 17850,
"order": "2.42857142857142838110",
"type": "text",
"parent_element_id": 17826,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {}
},
"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": 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": 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('$ ',get('data_source.1822.field_28425'))",
"format": "plain"
},
{
"id": 17851,
"order": "2.50000000000000000000",
"type": "text",
"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",
"value": "get('data_source.1822.field_28391')",
"format": "plain"
},
{
"id": 17826,
"order": "3.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": 50,
"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": 17852,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 17826,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'INDUSTRY'",
"format": "plain"
},
{
"id": 17853,
"order": "3.33333333333333348136",
"type": "text",
"parent_element_id": 17826,
"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": 0,
"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": "get('data_source.1822.field_28387.value')",
"format": "plain"
},
{
"id": 17827,
"order": "3.50000000000000000000",
"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": 2,
"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": "center"
},
{
"id": 17854,
"order": "3.50000000000000000000",
"type": "text",
"parent_element_id": 17826,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'SIZE'",
"format": "plain"
},
{
"id": 17855,
"order": "3.66666666666666651864",
"type": "table",
"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": 20,
"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": 1824,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"fields": [
{
"uid": "87af67bb-7977-403c-b5d3-80a4551ad29b",
"name": "Name",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_28393')"
}
},
{
"uid": "8381b695-fc36-4fda-b2d2-f023ff1a3137",
"name": "Title",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_28394')"
}
},
{
"uid": "726b8e28-cc09-42af-962e-929b0290bf4f",
"name": "Email",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_28396')"
}
},
{
"uid": "9765b725-ae43-4935-a7ab-c86e09fc998d",
"name": "Phone",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_28397')"
}
},
{
"uid": "1fd3eb32-9a67-47f3-b4ad-346aba2d9144",
"name": "Last activity date",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_28434')"
}
},
{
"uid": "e815a48b-337e-4ce5-81ca-fb93fb4e2e1f",
"name": "-",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 840,
"page_parameters": [
{
"name": "contact_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "'Details ->'",
"variant": "link"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
},
{
"id": 17828,
"order": "4.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": 2,
"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": "center"
},
{
"id": 17856,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 17826,
"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": 0,
"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": "get('data_source.1822.field_28392.value')",
"format": "plain"
},
{
"id": 17857,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 17826,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'WEBSITE'",
"format": "plain"
},
{
"id": 17858,
"order": "5.00000000000000000000",
"type": "table",
"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",
"data_source_id": 1823,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"fields": [
{
"uid": "13ab5b32-5531-4a79-b2ce-79ad36ac6843",
"name": "Opportunity",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_28401')"
}
},
{
"uid": "5cc08a96-415c-43e7-b1c8-31bafb57f7cd",
"name": "Stage",
"type": "tags",
"styles": {},
"config": {
"values": "get('current_record.field_28404.value')",
"colors_is_formula": true,
"colors": "get('current_record.field_28404.color')"
}
},
{
"uid": "5d0d3165-b29c-4f00-af26-24dffc8f7b55",
"name": "Expected Close Date",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_28405')"
}
},
{
"uid": "03719899-8cf4-4d83-81fb-765b7f7ca351",
"name": "Contract Value",
"type": "text",
"styles": {},
"config": {
"value": "concat('$ ',get('current_record.field_28406'))"
}
},
{
"uid": "d2967877-3272-40b9-bb50-61933ae8bbb3",
"name": "Owner",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_28409.*.value')"
}
},
{
"uid": "2d460016-55e8-4875-89ce-001c8d738e3f",
"name": "-",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 833,
"page_parameters": [
{
"name": "pipeline_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "'Details ->'",
"variant": "link"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
},
{
"id": 17859,
"order": "6.00000000000000000000",
"type": "link",
"parent_element_id": 17826,
"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",
"navigation_type": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "get('data_source.1822.field_28389')",
"target": "self",
"value": "get('data_source.1822.field_28389')",
"variant": "link"
}
],
"data_sources": [
{
"id": 1822,
"name": "Company details",
"order": "1.00000000000000000000",
"service": {
"id": 2388,
"integration_id": 118,
"type": "local_baserow_get_row",
"table_id": 2969,
"view_id": null,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.company_id')"
}
},
{
"id": 1823,
"name": "Related pipelines",
"order": "2.00000000000000000000",
"service": {
"id": 2389,
"integration_id": 118,
"type": "local_baserow_list_rows",
"table_id": 2971,
"view_id": null,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 28402,
"type": "link_row_has",
"value": "get('page_parameter.company_id')",
"value_is_formula": true
}
]
}
},
{
"id": 1824,
"name": "Related contacts",
"order": "3.00000000000000000000",
"service": {
"id": 2390,
"integration_id": 118,
"type": "local_baserow_list_rows",
"table_id": 2970,
"view_id": 12004,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 28395,
"type": "link_row_has",
"value": "get('page_parameter.company_id')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [],
"visibility": "logged-in",
"role_type": "allow_all",
"roles": []
},
{
"id": 838,
"name": "Contacts",
"order": 10,
"path": "/contacts",
"path_params": [],
"shared": false,
"elements": [
{
"id": 17876,
"order": "0.50000000000000000000",
"type": "text",
"parent_element_id": 17874,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 5,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 0,
"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('**',get('current_record.field_28393'),'**')",
"format": "markdown"
},
{
"id": 17877,
"order": "0.59999999999999997780",
"type": "text",
"parent_element_id": 17875,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 5,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 0,
"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('**',get('current_record.field_28393'),'**')",
"format": "markdown"
},
{
"id": 17878,
"order": "0.66666666666666662966",
"type": "text",
"parent_element_id": 17874,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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 CONTACT: ',get('current_record.field_28434'))",
"format": "plain"
},
{
"id": 17879,
"order": "0.75000000000000000000",
"type": "text",
"parent_element_id": 17875,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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 CONTACT: ',get('current_record.field_28434'))",
"format": "plain"
},
{
"id": 17868,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 17862,
"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": "'All contacts'",
"level": 1
},
{
"id": 17869,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 17862,
"place_in_container": "1",
"visibility": "logged-in",
"role_type": "disallow_all_except",
"roles": [
"Executive manager"
],
"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": 839,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'+ Add new contact'",
"variant": "button"
},
{
"id": 17874,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": 17863,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 1,
"style_padding_top": 10,
"style_margin_top": 4,
"style_border_bottom_color": "border",
"style_border_bottom_size": 1,
"style_padding_bottom": 10,
"style_margin_bottom": 4,
"style_border_left_color": "border",
"style_border_left_size": 1,
"style_padding_left": 10,
"style_margin_left": 4,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 10,
"style_margin_right": 4,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 1,
"column_gap": 20,
"alignment": "top"
},
{
"id": 17880,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 17874,
"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",
"image_source_type": "url",
"image_file_id": null,
"image_url": "get('current_record.field_28400.0.url')",
"alt_text": ""
},
{
"id": 17861,
"order": "1.39999999999999991118",
"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": 4,
"column_gap": 20,
"alignment": "top"
},
{
"id": 17862,
"order": "1.42857142857142860315",
"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": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 17881,
"order": "1.50000000000000000000",
"type": "image",
"parent_element_id": 17875,
"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",
"image_source_type": "url",
"image_file_id": null,
"image_url": "get('current_record.field_28400.0.url')",
"alt_text": ""
},
{
"id": 17863,
"order": "2.00000000000000000000",
"type": "repeat",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "disallow_all_except",
"roles": [
"Executive manager"
],
"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",
"data_source_id": 1825,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [
{
"schema_property": "field_28393",
"filterable": true,
"sortable": true,
"searchable": true
},
{
"schema_property": "field_28394",
"filterable": true,
"sortable": true,
"searchable": true
},
{
"schema_property": "field_28395",
"filterable": false,
"sortable": false,
"searchable": true
}
],
"orientation": "horizontal",
"items_per_row": {
"tablet": 2,
"desktop": 4,
"smartphone": 1
}
},
{
"id": 17870,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17861,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 831,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udd17 Pipelines'",
"variant": "button"
},
{
"id": 17871,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17861,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "color",
"style_background_color": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 835,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83c\udfe2 Companies'",
"variant": "button"
},
{
"id": 17872,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17861,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_background_color": "secondary",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 838,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udc65 Contacts'",
"variant": "button"
},
{
"id": 17873,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17861,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 842,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udde3\ufe0f Activities'",
"variant": "button"
},
{
"id": 17875,
"order": "2.00000000000000000000",
"type": "column",
"parent_element_id": 17864,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 1,
"style_padding_top": 10,
"style_margin_top": 4,
"style_border_bottom_color": "border",
"style_border_bottom_size": 1,
"style_padding_bottom": 10,
"style_margin_bottom": 4,
"style_border_left_color": "border",
"style_border_left_size": 1,
"style_padding_left": 10,
"style_margin_left": 4,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 10,
"style_margin_right": 4,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 1,
"column_gap": 20,
"alignment": "top"
},
{
"id": 17882,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 17874,
"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": 5,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 5,
"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(get('current_record.field_28395.0.value'),' (',get('current_record.field_28394'),')')",
"format": "plain"
},
{
"id": 17883,
"order": "2.50000000000000000000",
"type": "text",
"parent_element_id": 17875,
"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": 5,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 5,
"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(get('current_record.field_28395.0.value'),' (',get('current_record.field_28394'),')')",
"format": "plain"
},
{
"id": 17864,
"order": "3.00000000000000000000",
"type": "repeat",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "disallow_all_except",
"roles": [
"Account manager"
],
"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",
"data_source_id": 1826,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [
{
"schema_property": "field_28393",
"filterable": true,
"sortable": true,
"searchable": true
},
{
"schema_property": "field_28394",
"filterable": true,
"sortable": true,
"searchable": true
},
{
"schema_property": "field_28395",
"filterable": false,
"sortable": false,
"searchable": true
}
],
"orientation": "horizontal",
"items_per_row": {
"tablet": 2,
"desktop": 4,
"smartphone": 1
}
},
{
"id": 17884,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 17874,
"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": 5,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 5,
"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\udcde ',get('current_record.field_28397'))",
"format": "plain"
},
{
"id": 17885,
"order": "3.50000000000000000000",
"type": "text",
"parent_element_id": 17875,
"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": 5,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 5,
"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\udcde ',get('current_record.field_28397'))",
"format": "plain"
},
{
"id": 17886,
"order": "4.00000000000000000000",
"type": "link",
"parent_element_id": 17874,
"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",
"navigation_type": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "concat('mailto:',get('current_record.field_28396'))",
"target": "self",
"value": "concat('\u2709\ufe0f ',get('current_record.field_28396'))",
"variant": "link"
},
{
"id": 17887,
"order": "4.50000000000000000000",
"type": "link",
"parent_element_id": 17875,
"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",
"navigation_type": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "concat('mailto:',get('current_record.field_28396'))",
"target": "self",
"value": "concat('\u2709\ufe0f ',get('current_record.field_28396'))",
"variant": "link"
},
{
"id": 17888,
"order": "5.00000000000000000000",
"type": "link",
"parent_element_id": 17874,
"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",
"navigation_type": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "get('current_record.field_28399')",
"target": "self",
"value": "'\u2139\ufe0f LinkedIn profile'",
"variant": "link"
},
{
"id": 17889,
"order": "5.50000000000000000000",
"type": "link",
"parent_element_id": 17875,
"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",
"navigation_type": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "get('current_record.field_28399')",
"target": "self",
"value": "'\u2139\ufe0f LinkedIn profile'",
"variant": "link"
},
{
"id": 17890,
"order": "6.00000000000000000000",
"type": "link",
"parent_element_id": 17874,
"place_in_container": "0",
"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": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 0,
"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": 840,
"page_parameters": [
{
"name": "contact_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'Details'",
"variant": "button"
},
{
"id": 17891,
"order": "7.00000000000000000000",
"type": "link",
"parent_element_id": 17875,
"place_in_container": "0",
"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": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 0,
"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": 840,
"page_parameters": [
{
"name": "contact_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'Details'",
"variant": "button"
}
],
"data_sources": [
{
"id": 1825,
"name": "All contacts",
"order": "1.00000000000000000000",
"service": {
"id": 2391,
"integration_id": 118,
"type": "local_baserow_list_rows",
"table_id": 2970,
"view_id": 12004,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
},
{
"id": 1826,
"name": "My contacts",
"order": "2.00000000000000000000",
"service": {
"id": 2392,
"integration_id": 118,
"type": "local_baserow_list_rows",
"table_id": 2970,
"view_id": 12004,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 28441,
"type": "has_value_contains",
"value": "get('user.username')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [],
"visibility": "logged-in",
"role_type": "allow_all",
"roles": []
},
{
"id": 839,
"name": "Contact add",
"order": 11,
"path": "/contact-add",
"path_params": [],
"shared": false,
"elements": [
{
"id": 17896,
"order": "1.00000000000000000000",
"type": "input_text",
"parent_element_id": 17895,
"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": 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": "'Name'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "",
"is_multiline": false,
"rows": 3,
"input_type": "text"
},
{
"id": 17905,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 17894,
"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": "'+ Add new contact'",
"level": 1
},
{
"id": 17893,
"order": "1.39999999999999991118",
"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": 4,
"column_gap": 20,
"alignment": "top"
},
{
"id": 17894,
"order": "1.42857142857142860315",
"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": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 17897,
"order": "2.00000000000000000000",
"type": "input_text",
"parent_element_id": 17895,
"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": 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": "'Job title'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "",
"is_multiline": false,
"rows": 3,
"input_type": "text"
},
{
"id": 17906,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17893,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 831,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udd17 Pipelines'",
"variant": "button"
},
{
"id": 17907,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17893,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "color",
"style_background_color": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 835,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83c\udfe2 Companies'",
"variant": "button"
},
{
"id": 17908,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17893,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_background_color": "secondary",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 838,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udc65 Contacts'",
"variant": "button"
},
{
"id": 17909,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17893,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 842,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udde3\ufe0f Activities'",
"variant": "button"
},
{
"id": 17895,
"order": "3.00000000000000000000",
"type": "form_container",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 50,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 50,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 50,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 50,
"style_background": "color",
"style_background_color": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "small",
"submit_button_label": "'+ Create contact'",
"reset_initial_values_post_submission": false
},
{
"id": 17898,
"order": "3.00000000000000000000",
"type": "record_selector",
"parent_element_id": 17895,
"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": 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",
"data_source_id": 1827,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'Company'",
"default_value": "",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
},
{
"id": 17899,
"order": "4.00000000000000000000",
"type": "input_text",
"parent_element_id": 17895,
"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": 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": "'Email'",
"required": true,
"validation_type": "email",
"placeholder": "",
"default_value": "",
"is_multiline": false,
"rows": 3,
"input_type": "text"
},
{
"id": 17900,
"order": "5.00000000000000000000",
"type": "input_text",
"parent_element_id": 17895,
"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": 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": "'Phone'",
"required": false,
"validation_type": "any",
"placeholder": "",
"default_value": "",
"is_multiline": false,
"rows": 3,
"input_type": "text"
},
{
"id": 17901,
"order": "6.00000000000000000000",
"type": "input_text",
"parent_element_id": 17895,
"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": 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": "'LinkedIn'",
"required": false,
"validation_type": "any",
"placeholder": "",
"default_value": "",
"is_multiline": false,
"rows": 3,
"input_type": "text"
}
],
"data_sources": [
{
"id": 1827,
"name": "Companies",
"order": "1.00000000000000000000",
"service": {
"id": 2393,
"integration_id": 118,
"type": "local_baserow_list_rows",
"table_id": 2969,
"view_id": 12001,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
}
],
"workflow_actions": [
{
"id": 2649,
"type": "create_row",
"order": 1,
"page_id": 839,
"element_id": 17895,
"event": "submit",
"service": {
"id": 2409,
"integration_id": 118,
"type": "local_baserow_upsert_row",
"table_id": 2970,
"row_id": "",
"field_mappings": [
{
"field_id": 28393,
"value": "get('form_data.17896')",
"enabled": true
},
{
"field_id": 28394,
"value": "get('form_data.17897')",
"enabled": true
},
{
"field_id": 28395,
"value": "get('form_data.17898')",
"enabled": true
},
{
"field_id": 28396,
"value": "get('form_data.17899')",
"enabled": true
},
{
"field_id": 28397,
"value": "get('form_data.17900')",
"enabled": true
},
{
"field_id": 28399,
"value": "get('form_data.17901')",
"enabled": true
}
]
}
},
{
"id": 2651,
"type": "notification",
"order": 2,
"page_id": 839,
"element_id": 17895,
"event": "submit",
"title": "'\u2705 Success '",
"description": "concat('The contact ',get('previous_action.2649.field_28393'),' is created')"
},
{
"id": 2652,
"type": "open_page",
"order": 3,
"page_id": 839,
"element_id": 17895,
"event": "submit",
"navigation_type": "page",
"navigate_to_page_id": 838,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
],
"visibility": "logged-in",
"role_type": "disallow_all_except",
"roles": [
"Executive manager"
]
},
{
"id": 840,
"name": "Contact details",
"order": 12,
"path": "/contact/:contact_id",
"path_params": [
{
"name": "contact_id",
"type": "numeric"
}
],
"shared": false,
"elements": [
{
"id": 17917,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 17913,
"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": "'Related activities'",
"level": 2
},
{
"id": 17918,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 17913,
"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",
"navigation_type": "page",
"navigate_to_page_id": 843,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'+ Add new activity'",
"variant": "button"
},
{
"id": 17911,
"order": "1.39999999999999991118",
"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": 4,
"column_gap": 20,
"alignment": "top"
},
{
"id": 17919,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17911,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 831,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udd17 Pipelines'",
"variant": "button"
},
{
"id": 17920,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17911,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "color",
"style_background_color": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 835,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83c\udfe2 Companies'",
"variant": "button"
},
{
"id": 17921,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17911,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_background_color": "secondary",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 838,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udc65 Contacts'",
"variant": "button"
},
{
"id": 17922,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17911,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 842,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udde3\ufe0f Activities'",
"variant": "button"
},
{
"id": 17923,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 17912,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'COMPANY'",
"format": "plain"
},
{
"id": 17924,
"order": "2.00000000000000000000",
"type": "heading",
"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": 0,
"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(get('data_source.1828.field_28393'),' ')",
"level": 1
},
{
"id": 17925,
"order": "2.50000000000000000000",
"type": "text",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_text_color": "border"
}
},
"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": 0,
"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('LAST CONTACT: ',get('data_source.1828.field_28434'))",
"format": "plain"
},
{
"id": 17912,
"order": "3.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": 50,
"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": 17913,
"order": "4.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": 2,
"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": "center"
},
{
"id": 17926,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 17912,
"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": 0,
"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": "get('data_source.1828.field_28395.0.value')",
"format": "plain"
},
{
"id": 17927,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 17912,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'JOB TITLE'",
"format": "plain"
},
{
"id": 17928,
"order": "5.00000000000000000000",
"type": "table",
"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",
"data_source_id": 1829,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"fields": [
{
"uid": "81febfea-eed9-47ca-94c3-e17e3772653e",
"name": "Date",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_28411')"
}
},
{
"uid": "b97748fc-dc93-4783-9c4d-9d8368e28939",
"name": "Pipeline",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 833,
"page_parameters": [
{
"name": "pipeline_id",
"value": "get('current_record.field_28413.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_28413.0.value')",
"variant": "link"
}
},
{
"uid": "b1b89b99-6057-4715-ae56-89a0e6dee9f4",
"name": "Activity",
"type": "tags",
"styles": {},
"config": {
"values": "get('current_record.field_28415.value')",
"colors_is_formula": true,
"colors": "get('current_record.field_28415.color')"
}
},
{
"uid": "f99ce516-3eda-4ff2-b6f4-606ce3896f14",
"name": "By",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_28433.*.value')"
}
},
{
"uid": "38766963-cc7a-48eb-a66b-c69e037501e4",
"name": "-",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 844,
"page_parameters": [
{
"name": "activity_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "'Details ->'",
"variant": "link"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
},
{
"id": 17929,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 17912,
"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": 0,
"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": "get('data_source.1828.field_28394')",
"format": "plain"
},
{
"id": 17930,
"order": "7.00000000000000000000",
"type": "text",
"parent_element_id": 17912,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'E-MAIL'",
"format": "plain"
},
{
"id": 17931,
"order": "7.00000000000000000000",
"type": "image",
"parent_element_id": 17912,
"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",
"image_source_type": "url",
"image_file_id": null,
"image_url": "get('data_source.1828.field_28400.0.url')",
"alt_text": ""
},
{
"id": 17932,
"order": "8.00000000000000000000",
"type": "link",
"parent_element_id": 17912,
"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",
"navigation_type": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "concat('mailto:',get('data_source.1828.field_28396'))",
"target": "self",
"value": "get('data_source.1828.field_28396')",
"variant": "link"
},
{
"id": 17933,
"order": "9.00000000000000000000",
"type": "text",
"parent_element_id": 17912,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'PHONE'",
"format": "plain"
},
{
"id": 17934,
"order": "10.00000000000000000000",
"type": "text",
"parent_element_id": 17912,
"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": 0,
"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": "get('data_source.1828.field_28397')",
"format": "plain"
},
{
"id": 17935,
"order": "11.00000000000000000000",
"type": "text",
"parent_element_id": 17912,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'LINKEDIN'",
"format": "plain"
},
{
"id": 17936,
"order": "12.00000000000000000000",
"type": "link",
"parent_element_id": 17912,
"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",
"navigation_type": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "get('data_source.1828.field_28399')",
"target": "self",
"value": "get('data_source.1828.field_28399')",
"variant": "link"
},
{
"id": 17937,
"order": "13.00000000000000000000",
"type": "link",
"parent_element_id": 17912,
"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",
"navigation_type": "page",
"navigate_to_page_id": 841,
"page_parameters": [
{
"name": "contact_id",
"value": "get('data_source.1828.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'Edit details'",
"variant": "button"
}
],
"data_sources": [
{
"id": 1828,
"name": "Contact details",
"order": "1.00000000000000000000",
"service": {
"id": 2394,
"integration_id": 118,
"type": "local_baserow_get_row",
"table_id": 2970,
"view_id": 12004,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.contact_id')"
}
},
{
"id": 1829,
"name": "Related activities",
"order": "2.00000000000000000000",
"service": {
"id": 2395,
"integration_id": 118,
"type": "local_baserow_list_rows",
"table_id": 2972,
"view_id": 12018,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 28410,
"type": "link_row_has",
"value": "get('page_parameter.contact_id')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [],
"visibility": "logged-in",
"role_type": "allow_all",
"roles": []
},
{
"id": 841,
"name": "Contact details (edit)",
"order": 13,
"path": "/contact-edit/:contact_id",
"path_params": [
{
"name": "contact_id",
"type": "numeric"
}
],
"shared": false,
"elements": [
{
"id": 17950,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 17941,
"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": "'Related activities'",
"level": 2
},
{
"id": 17951,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 17941,
"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",
"navigation_type": "page",
"navigate_to_page_id": 843,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'+ Add new activity'",
"variant": "button"
},
{
"id": 17939,
"order": "1.39999999999999991118",
"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": 4,
"column_gap": 20,
"alignment": "top"
},
{
"id": 17952,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17939,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 831,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udd17 Pipelines'",
"variant": "button"
},
{
"id": 17953,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17939,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "color",
"style_background_color": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 835,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83c\udfe2 Companies'",
"variant": "button"
},
{
"id": 17954,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17939,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_background_color": "secondary",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 838,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udc65 Contacts'",
"variant": "button"
},
{
"id": 17955,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17939,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 842,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udde3\ufe0f Activities'",
"variant": "button"
},
{
"id": 17956,
"order": "2.00000000000000000000",
"type": "heading",
"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": 0,
"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.1830.field_28393')",
"level": 1
},
{
"id": 17957,
"order": "2.50000000000000000000",
"type": "text",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_text_color": "border"
}
},
"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": 0,
"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('LAST CONTACT: ',get('data_source.1830.field_28434'))",
"format": "plain"
},
{
"id": 17940,
"order": "3.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": 50,
"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": 17941,
"order": "4.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": 2,
"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": "center"
},
{
"id": 17942,
"order": "4.50000000000000000000",
"type": "choice",
"parent_element_id": 17940,
"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": "'COMPANY'",
"required": false,
"placeholder": "",
"default_value": "get('data_source.1830.field_28395.0.id')",
"options": [
{
"value": null,
"name": "",
"choice_id": 17942
}
],
"multiple": false,
"show_as_dropdown": true,
"option_type": "formulas",
"formula_value": "get('data_source.1832.*.id')",
"formula_name": "get('data_source.1832.*.field_28385')"
},
{
"id": 17958,
"order": "5.00000000000000000000",
"type": "table",
"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",
"data_source_id": 1831,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"fields": [
{
"uid": "81febfea-eed9-47ca-94c3-e17e3772653e",
"name": "Date",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_28411')"
}
},
{
"uid": "b97748fc-dc93-4783-9c4d-9d8368e28939",
"name": "Pipeline",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 833,
"page_parameters": [
{
"name": "pipeline_id",
"value": "get('current_record.field_28413.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_28413.0.value')",
"variant": "link"
}
},
{
"uid": "b1b89b99-6057-4715-ae56-89a0e6dee9f4",
"name": "Activity",
"type": "tags",
"styles": {},
"config": {
"values": "get('current_record.field_28415.value')",
"colors_is_formula": true,
"colors": "get('current_record.field_28415.color')"
}
},
{
"uid": "f99ce516-3eda-4ff2-b6f4-606ce3896f14",
"name": "By",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_28433.*.value')"
}
},
{
"uid": "38766963-cc7a-48eb-a66b-c69e037501e4",
"name": "-",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 844,
"page_parameters": [
{
"name": "activity_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "'Details ->'",
"variant": "link"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
},
{
"id": 17943,
"order": "6.00000000000000000000",
"type": "input_text",
"parent_element_id": 17940,
"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": "'JOB TITLE'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "get('data_source.1830.field_28394')",
"is_multiline": false,
"rows": 3,
"input_type": "text"
},
{
"id": 17959,
"order": "7.00000000000000000000",
"type": "image",
"parent_element_id": 17940,
"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",
"image_source_type": "url",
"image_file_id": null,
"image_url": "get('data_source.1830.field_28400.0.url')",
"alt_text": ""
},
{
"id": 17944,
"order": "8.00000000000000000000",
"type": "input_text",
"parent_element_id": 17940,
"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": "'EMAIL'",
"required": true,
"validation_type": "email",
"placeholder": "",
"default_value": "get('data_source.1830.field_28396')",
"is_multiline": false,
"rows": 3,
"input_type": "text"
},
{
"id": 17945,
"order": "10.00000000000000000000",
"type": "input_text",
"parent_element_id": 17940,
"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": "'PHONE'",
"required": false,
"validation_type": "any",
"placeholder": "",
"default_value": "get('data_source.1830.field_28397')",
"is_multiline": false,
"rows": 3,
"input_type": "text"
},
{
"id": 17946,
"order": "12.00000000000000000000",
"type": "input_text",
"parent_element_id": 17940,
"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": "'LINKEDIN'",
"required": false,
"validation_type": "any",
"placeholder": "",
"default_value": "get('data_source.1830.field_28399')",
"is_multiline": false,
"rows": 3,
"input_type": "text"
},
{
"id": 17960,
"order": "13.00000000000000000000",
"type": "button",
"parent_element_id": 17940,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_horizontal_padding": 36
}
},
"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 contact'"
}
],
"data_sources": [
{
"id": 1830,
"name": "Contact details",
"order": "1.00000000000000000000",
"service": {
"id": 2396,
"integration_id": 118,
"type": "local_baserow_get_row",
"table_id": 2970,
"view_id": 12004,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.contact_id')"
}
},
{
"id": 1831,
"name": "Related activities",
"order": "2.00000000000000000000",
"service": {
"id": 2397,
"integration_id": 118,
"type": "local_baserow_list_rows",
"table_id": 2972,
"view_id": 12018,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 28410,
"type": "link_row_has",
"value": "get('page_parameter.contact_id')",
"value_is_formula": true
}
]
}
},
{
"id": 1832,
"name": "Companies",
"order": "3.00000000000000000000",
"service": {
"id": 2398,
"integration_id": 118,
"type": "local_baserow_list_rows",
"table_id": 2969,
"view_id": 12001,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
}
],
"workflow_actions": [
{
"id": 2656,
"type": "update_row",
"order": 1,
"page_id": 841,
"element_id": 17960,
"event": "click",
"service": {
"id": 2410,
"integration_id": 118,
"type": "local_baserow_upsert_row",
"table_id": 2970,
"row_id": "get('data_source.1830.id')",
"field_mappings": [
{
"field_id": 28394,
"value": "get('form_data.17943')",
"enabled": true
},
{
"field_id": 28395,
"value": "get('form_data.17942')",
"enabled": true
},
{
"field_id": 28396,
"value": "get('form_data.17944')",
"enabled": true
},
{
"field_id": 28397,
"value": "get('form_data.17945')",
"enabled": true
},
{
"field_id": 28399,
"value": "get('form_data.17946')",
"enabled": true
}
]
}
},
{
"id": 2658,
"type": "open_page",
"order": 3,
"page_id": 841,
"element_id": 17960,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 840,
"page_parameters": [
{
"name": "contact_id",
"value": "get('data_source.1830.id')"
}
],
"navigate_to_url": "",
"target": "self"
}
],
"visibility": "logged-in",
"role_type": "allow_all",
"roles": []
},
{
"id": 842,
"name": "Activities",
"order": 14,
"path": "/activities",
"path_params": [],
"shared": false,
"elements": [
{
"id": 17969,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 17963,
"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": "'All activities grouped by pipeline'",
"level": 1
},
{
"id": 17970,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 17963,
"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",
"navigation_type": "page",
"navigate_to_page_id": 843,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'+ Add new activity'",
"variant": "button"
},
{
"id": 17971,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 17964,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 1,
"style_padding_top": 10,
"style_margin_top": 10,
"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": 1,
"style_padding_left": 10,
"style_margin_left": 10,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 10,
"style_margin_right": 10,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "get('current_record.field_28401')",
"level": 2
},
{
"id": 17979,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 17977,
"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": 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": 844,
"page_parameters": [
{
"name": "activity_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('current_record.value')",
"variant": "link"
},
{
"id": 17962,
"order": "1.39999999999999991118",
"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": 4,
"column_gap": 20,
"alignment": "top"
},
{
"id": 17972,
"order": "1.50000000000000000000",
"type": "heading",
"parent_element_id": 17965,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 1,
"style_padding_top": 10,
"style_margin_top": 10,
"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": 1,
"style_padding_left": 10,
"style_margin_left": 10,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 10,
"style_margin_right": 10,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "get('current_record.field_28401')",
"level": 2
},
{
"id": 17963,
"order": "2.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": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 17973,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17962,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 831,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udd17 Pipelines'",
"variant": "button"
},
{
"id": 17974,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17962,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 835,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83c\udfe2 Companies'",
"variant": "button"
},
{
"id": 17975,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17962,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 838,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udc65 Contacts'",
"variant": "button"
},
{
"id": 17976,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17962,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_background_color": "secondary",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 842,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udde3\ufe0f Activities'",
"variant": "button"
},
{
"id": 17977,
"order": "2.00000000000000000000",
"type": "repeat",
"parent_element_id": 17964,
"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": 1,
"style_padding_bottom": 10,
"style_margin_bottom": 10,
"style_border_left_color": "border",
"style_border_left_size": 1,
"style_padding_left": 10,
"style_margin_left": 10,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 10,
"style_margin_right": 10,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": null,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": "field_28408",
"property_options": [],
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
},
{
"id": 17980,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17978,
"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": 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": 844,
"page_parameters": [
{
"name": "activity_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('current_record.value')",
"variant": "link"
},
{
"id": 17964,
"order": "3.00000000000000000000",
"type": "repeat",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "disallow_all_except",
"roles": [
"Executive manager"
],
"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",
"data_source_id": 1833,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [
{
"schema_property": "field_28401",
"filterable": true,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_28402",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_28404",
"filterable": true,
"sortable": true,
"searchable": true
},
{
"schema_property": "field_28406",
"filterable": true,
"sortable": true,
"searchable": false
},
{
"schema_property": "field_28403",
"filterable": false,
"sortable": false,
"searchable": true
}
],
"orientation": "horizontal",
"items_per_row": {
"tablet": 2,
"desktop": 3,
"smartphone": 2
}
},
{
"id": 17978,
"order": "3.00000000000000000000",
"type": "repeat",
"parent_element_id": 17965,
"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": 1,
"style_padding_bottom": 10,
"style_margin_bottom": 10,
"style_border_left_color": "border",
"style_border_left_size": 1,
"style_padding_left": 10,
"style_margin_left": 10,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 10,
"style_margin_right": 10,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": null,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": "field_28408",
"property_options": [],
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
},
{
"id": 17965,
"order": "4.00000000000000000000",
"type": "repeat",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "disallow_all_except",
"roles": [
"Account manager"
],
"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",
"data_source_id": 1834,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [
{
"schema_property": "field_28401",
"filterable": true,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_28404",
"filterable": true,
"sortable": true,
"searchable": true
},
{
"schema_property": "field_28406",
"filterable": true,
"sortable": true,
"searchable": false
},
{
"schema_property": "field_28402",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_28403",
"filterable": false,
"sortable": false,
"searchable": true
}
],
"orientation": "horizontal",
"items_per_row": {
"tablet": 2,
"desktop": 3,
"smartphone": 2
}
}
],
"data_sources": [
{
"id": 1833,
"name": "Pipelines",
"order": "1.00000000000000000000",
"service": {
"id": 2399,
"integration_id": 118,
"type": "local_baserow_list_rows",
"table_id": 2971,
"view_id": 12009,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
},
{
"id": 1834,
"name": "My pipelines",
"order": "2.00000000000000000000",
"service": {
"id": 2400,
"integration_id": 118,
"type": "local_baserow_list_rows",
"table_id": 2971,
"view_id": 12009,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 28409,
"type": "link_row_has",
"value": "get('user.id')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [],
"visibility": "logged-in",
"role_type": "allow_all",
"roles": []
},
{
"id": 843,
"name": "Activity add",
"order": 15,
"path": "/activity-add",
"path_params": [],
"shared": false,
"elements": [
{
"id": 17993,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 17983,
"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": "'+ Add new activity'",
"level": 1
},
{
"id": 17982,
"order": "1.39999999999999991118",
"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": 4,
"column_gap": 20,
"alignment": "top"
},
{
"id": 17983,
"order": "1.42857142857142860315",
"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": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 17994,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17982,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 831,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udd17 Pipelines'",
"variant": "button"
},
{
"id": 17995,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17982,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "color",
"style_background_color": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 835,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83c\udfe2 Companies'",
"variant": "button"
},
{
"id": 17996,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17982,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 838,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udc65 Contacts'",
"variant": "button"
},
{
"id": 17997,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17982,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_background_color": "secondary",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 842,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udde3\ufe0f Activities'",
"variant": "button"
},
{
"id": 17984,
"order": "3.00000000000000000000",
"type": "form_container",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 50,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 50,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 50,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 50,
"style_background": "color",
"style_background_color": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "small",
"submit_button_label": "'+ Create activity'",
"reset_initial_values_post_submission": false
},
{
"id": 17985,
"order": "3.00000000000000000000",
"type": "choice",
"parent_element_id": 17984,
"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": 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": "'Activity'",
"required": true,
"placeholder": "",
"default_value": "",
"options": [
{
"value": null,
"name": "",
"choice_id": 17985
}
],
"multiple": false,
"show_as_dropdown": true,
"option_type": "formulas",
"formula_value": "get('data_source_context.1837.field_28415.*.id')",
"formula_name": "get('data_source_context.1837.field_28415.*.value')"
},
{
"id": 17986,
"order": "3.50000000000000000000",
"type": "record_selector",
"parent_element_id": 17984,
"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": 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",
"data_source_id": 1836,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'Pipeline'",
"default_value": "",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
},
{
"id": 17987,
"order": "3.66666666666666651864",
"type": "record_selector",
"parent_element_id": 17984,
"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": 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",
"data_source_id": 1835,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'Contact'",
"default_value": "",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
},
{
"id": 40327,
"order": "4.50000000000000000000",
"type": "datetime_picker",
"parent_element_id": 17984,
"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": 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": "'Date'",
"required": true,
"default_value": "",
"date_format": "ISO",
"include_time": false,
"time_format": "24"
},
{
"id": 17989,
"order": "5.00000000000000000000",
"type": "input_text",
"parent_element_id": 17984,
"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": 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": "",
"is_multiline": true,
"rows": 5,
"input_type": "text"
}
],
"data_sources": [
{
"id": 1835,
"name": "Contacts",
"order": "1.00000000000000000000",
"service": {
"id": 2401,
"integration_id": 118,
"type": "local_baserow_list_rows",
"table_id": 2970,
"view_id": 12004,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
},
{
"id": 1836,
"name": "Pipeline",
"order": "2.00000000000000000000",
"service": {
"id": 2402,
"integration_id": 118,
"type": "local_baserow_list_rows",
"table_id": 2971,
"view_id": 12009,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
},
{
"id": 1837,
"name": "Activities",
"order": "3.00000000000000000000",
"service": {
"id": 2403,
"integration_id": 118,
"type": "local_baserow_list_rows",
"table_id": 2972,
"view_id": 12018,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
}
],
"workflow_actions": [
{
"id": 2662,
"type": "create_row",
"order": 1,
"page_id": 843,
"element_id": 17984,
"event": "submit",
"service": {
"id": 2411,
"integration_id": 118,
"type": "local_baserow_upsert_row",
"table_id": 2972,
"row_id": "",
"field_mappings": [
{
"field_id": 28410,
"value": "get('form_data.17987')",
"enabled": true
},
{
"field_id": 28411,
"value": "get('form_data.40327')",
"enabled": true
},
{
"field_id": 28412,
"value": "get('form_data.17989')",
"enabled": true
},
{
"field_id": 28413,
"value": "get('form_data.17986')",
"enabled": true
},
{
"field_id": 28415,
"value": "get('form_data.17985')",
"enabled": true
}
]
}
},
{
"id": 2664,
"type": "notification",
"order": 2,
"page_id": 843,
"element_id": 17984,
"event": "submit",
"title": "'\u2705 Success '",
"description": "concat('The activity ',get('previous_action.2662.field_28440'),' is created')"
},
{
"id": 2665,
"type": "open_page",
"order": 3,
"page_id": 843,
"element_id": 17984,
"event": "submit",
"navigation_type": "page",
"navigate_to_page_id": 842,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
],
"visibility": "logged-in",
"role_type": "allow_all",
"roles": []
},
{
"id": 844,
"name": "Activity details",
"order": 16,
"path": "/activity/:activity_id",
"path_params": [
{
"name": "activity_id",
"type": "numeric"
}
],
"shared": false,
"elements": [
{
"id": 18005,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 18000,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'EMPLOYEE'",
"format": "plain"
},
{
"id": 18006,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 18000,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'NOTES'",
"format": "plain"
},
{
"id": 18007,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 18001,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {}
},
"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": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "get('current_record.url')",
"target": "blank",
"value": "concat(get('current_record.visible_name'),' (',get('current_record.mime_type'),')')",
"variant": "link"
},
{
"id": 17999,
"order": "1.39999999999999991118",
"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": 4,
"column_gap": 20,
"alignment": "top"
},
{
"id": 18008,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17999,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 831,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udd17 Pipelines'",
"variant": "button"
},
{
"id": 18009,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17999,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "color",
"style_background_color": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 835,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83c\udfe2 Companies'",
"variant": "button"
},
{
"id": 18010,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17999,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 838,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udc65 Contacts'",
"variant": "button"
},
{
"id": 18011,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 17999,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_background_color": "secondary",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 842,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udde3\ufe0f Activities'",
"variant": "button"
},
{
"id": 18012,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 18000,
"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": 0,
"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": "get('data_source.1838.field_28433.0.value')",
"format": "plain"
},
{
"id": 18013,
"order": "2.00000000000000000000",
"type": "heading",
"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",
"value": "get('data_source.1838.field_28440')",
"level": 1
},
{
"id": 18014,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 18000,
"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": 0,
"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": "get('data_source.1838.field_28412')",
"format": "markdown"
},
{
"id": 18000,
"order": "3.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": 50,
"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": 18015,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 18000,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'CONTACT'",
"format": "plain"
},
{
"id": 18016,
"order": "3.00000000000000000000",
"type": "link",
"parent_element_id": 18000,
"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",
"navigation_type": "page",
"navigate_to_page_id": 845,
"page_parameters": [
{
"name": "activity_id",
"value": "get('data_source.1838.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'Edit notes'",
"variant": "button"
},
{
"id": 18017,
"order": "3.33333333333333348136",
"type": "link",
"parent_element_id": 18000,
"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",
"navigation_type": "page",
"navigate_to_page_id": 840,
"page_parameters": [
{
"name": "contact_id",
"value": "get('data_source.1838.field_28410.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('data_source.1838.field_28410.0.value')",
"variant": "link"
},
{
"id": 18018,
"order": "3.50000000000000000000",
"type": "text",
"parent_element_id": 18000,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'PIPELINE'",
"format": "plain"
},
{
"id": 18019,
"order": "3.60000000000000008882",
"type": "link",
"parent_element_id": 18000,
"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",
"navigation_type": "page",
"navigate_to_page_id": 833,
"page_parameters": [
{
"name": "pipeline_id",
"value": "get('data_source.1838.field_28413.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('data_source.1838.field_28413.0.value')",
"variant": "link"
},
{
"id": 18020,
"order": "4.00000000000000000000",
"type": "heading",
"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",
"value": "'Attachments'",
"level": 2
},
{
"id": 18001,
"order": "5.00000000000000000000",
"type": "repeat",
"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",
"data_source_id": 1838,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": "field_28414",
"property_options": [],
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
}
],
"data_sources": [
{
"id": 1838,
"name": "Activity details",
"order": "1.00000000000000000000",
"service": {
"id": 2404,
"integration_id": 118,
"type": "local_baserow_get_row",
"table_id": 2972,
"view_id": 12018,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.activity_id')"
}
}
],
"workflow_actions": [],
"visibility": "logged-in",
"role_type": "allow_all",
"roles": []
},
{
"id": 845,
"name": "Activity details (edit)",
"order": 17,
"path": "/activity-edit/:activity_id",
"path_params": [
{
"name": "activity_id",
"type": "numeric"
}
],
"shared": false,
"elements": [
{
"id": 18029,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 18023,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'EMPLOYEE'",
"format": "plain"
},
{
"id": 18030,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 18023,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'NOTES'",
"format": "plain"
},
{
"id": 18031,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 18024,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {}
},
"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": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "get('current_record.url')",
"target": "blank",
"value": "concat(get('current_record.visible_name'),' (',get('current_record.mime_type'),')')",
"variant": "link"
},
{
"id": 18022,
"order": "1.39999999999999991118",
"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": 4,
"column_gap": 20,
"alignment": "top"
},
{
"id": 18025,
"order": "1.50000000000000000000",
"type": "input_text",
"parent_element_id": 18023,
"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.1839.field_28412')",
"is_multiline": true,
"rows": 5,
"input_type": "text"
},
{
"id": 18032,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 18022,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 831,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udd17 Pipelines'",
"variant": "button"
},
{
"id": 18033,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 18022,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "color",
"style_background_color": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 835,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83c\udfe2 Companies'",
"variant": "button"
},
{
"id": 18034,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 18022,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_text_color": "primary",
"button_background_color": "#eeeeee4d",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 838,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udc65 Contacts'",
"variant": "button"
},
{
"id": 18035,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 18022,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_width": "full",
"button_alignment": "center",
"button_font_size": 18,
"button_background_color": "secondary",
"button_hover_text_color": "primary",
"button_vertical_padding": 24
}
},
"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": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 842,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udde3\ufe0f Activities'",
"variant": "button"
},
{
"id": 18036,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 18023,
"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": 0,
"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": "get('data_source.1839.field_28433.0.value')",
"format": "plain"
},
{
"id": 18037,
"order": "2.00000000000000000000",
"type": "heading",
"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",
"value": "get('data_source.1839.field_28440')",
"level": 1
},
{
"id": 18023,
"order": "3.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": 50,
"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": 18038,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 18023,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'CONTACT'",
"format": "plain"
},
{
"id": 18039,
"order": "3.00000000000000000000",
"type": "button",
"parent_element_id": 18023,
"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": "'Update notes'"
},
{
"id": 18040,
"order": "3.33333333333333348136",
"type": "link",
"parent_element_id": 18023,
"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",
"navigation_type": "page",
"navigate_to_page_id": 840,
"page_parameters": [
{
"name": "contact_id",
"value": "get('data_source.1839.field_28410.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('data_source.1839.field_28410.0.value')",
"variant": "link"
},
{
"id": 18041,
"order": "3.50000000000000000000",
"type": "text",
"parent_element_id": 18023,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"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": 0,
"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": "'PIPELINE'",
"format": "plain"
},
{
"id": 18042,
"order": "3.60000000000000008882",
"type": "link",
"parent_element_id": 18023,
"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",
"navigation_type": "page",
"navigate_to_page_id": 833,
"page_parameters": [
{
"name": "pipeline_id",
"value": "get('data_source.1839.field_28413.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('data_source.1839.field_28413.0.value')",
"variant": "link"
},
{
"id": 18043,
"order": "4.00000000000000000000",
"type": "heading",
"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",
"value": "'Attachments'",
"level": 2
},
{
"id": 18024,
"order": "5.00000000000000000000",
"type": "repeat",
"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",
"data_source_id": 1839,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": "field_28414",
"property_options": [],
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
}
],
"data_sources": [
{
"id": 1839,
"name": "Activity details",
"order": "1.00000000000000000000",
"service": {
"id": 2405,
"integration_id": 118,
"type": "local_baserow_get_row",
"table_id": 2972,
"view_id": 12018,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.activity_id')"
}
}
],
"workflow_actions": [
{
"id": 2669,
"type": "update_row",
"order": 1,
"page_id": 845,
"element_id": 18039,
"event": "click",
"service": {
"id": 2412,
"integration_id": 118,
"type": "local_baserow_upsert_row",
"table_id": 2972,
"row_id": "get('data_source.1839.id')",
"field_mappings": [
{
"field_id": 28412,
"value": "get('form_data.18025')",
"enabled": true
}
]
}
},
{
"id": 2671,
"type": "open_page",
"order": 2,
"page_id": 845,
"element_id": 18039,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 844,
"page_parameters": [
{
"name": "activity_id",
"value": "get('data_source.1839.id')"
}
],
"navigate_to_url": "",
"target": "self"
}
],
"visibility": "all",
"role_type": "allow_all",
"roles": []
}
],
"integrations": [
{
"id": 118,
"name": "Local Baserow",
"order": "1.00000000000000000000",
"type": "local_baserow",
"authorized_user": "frederik@baserow.io"
}
],
"theme": {
"primary_color": "#014aac",
"secondary_color": "#0090da",
"border_color": "#a0a0a0",
"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": "tahoma",
"heading_1_font_size": 24,
"heading_1_text_color": "primary",
"heading_1_text_alignment": "left",
"heading_2_font_family": "tahoma",
"heading_2_font_size": 20,
"heading_2_text_color": "primary",
"heading_2_text_alignment": "left",
"heading_3_font_family": "tahoma",
"heading_3_font_size": 16,
"heading_3_text_color": "#070810ff",
"heading_3_text_alignment": "left",
"heading_4_font_family": "tahoma",
"heading_4_font_size": 16,
"heading_4_text_color": "#070810ff",
"heading_4_text_alignment": "left",
"heading_5_font_family": "tahoma",
"heading_5_font_size": 14,
"heading_5_text_color": "#070810ff",
"heading_5_text_alignment": "left",
"heading_6_font_family": "tahoma",
"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": "border",
"input_border_size": 1,
"input_border_radius": 4,
"input_vertical_padding": 8,
"input_horizontal_padding": 12,
"table_border_color": "border",
"table_border_size": 0,
"table_border_radius": 4,
"table_header_background_color": "secondary",
"table_header_text_color": "#ffffff",
"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": "border",
"table_vertical_separator_size": 0,
"table_horizontal_separator_color": "border",
"table_horizontal_separator_size": 1
},
"user_sources": [
{
"id": 70,
"name": "Employees",
"order": "1.00000000000000000000",
"type": "local_baserow",
"uid": "bda2c8481bd6492e8d133ea67bf59e28",
"integration_id": 118,
"auth_providers": [
{
"id": 67,
"type": "local_baserow_password",
"domain": null,
"enabled": true,
"password_field_id": 28420
}
],
"table_id": 2973,
"email_field_id": 28417,
"name_field_id": 28416,
"role_field_id": 28421
}
],
"favicon_file": null,
"login_page": {
"id": 829,
"name": "Login",
"order": 1,
"path": "/",
"path_params": [],
"shared": false,
"elements": [
{
"id": 17557,
"order": "1.00000000000000000000",
"type": "image",
"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",
"image_source_type": "upload",
"image_file_id": {
"name": "VBUt4qBUOItxJWiTfHfOZSRZrFfE8jtJ_d570910b4de568550dc3e4548e3233094024b77f3ddab2102aaddce3023fd13f.png",
"original_name": "marketing-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 17558,
"order": "1.50000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_1_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 10,
"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": "'Sign in'",
"level": 1
},
{
"id": 17559,
"order": "2.00000000000000000000",
"type": "auth_form",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"input": {},
"login_button": {
"button_alignment": "center",
"button_horizontal_padding": 36
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 100,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 100,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 50,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 50,
"style_background": "color",
"style_background_color": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "small",
"user_source_id": 70,
"login_button_label": "'Sign in'"
}
],
"data_sources": [],
"workflow_actions": [
{
"id": 2621,
"type": "open_page",
"order": 1,
"page_id": 829,
"element_id": 17559,
"event": "after_login",
"navigation_type": "page",
"navigate_to_page_id": 830,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
],
"visibility": "all",
"role_type": "allow_all",
"roles": []
},
"id": 688,
"name": "CRM application",
"order": 2,
"type": "builder"
}
]
}