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-10-02 11:14:40 +00:00

27292 lines
No EOL
1.4 MiB

{
"baserow_template_version": 1,
"name": "Lightweight CRM",
"icon": "iconoir-verified-user",
"keywords": [
"CRM",
"Sales",
"Local Business"
],
"categories": [
"Sales and CRM"
],
"export": [
{
"id": 920,
"name": "Lightweight CRM",
"order": 1,
"type": "database",
"tables": [
{
"id": 3585,
"name": "Companies",
"order": 1,
"fields": [
{
"id": 36728,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 36729,
"type": "text",
"name": "Address",
"order": 1,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 36730,
"type": "single_select",
"name": "Industry",
"order": 2,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"select_options": [
{
"id": 14777,
"value": "Entertainment",
"color": "dark-blue",
"order": 0
},
{
"id": 14778,
"value": "Food Services",
"color": "red",
"order": 1
},
{
"id": 14779,
"value": "Construction",
"color": "orange",
"order": 2
},
{
"id": 14780,
"value": "Financial Services",
"color": "dark-green",
"order": 3
},
{
"id": 14781,
"value": "Automotive",
"color": "gray",
"order": 4
},
{
"id": 14782,
"value": "Technology",
"color": "red",
"order": 5
}
]
},
{
"id": 36731,
"type": "link_row",
"name": "Pipelines",
"order": 3,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 3587,
"link_row_related_field_id": 36744,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 36732,
"type": "url",
"name": "Website",
"order": 4,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 36733,
"type": "link_row",
"name": "Contacts",
"order": 5,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 3586,
"link_row_related_field_id": 36738,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 36734,
"type": "long_text",
"name": "Notes",
"order": 7,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": true
},
{
"id": 36735,
"type": "single_select",
"name": "Size",
"order": 8,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"select_options": [
{
"id": 14783,
"value": "1 - 10",
"color": "light-yellow",
"order": 0
},
{
"id": 14784,
"value": "11 - 50",
"color": "yellow",
"order": 1
},
{
"id": 14785,
"value": "51 - 100",
"color": "yellow",
"order": 2
},
{
"id": 14786,
"value": "101 - 500",
"color": "dark-yellow",
"order": 3
},
{
"id": 14787,
"value": "501 - 1000",
"color": "dark-yellow",
"order": 4
},
{
"id": 14788,
"value": "1K+",
"color": "darker-yellow",
"order": 5
}
]
},
{
"id": 36764,
"type": "rollup",
"name": "Total contract value",
"order": 9,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_include_time": null,
"date_force_timezone": null,
"date_show_tzinfo": null,
"number_decimal_places": 0,
"date_format": null,
"date_time_format": null,
"duration_format": null,
"error": null,
"array_formula_type": null,
"nullable": false,
"through_field_id": 36731,
"target_field_id": 36748,
"rollup_function": "sum"
},
{
"id": 36765,
"type": "formula",
"name": "Total closed won",
"order": 10,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_include_time": null,
"date_force_timezone": null,
"date_show_tzinfo": null,
"number_decimal_places": 0,
"date_format": null,
"date_time_format": null,
"duration_format": null,
"error": null,
"array_formula_type": null,
"nullable": false,
"formula": "sum(filter(lookup('Pipelines','Contract Value'),lookup('Pipelines','Stage') = 'Closed Won'))",
"formula_type": "number"
},
{
"id": 36766,
"type": "formula",
"name": "Total closed lost",
"order": 11,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_include_time": null,
"date_force_timezone": null,
"date_show_tzinfo": null,
"number_decimal_places": 0,
"date_format": null,
"date_time_format": null,
"duration_format": null,
"error": null,
"array_formula_type": null,
"nullable": false,
"formula": "sum(filter(lookup('Pipelines','Contract Value'),lookup('Pipelines','Stage') = 'Closed Lost'))",
"formula_type": "number"
},
{
"id": 36767,
"type": "formula",
"name": "Total in progress",
"order": 12,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_include_time": null,
"date_force_timezone": null,
"date_show_tzinfo": null,
"number_decimal_places": 0,
"date_format": null,
"date_time_format": null,
"duration_format": null,
"error": null,
"array_formula_type": null,
"nullable": false,
"formula": "sum(filter(lookup('Pipelines','Contract Value'),and(lookup('Pipelines','Stage') != 'Closed Lost',lookup('Pipelines','Stage') != 'Closed Won')))",
"formula_type": "number"
},
{
"id": 36771,
"type": "count",
"name": "Pipelines count",
"order": 13,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_include_time": null,
"date_force_timezone": null,
"date_show_tzinfo": null,
"number_decimal_places": 0,
"date_format": null,
"date_time_format": null,
"duration_format": null,
"error": null,
"array_formula_type": null,
"nullable": false,
"through_field_id": 36731
},
{
"id": 36768,
"type": "formula",
"name": "Active pipelines count",
"order": 14,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_include_time": null,
"date_force_timezone": null,
"date_show_tzinfo": null,
"number_decimal_places": 0,
"date_format": null,
"date_time_format": null,
"duration_format": null,
"error": null,
"array_formula_type": null,
"nullable": false,
"formula": "count(filter(lookup('Pipelines','Stage'),and(lookup('Pipelines','Stage') != 'Closed Won',lookup('Pipelines','Stage') != 'Closed Lost')))",
"formula_type": "number"
},
{
"id": 36794,
"type": "lookup",
"name": "Pipeline owner",
"order": 15,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_include_time": null,
"date_force_timezone": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"date_format": null,
"date_time_format": null,
"duration_format": null,
"error": null,
"array_formula_type": "text",
"nullable": true,
"through_field_id": 36731,
"through_field_name": "Pipelines",
"target_field_id": 36751,
"target_field_name": "Owner"
}
],
"views": [
{
"id": 16288,
"type": "grid",
"name": "All Companies",
"order": 1,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 12720,
"field_id": 36728,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 149342,
"field_id": 36729,
"width": 219,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149343,
"field_id": 36730,
"width": 155,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149344,
"field_id": 36735,
"width": 112,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149345,
"field_id": 36732,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149346,
"field_id": 36734,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149347,
"field_id": 36733,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149348,
"field_id": 36731,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149560,
"field_id": 36794,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149349,
"field_id": 36771,
"width": 166,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149350,
"field_id": 36768,
"width": 206,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149351,
"field_id": 36764,
"width": 199,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149352,
"field_id": 36765,
"width": 178,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149353,
"field_id": 36766,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149354,
"field_id": 36767,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149355,
"field_id": 36728,
"width": 200,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16289,
"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": 12721,
"field_id": 36728,
"order": "ASC"
}
],
"group_bys": [
{
"id": 1482,
"field_id": 36735,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 149356,
"field_id": 36729,
"width": 219,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149357,
"field_id": 36730,
"width": 155,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149358,
"field_id": 36735,
"width": 112,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149359,
"field_id": 36732,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149360,
"field_id": 36734,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149361,
"field_id": 36733,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149362,
"field_id": 36731,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149363,
"field_id": 36771,
"width": 166,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149364,
"field_id": 36768,
"width": 206,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149365,
"field_id": 36764,
"width": 199,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149366,
"field_id": 36765,
"width": 178,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149367,
"field_id": 36766,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149368,
"field_id": 36767,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149369,
"field_id": 36728,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153681,
"field_id": 36794,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16290,
"type": "grid",
"name": "Companies with active pipelines",
"order": 3,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 9095,
"field_id": 36768,
"type": "higher_than",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 12722,
"field_id": 36728,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 149370,
"field_id": 36729,
"width": 219,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149371,
"field_id": 36730,
"width": 155,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149372,
"field_id": 36735,
"width": 112,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149373,
"field_id": 36732,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149374,
"field_id": 36734,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149375,
"field_id": 36733,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149376,
"field_id": 36731,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149377,
"field_id": 36771,
"width": 166,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149378,
"field_id": 36768,
"width": 206,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149379,
"field_id": 36764,
"width": 199,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149380,
"field_id": 36765,
"width": 178,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149381,
"field_id": 36766,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149382,
"field_id": 36767,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149383,
"field_id": 36728,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153682,
"field_id": 36794,
"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_36728": "Acme Inc.",
"field_36729": "San Francisco, CA",
"field_36730": 14779,
"field_36731": [
1,
5,
7,
9
],
"field_36732": "https://acme.inc",
"field_36733": [
2,
5
],
"field_36734": "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_36735": 14783,
"field_36764": null,
"field_36765": null,
"field_36766": null,
"field_36767": null,
"field_36771": null,
"field_36768": null,
"field_36794": 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_36728": "Makers Co.",
"field_36729": "New York, NY",
"field_36730": 14782,
"field_36731": [
3,
11,
10
],
"field_36732": "https://makers.co",
"field_36733": [
4,
12
],
"field_36734": "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_36735": 14784,
"field_36764": null,
"field_36765": null,
"field_36766": null,
"field_36767": null,
"field_36771": null,
"field_36768": null,
"field_36794": 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_36728": "Orange LLC.",
"field_36729": "Austin, TX",
"field_36730": 14778,
"field_36731": [
4,
13
],
"field_36732": "https://oran.ge",
"field_36733": [
3,
6,
10,
11
],
"field_36734": "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_36735": 14786,
"field_36764": null,
"field_36765": null,
"field_36766": null,
"field_36767": null,
"field_36771": null,
"field_36768": null,
"field_36794": 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_36728": "Smile Bros.",
"field_36729": "Sacramento, CA",
"field_36730": 14777,
"field_36731": [
2,
6,
8,
12
],
"field_36732": "https://smilebros.com",
"field_36733": [
1,
7,
9
],
"field_36734": "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_36735": 14784,
"field_36764": null,
"field_36765": null,
"field_36766": null,
"field_36767": null,
"field_36771": null,
"field_36768": null,
"field_36794": null
}
],
"data_sync": null
},
{
"id": 3586,
"name": "Contacts",
"order": 2,
"fields": [
{
"id": 36736,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 36737,
"type": "text",
"name": "Title",
"order": 1,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 36738,
"type": "link_row",
"name": "Company",
"order": 3,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 3585,
"link_row_related_field_id": 36733,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 36739,
"type": "email",
"name": "Email",
"order": 4,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 36740,
"type": "phone_number",
"name": "Phone",
"order": 5,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 36741,
"type": "link_row",
"name": "Activities",
"order": 6,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 3588,
"link_row_related_field_id": 36753,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 36742,
"type": "url",
"name": "LinkedIn",
"order": 8,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 36774,
"type": "count",
"name": "Activities count",
"order": 9,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_include_time": null,
"date_force_timezone": null,
"date_show_tzinfo": null,
"number_decimal_places": 0,
"date_format": null,
"date_time_format": null,
"duration_format": null,
"error": null,
"array_formula_type": null,
"nullable": false,
"through_field_id": 36741
},
{
"id": 36776,
"type": "rollup",
"name": "Last activity date",
"order": 10,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_include_time": false,
"date_force_timezone": null,
"date_show_tzinfo": false,
"number_decimal_places": null,
"date_format": "ISO",
"date_time_format": "24",
"duration_format": null,
"error": null,
"array_formula_type": null,
"nullable": true,
"through_field_id": 36741,
"target_field_id": 36754,
"rollup_function": "max"
},
{
"id": 36777,
"type": "rollup",
"name": "Company name",
"order": 11,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_include_time": null,
"date_force_timezone": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"date_format": null,
"date_time_format": null,
"duration_format": null,
"error": null,
"array_formula_type": null,
"nullable": true,
"through_field_id": 36738,
"target_field_id": 36728,
"rollup_function": "min"
},
{
"id": 36786,
"type": "file",
"name": "Picture",
"order": 13,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 36795,
"type": "lookup",
"name": "Pipeline owners",
"order": 14,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_include_time": null,
"date_force_timezone": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"date_format": null,
"date_time_format": null,
"duration_format": null,
"error": null,
"array_formula_type": "text",
"nullable": true,
"through_field_id": 36738,
"through_field_name": "Company",
"target_field_id": 36794,
"target_field_name": "Pipeline owner"
}
],
"views": [
{
"id": 16291,
"type": "grid",
"name": "All Contacts",
"order": 1,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 12723,
"field_id": 36736,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 149384,
"field_id": 36736,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149385,
"field_id": 36737,
"width": 160,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149549,
"field_id": 36786,
"width": 119,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149386,
"field_id": 36738,
"width": 159,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149387,
"field_id": 36777,
"width": 200,
"hidden": true,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149388,
"field_id": 36739,
"width": 173,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149389,
"field_id": 36740,
"width": 127,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149390,
"field_id": 36742,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149391,
"field_id": 36741,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149561,
"field_id": 36795,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149393,
"field_id": 36774,
"width": 172,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149394,
"field_id": 36776,
"width": 199,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16292,
"type": "grid",
"name": "Contacts without recent activity",
"order": 2,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 9096,
"field_id": 36776,
"type": "date_is_before",
"value": "Europe/Brussels?60?nr_days_ago",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 12724,
"field_id": 36736,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 149395,
"field_id": 36736,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149396,
"field_id": 36737,
"width": 160,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149552,
"field_id": 36786,
"width": 200,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149397,
"field_id": 36738,
"width": 159,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149398,
"field_id": 36777,
"width": 200,
"hidden": true,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149399,
"field_id": 36739,
"width": 173,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149400,
"field_id": 36740,
"width": 127,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149401,
"field_id": 36742,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149402,
"field_id": 36741,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149562,
"field_id": 36795,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149403,
"field_id": 36774,
"width": 172,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149404,
"field_id": 36776,
"width": 152,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16293,
"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": 12725,
"field_id": 36736,
"order": "ASC"
}
],
"group_bys": [
{
"id": 1483,
"field_id": 36777,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 149406,
"field_id": 36736,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149407,
"field_id": 36737,
"width": 160,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149563,
"field_id": 36786,
"width": 120,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149408,
"field_id": 36738,
"width": 159,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149409,
"field_id": 36777,
"width": 200,
"hidden": true,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149410,
"field_id": 36739,
"width": 173,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149411,
"field_id": 36740,
"width": 127,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149412,
"field_id": 36742,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149413,
"field_id": 36741,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149564,
"field_id": 36795,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149414,
"field_id": 36774,
"width": 172,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149415,
"field_id": 36776,
"width": 152,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16294,
"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": 17041,
"field_id": 36736,
"name": "",
"description": "Lastname and firstname of the contact",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 17042,
"field_id": 36737,
"name": "",
"description": "Job role",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 17043,
"field_id": 36738,
"name": "",
"description": "Select the company from the list",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 17044,
"field_id": 36739,
"name": "",
"description": "E-mail address of the contact",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 17045,
"field_id": 36740,
"name": "",
"description": "Direct phone number or mobile phone number of the contact",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 17046,
"field_id": 36741,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 17047,
"field_id": 36742,
"name": "",
"description": "Full url to the LinkedIn profile of the contact",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 17048,
"field_id": 36774,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 17049,
"field_id": 36776,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 17050,
"field_id": 36777,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
}
]
},
{
"id": 16311,
"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": 36786,
"field_options": [
{
"id": 19480,
"field_id": 36736,
"hidden": false,
"order": 32767
},
{
"id": 19481,
"field_id": 36737,
"hidden": false,
"order": 32767
},
{
"id": 19482,
"field_id": 36738,
"hidden": false,
"order": 32767
},
{
"id": 19483,
"field_id": 36739,
"hidden": false,
"order": 32767
},
{
"id": 19484,
"field_id": 36740,
"hidden": false,
"order": 32767
},
{
"id": 19485,
"field_id": 36741,
"hidden": false,
"order": 32767
},
{
"id": 19486,
"field_id": 36742,
"hidden": false,
"order": 32767
},
{
"id": 19487,
"field_id": 36774,
"hidden": false,
"order": 32767
},
{
"id": 19488,
"field_id": 36776,
"hidden": false,
"order": 32767
},
{
"id": 19489,
"field_id": 36777,
"hidden": true,
"order": 32767
},
{
"id": 19491,
"field_id": 36786,
"hidden": true,
"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_36736": "John Tagliafero",
"field_36737": "CEO",
"field_36738": [
4
],
"field_36739": "john@smilebros.com",
"field_36740": "(508) 398-0845",
"field_36741": [
3,
4,
7,
10,
17,
19
],
"field_36742": "https://www.linkedin.com/in/profile",
"field_36774": null,
"field_36776": null,
"field_36777": null,
"field_36786": [
{
"name": "LNkdbyMtNvcwpPwLWpgut3fligpBsqqk_860fc8f7a7c919681aa15783aebf52d282bf73edcba69fd03516ca5aba743f14.jpg",
"visible_name": "Man.31.jpg",
"original_name": "LNkdbyMtNvcwpPwLWpgut3fligpBsqqk_860fc8f7a7c919681aa15783aebf52d282bf73edcba69fd03516ca5aba743f14.jpg"
}
],
"field_36795": 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_36736": "Wayne Smith",
"field_36737": "Head of Operations",
"field_36738": [
1
],
"field_36739": "wayne@acme.inc",
"field_36740": "(803) 996-6704",
"field_36741": [
5,
6,
18
],
"field_36742": "https://www.linkedin.com/in/profile",
"field_36774": null,
"field_36776": null,
"field_36777": null,
"field_36786": [
{
"name": "sKj67N1NXwjg3L0FrOaXCtsrXPbkN6bK_9254445c723333fd7687daff449887a52d0178ff24e24af1c076144a7ba80b32.jpg",
"visible_name": "Man.02.jpg",
"original_name": "sKj67N1NXwjg3L0FrOaXCtsrXPbkN6bK_9254445c723333fd7687daff449887a52d0178ff24e24af1c076144a7ba80b32.jpg"
}
],
"field_36795": 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_36736": "Sara Winter",
"field_36737": "VP of Sales",
"field_36738": [
3
],
"field_36739": "sara@oran.ge",
"field_36740": "(269) 445-2068",
"field_36741": [
2,
9
],
"field_36742": "https://www.linkedin.com/in/profile",
"field_36774": null,
"field_36776": null,
"field_36777": null,
"field_36786": [
{
"name": "fA2Dn9jwA5N0kB4tW5koxl7pFRxBWabL_706cb9712f46ff3654d0a1b873f9d20934da457ae1545f1bfdcfcc4f75c4f0fa.jpg",
"visible_name": "Man.09.jpg",
"original_name": "fA2Dn9jwA5N0kB4tW5koxl7pFRxBWabL_706cb9712f46ff3654d0a1b873f9d20934da457ae1545f1bfdcfcc4f75c4f0fa.jpg"
}
],
"field_36795": 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_36736": "Cindy Crowford",
"field_36737": "Head of Marketing",
"field_36738": [
2
],
"field_36739": "cindy@makers.co",
"field_36740": "(406) 892-0740",
"field_36741": [
1,
11,
15
],
"field_36742": "https://www.linkedin.com/in/profile",
"field_36774": null,
"field_36776": null,
"field_36777": null,
"field_36786": [
{
"name": "PDXKJTdYMUU5VdpTTA97qtnykwu9MVuG_32a0bb1e8cd43f9a27f05e95039ad44b606915d94c3f6ac8aa9359a5d66d0e40.jpg",
"visible_name": "Woman.36.jpg",
"original_name": "PDXKJTdYMUU5VdpTTA97qtnykwu9MVuG_32a0bb1e8cd43f9a27f05e95039ad44b606915d94c3f6ac8aa9359a5d66d0e40.jpg"
}
],
"field_36795": 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_36736": "Eugene Keith",
"field_36737": "CEO",
"field_36738": [
1
],
"field_36739": "eugene@acme.inc",
"field_36740": "(541) 884-3680",
"field_36741": [
12
],
"field_36742": "https://www.linkedin.com/in/profile",
"field_36774": null,
"field_36776": null,
"field_36777": null,
"field_36786": [
{
"name": "7SSIGdoVennUFNChPCD3d2nO3j4d0NAU_8bf30a876d0d0082aac1b41058c42c8ff2ab323e25afc56b9f5b9bab76cf3ea9.jpg",
"visible_name": "Man.48.jpg",
"original_name": "7SSIGdoVennUFNChPCD3d2nO3j4d0NAU_8bf30a876d0d0082aac1b41058c42c8ff2ab323e25afc56b9f5b9bab76cf3ea9.jpg"
}
],
"field_36795": 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_36736": "Gladys P. Burchfield",
"field_36737": "Sales manager",
"field_36738": [
3
],
"field_36739": "gladys@oran.ge",
"field_36740": "(317) 996-2721",
"field_36741": [
8
],
"field_36742": "https://www.linkedin.com/in/profile",
"field_36774": null,
"field_36776": null,
"field_36777": null,
"field_36786": [
{
"name": "jsvsERMJwydK49pA2GRx3OAxkFWCwuwx_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg",
"visible_name": "Woman.27.jpg",
"original_name": "jsvsERMJwydK49pA2GRx3OAxkFWCwuwx_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg"
}
],
"field_36795": 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_36736": "Amy Wyllie",
"field_36737": "Financial director",
"field_36738": [
4
],
"field_36739": "amy@smilebros.com",
"field_36740": "(508) 398-0848",
"field_36741": [
13,
14,
16
],
"field_36742": "https://www.linkedin.com/in/profile",
"field_36774": null,
"field_36776": null,
"field_36777": null,
"field_36786": [
{
"name": "l2zsTSY6C1V9t1l632bwUk8RmpnCbzU5_87342f8e2a009873f0cf6cbf8b480d495c898a19238d60b3d6fb81efa41c9883.jpg",
"visible_name": "Woman.12.jpg",
"original_name": "l2zsTSY6C1V9t1l632bwUk8RmpnCbzU5_87342f8e2a009873f0cf6cbf8b480d495c898a19238d60b3d6fb81efa41c9883.jpg"
}
],
"field_36795": null
}
],
"data_sync": null
},
{
"id": 3587,
"name": "Pipelines",
"order": 3,
"fields": [
{
"id": 36743,
"type": "text",
"name": "Opportunity",
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 36744,
"type": "link_row",
"name": "Company",
"order": 1,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 3585,
"link_row_related_field_id": 36731,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 36745,
"type": "long_text",
"name": "Description",
"order": 2,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": false
},
{
"id": 36746,
"type": "single_select",
"name": "Stage",
"order": 3,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"select_options": [
{
"id": 14789,
"value": "Qualified",
"color": "green",
"order": 0
},
{
"id": 14790,
"value": "Follow-Up",
"color": "orange",
"order": 1
},
{
"id": 14791,
"value": "Negotiation",
"color": "cyan",
"order": 2
},
{
"id": 14792,
"value": "Contract Sent",
"color": "gray",
"order": 3
},
{
"id": 14793,
"value": "Closed Won",
"color": "dark-green",
"order": 4
},
{
"id": 14794,
"value": "Closed Lost",
"color": "dark-red",
"order": 5
}
]
},
{
"id": 36747,
"type": "date",
"name": "Expected Close Date",
"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": 36748,
"type": "number",
"name": "Contract Value",
"order": 5,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"number_decimal_places": 0,
"number_negative": false
},
{
"id": 36749,
"type": "long_text",
"name": "Notes",
"order": 6,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": true
},
{
"id": 36750,
"type": "link_row",
"name": "Activities",
"order": 7,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 3588,
"link_row_related_field_id": 36756,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 36751,
"type": "link_row",
"name": "Owner",
"order": 8,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 3589,
"link_row_related_field_id": 36761,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 36778,
"type": "rollup",
"name": "Company name",
"order": 9,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_include_time": null,
"date_force_timezone": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"date_format": null,
"date_time_format": null,
"duration_format": null,
"error": null,
"array_formula_type": null,
"nullable": true,
"through_field_id": 36744,
"target_field_id": 36728,
"rollup_function": "min"
},
{
"id": 36775,
"type": "count",
"name": "Activities count",
"order": 10,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_include_time": null,
"date_force_timezone": null,
"date_show_tzinfo": null,
"number_decimal_places": 0,
"date_format": null,
"date_time_format": null,
"duration_format": null,
"error": null,
"array_formula_type": null,
"nullable": false,
"through_field_id": 36750
},
{
"id": 36779,
"type": "rollup",
"name": "Owner name",
"order": 11,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_include_time": null,
"date_force_timezone": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"date_format": null,
"date_time_format": null,
"duration_format": null,
"error": null,
"array_formula_type": null,
"nullable": true,
"through_field_id": 36751,
"target_field_id": 36758,
"rollup_function": "min"
},
{
"id": 36769,
"type": "formula",
"name": "Stage (symbol)",
"order": 13,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_include_time": null,
"date_force_timezone": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"date_format": null,
"date_time_format": null,
"duration_format": null,
"error": null,
"array_formula_type": null,
"nullable": false,
"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": 36793,
"type": "rollup",
"name": "Last activity",
"order": 14,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_include_time": false,
"date_force_timezone": null,
"date_show_tzinfo": false,
"number_decimal_places": null,
"date_format": "ISO",
"date_time_format": "24",
"duration_format": null,
"error": null,
"array_formula_type": null,
"nullable": true,
"through_field_id": 36750,
"target_field_id": 36754,
"rollup_function": "max"
}
],
"views": [
{
"id": 16295,
"type": "grid",
"name": "All Pipelines",
"order": 1,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 12726,
"field_id": 36743,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 149417,
"field_id": 36743,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149418,
"field_id": 36744,
"width": 133,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149419,
"field_id": 36778,
"width": 200,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149420,
"field_id": 36745,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149421,
"field_id": 36746,
"width": 147,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149422,
"field_id": 36769,
"width": 200,
"hidden": true,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149423,
"field_id": 36747,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149424,
"field_id": 36748,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149425,
"field_id": 36749,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149426,
"field_id": 36750,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149558,
"field_id": 36793,
"width": 159,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149427,
"field_id": 36775,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149428,
"field_id": 36751,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149430,
"field_id": 36779,
"width": 200,
"hidden": true,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16299,
"type": "grid",
"name": "Pipelines that are still open",
"order": 2,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 9098,
"field_id": 36746,
"type": "single_select_not_equal",
"value": "14793",
"group": null
},
{
"id": 9099,
"field_id": 36746,
"type": "single_select_not_equal",
"value": "14794",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 12730,
"field_id": 36793,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 149470,
"field_id": 36743,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149471,
"field_id": 36744,
"width": 133,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149472,
"field_id": 36778,
"width": 200,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149473,
"field_id": 36745,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149474,
"field_id": 36746,
"width": 147,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149475,
"field_id": 36747,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149476,
"field_id": 36748,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149477,
"field_id": 36749,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149478,
"field_id": 36750,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149559,
"field_id": 36793,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149479,
"field_id": 36775,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149480,
"field_id": 36751,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149483,
"field_id": 36769,
"width": 200,
"hidden": true,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149481,
"field_id": 36779,
"width": 200,
"hidden": true,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16296,
"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": 12727,
"field_id": 36793,
"order": "DESC"
}
],
"group_bys": [
{
"id": 1484,
"field_id": 36778,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 149431,
"field_id": 36743,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149432,
"field_id": 36744,
"width": 133,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149433,
"field_id": 36778,
"width": 200,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149434,
"field_id": 36745,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149435,
"field_id": 36746,
"width": 147,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149436,
"field_id": 36747,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149437,
"field_id": 36748,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149438,
"field_id": 36749,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149439,
"field_id": 36750,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149566,
"field_id": 36793,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149440,
"field_id": 36775,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149441,
"field_id": 36751,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149565,
"field_id": 36769,
"width": 200,
"hidden": true,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149442,
"field_id": 36779,
"width": 200,
"hidden": true,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16297,
"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": 12728,
"field_id": 36793,
"order": "DESC"
}
],
"group_bys": [
{
"id": 1485,
"field_id": 36779,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 149444,
"field_id": 36743,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149445,
"field_id": 36744,
"width": 133,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149446,
"field_id": 36778,
"width": 200,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149447,
"field_id": 36745,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149448,
"field_id": 36746,
"width": 147,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149449,
"field_id": 36747,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149450,
"field_id": 36748,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149451,
"field_id": 36749,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149452,
"field_id": 36750,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149568,
"field_id": 36793,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149453,
"field_id": 36775,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149454,
"field_id": 36751,
"width": 200,
"hidden": true,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149567,
"field_id": 36769,
"width": 200,
"hidden": true,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149455,
"field_id": 36779,
"width": 200,
"hidden": true,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16298,
"type": "grid",
"name": "Pipelines without activities",
"order": 5,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 9097,
"field_id": 36775,
"type": "equal",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 12729,
"field_id": 36793,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 149457,
"field_id": 36743,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149458,
"field_id": 36744,
"width": 133,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149459,
"field_id": 36778,
"width": 200,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149460,
"field_id": 36745,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149461,
"field_id": 36746,
"width": 147,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149462,
"field_id": 36747,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149463,
"field_id": 36748,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149464,
"field_id": 36749,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149465,
"field_id": 36750,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149570,
"field_id": 36793,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149466,
"field_id": 36775,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149467,
"field_id": 36751,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149569,
"field_id": 36769,
"width": 200,
"hidden": true,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149468,
"field_id": 36779,
"width": 200,
"hidden": true,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16300,
"type": "grid",
"name": "Pipelines with high contract values",
"order": 6,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 9100,
"field_id": 36748,
"type": "higher_than_or_equal",
"value": "10000",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 12731,
"field_id": 36793,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 149484,
"field_id": 36743,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149485,
"field_id": 36744,
"width": 133,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149486,
"field_id": 36778,
"width": 200,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149487,
"field_id": 36745,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149488,
"field_id": 36746,
"width": 147,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149489,
"field_id": 36747,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149490,
"field_id": 36748,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149491,
"field_id": 36749,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149492,
"field_id": 36750,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149572,
"field_id": 36793,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149493,
"field_id": 36775,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149494,
"field_id": 36751,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149571,
"field_id": 36769,
"width": 200,
"hidden": true,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149495,
"field_id": 36779,
"width": 200,
"hidden": true,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16301,
"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": 36746,
"field_options": [
{
"id": 22814,
"field_id": 36743,
"hidden": false,
"order": 32767
},
{
"id": 22815,
"field_id": 36744,
"hidden": false,
"order": 32767
},
{
"id": 22816,
"field_id": 36745,
"hidden": false,
"order": 32767
},
{
"id": 22817,
"field_id": 36746,
"hidden": true,
"order": 32767
},
{
"id": 22818,
"field_id": 36747,
"hidden": false,
"order": 32767
},
{
"id": 22819,
"field_id": 36748,
"hidden": false,
"order": 32767
},
{
"id": 22820,
"field_id": 36749,
"hidden": true,
"order": 32767
},
{
"id": 22821,
"field_id": 36750,
"hidden": true,
"order": 32767
},
{
"id": 22822,
"field_id": 36751,
"hidden": false,
"order": 32767
},
{
"id": 22824,
"field_id": 36775,
"hidden": true,
"order": 32767
},
{
"id": 22823,
"field_id": 36778,
"hidden": true,
"order": 32767
},
{
"id": 22825,
"field_id": 36779,
"hidden": true,
"order": 32767
}
]
},
{
"id": 16302,
"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": 4765,
"type": "left_border_color",
"value_provider_type": "single_select_color",
"value_provider_conf": {
"field_id": 36746
},
"order": 1
}
],
"public": false,
"date_field_id": 36747,
"field_options": [
{
"id": 6462,
"field_id": 36743,
"hidden": false,
"order": 32767
},
{
"id": 6463,
"field_id": 36744,
"hidden": true,
"order": 32767
},
{
"id": 6464,
"field_id": 36745,
"hidden": true,
"order": 32767
},
{
"id": 6465,
"field_id": 36746,
"hidden": true,
"order": 32767
},
{
"id": 6466,
"field_id": 36747,
"hidden": true,
"order": 32767
},
{
"id": 6467,
"field_id": 36748,
"hidden": true,
"order": 32767
},
{
"id": 6468,
"field_id": 36749,
"hidden": true,
"order": 32767
},
{
"id": 6469,
"field_id": 36750,
"hidden": true,
"order": 32767
},
{
"id": 6470,
"field_id": 36751,
"hidden": true,
"order": 32767
},
{
"id": 6747,
"field_id": 36769,
"hidden": true,
"order": 32767
},
{
"id": 6472,
"field_id": 36775,
"hidden": true,
"order": 32767
},
{
"id": 6471,
"field_id": 36778,
"hidden": true,
"order": 32767
},
{
"id": 6473,
"field_id": 36779,
"hidden": true,
"order": 32767
},
{
"id": 6748,
"field_id": 36793,
"hidden": true,
"order": 32767
}
]
},
{
"id": 16303,
"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": 17052,
"field_id": 36743,
"name": "",
"description": "A short title for the pipeline",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 17053,
"field_id": 36744,
"name": "",
"description": "Select the company from the list",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 17054,
"field_id": 36745,
"name": "",
"description": "Describe the opportunity",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 17055,
"field_id": 36746,
"name": "",
"description": "Select the stage the pipeline starts with. This can be either Qualified or Follow up",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 17056,
"field_id": 36747,
"name": "",
"description": "An assumption of the data where the pipeline can be closed",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 17057,
"field_id": 36748,
"name": "",
"description": "The estimated value of the contract",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 17058,
"field_id": 36749,
"name": "",
"description": "Any notes that are useful for the pipeline. These notes can be updated through the process.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 17059,
"field_id": 36750,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 17060,
"field_id": 36751,
"name": "",
"description": "",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 17062,
"field_id": 36775,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 17061,
"field_id": 36778,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 17063,
"field_id": 36779,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2024-05-02T11:02:20.548124+00:00",
"updated_on": "2024-09-30T06:41:01.918184+00:00",
"last_modified_by": "frederik@baserow.io",
"field_36743": "Website Redesign",
"field_36744": [
1
],
"field_36745": "Redesign of old WordPress website",
"field_36746": 14789,
"field_36747": "2024-11-21",
"field_36748": "1000",
"field_36749": "- 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_36750": [
6
],
"field_36751": [
1
],
"field_36778": null,
"field_36775": null,
"field_36779": null,
"field_36769": null,
"field_36793": 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_36743": "Video Production for events",
"field_36744": [
4
],
"field_36745": "Production of video campaign for new product",
"field_36746": 14790,
"field_36747": "2024-12-21",
"field_36748": "12000",
"field_36749": "- 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_36750": [],
"field_36751": [
3
],
"field_36778": null,
"field_36775": null,
"field_36779": null,
"field_36769": null,
"field_36793": 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_36743": "Designing a new Landing Page",
"field_36744": [
2
],
"field_36745": "Build Makers Landing Page with Jamstack",
"field_36746": 14792,
"field_36747": "2024-09-27",
"field_36748": "5000",
"field_36749": "- 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_36750": [
1,
11,
15
],
"field_36751": [
3
],
"field_36778": null,
"field_36775": null,
"field_36779": null,
"field_36769": null,
"field_36793": 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_36743": "Photo Shooting for product catalog",
"field_36744": [
3
],
"field_36745": "New Photo Album",
"field_36746": 14793,
"field_36747": "2024-08-12",
"field_36748": "4500",
"field_36749": "- 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_36750": [
2,
8,
9,
16
],
"field_36751": [
2
],
"field_36778": null,
"field_36775": null,
"field_36779": null,
"field_36769": null,
"field_36793": 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_36743": "Brand Identity Development",
"field_36744": [
1
],
"field_36745": "Create a unique brand identity including logo",
"field_36746": 14793,
"field_36747": "2024-07-10",
"field_36748": "6700",
"field_36749": "- 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_36750": [],
"field_36751": [
1
],
"field_36778": null,
"field_36775": null,
"field_36779": null,
"field_36769": null,
"field_36793": 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_36743": "Social Media Marketing Campaign",
"field_36744": [
4
],
"field_36745": "Plan and execute a targeted social media campaign to increase brand visibility",
"field_36746": 14789,
"field_36747": "2025-01-24",
"field_36748": "14500",
"field_36749": "- 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_36750": [
3,
4,
10,
13,
19
],
"field_36751": [
2
],
"field_36778": null,
"field_36775": null,
"field_36779": null,
"field_36769": null,
"field_36793": 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_36743": "Branding Workshop Facilitation",
"field_36744": [
1
],
"field_36745": "Facilitate a workshop to help the client define their brand identity and positioning",
"field_36746": 14790,
"field_36747": "2024-10-18",
"field_36748": "19000",
"field_36749": "- 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_36750": [
5,
12,
17,
18
],
"field_36751": [
3
],
"field_36778": null,
"field_36775": null,
"field_36779": null,
"field_36769": null,
"field_36793": 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_36743": "Digital Advertising Campaign Management",
"field_36744": [
4
],
"field_36745": "Manage and optimize digital advertising campaigns across various platforms",
"field_36746": 14791,
"field_36747": "2024-09-05",
"field_36748": "3400",
"field_36749": "- 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_36750": [
7,
14,
16
],
"field_36751": [
2
],
"field_36778": null,
"field_36775": null,
"field_36779": null,
"field_36769": null,
"field_36793": 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_36743": "Market Entry Strategy Consulting",
"field_36744": [
1
],
"field_36745": "Provide strategic guidance for the client's entry into a new market or industry",
"field_36746": 14794,
"field_36747": "2024-08-12",
"field_36748": "8700",
"field_36749": "- 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_36750": [],
"field_36751": [
1
],
"field_36778": null,
"field_36775": null,
"field_36779": null,
"field_36769": null,
"field_36793": null
}
],
"data_sync": null
},
{
"id": 3588,
"name": "Activities",
"order": 4,
"fields": [
{
"id": 36752,
"type": "formula",
"name": "Name",
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_include_time": null,
"date_force_timezone": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"date_format": null,
"date_time_format": null,
"duration_format": null,
"error": null,
"array_formula_type": null,
"nullable": false,
"formula": "concat(field('Date'),' - ', min(lookup('Contact','Name')),' (',totext(field('Activity')),')')",
"formula_type": "text"
},
{
"id": 36753,
"type": "link_row",
"name": "Contact",
"order": 4,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 3586,
"link_row_related_field_id": 36741,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 36754,
"type": "date",
"name": "Date",
"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": 36755,
"type": "long_text",
"name": "Notes",
"order": 6,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": true
},
{
"id": 36756,
"type": "link_row",
"name": "Pipeline",
"order": 7,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 3587,
"link_row_related_field_id": 36750,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 36781,
"type": "rollup",
"name": "Contacts name",
"order": 8,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_include_time": null,
"date_force_timezone": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"date_format": null,
"date_time_format": null,
"duration_format": null,
"error": null,
"array_formula_type": null,
"nullable": true,
"through_field_id": 36753,
"target_field_id": 36736,
"rollup_function": "min"
},
{
"id": 36772,
"type": "rollup",
"name": "Pipeline name",
"order": 9,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_include_time": null,
"date_force_timezone": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"date_format": null,
"date_time_format": null,
"duration_format": null,
"error": null,
"array_formula_type": null,
"nullable": true,
"through_field_id": 36756,
"target_field_id": 36743,
"rollup_function": "min"
},
{
"id": 36782,
"type": "lookup",
"name": "Employee",
"order": 10,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_include_time": null,
"date_force_timezone": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"date_format": null,
"date_time_format": null,
"duration_format": null,
"error": null,
"array_formula_type": "text",
"nullable": true,
"through_field_id": 36756,
"through_field_name": "Pipeline",
"target_field_id": 36751,
"target_field_name": "Owner"
},
{
"id": 36757,
"type": "file",
"name": "Attachment",
"order": 13,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 36792,
"type": "single_select",
"name": "Activity",
"order": 15,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"select_options": [
{
"id": 14803,
"value": "Lunch",
"color": "dark-orange",
"order": 0
},
{
"id": 14804,
"value": "Meeting",
"color": "light-red",
"order": 1
},
{
"id": 14805,
"value": "Task",
"color": "dark-green",
"order": 2
},
{
"id": 14806,
"value": "Email",
"color": "dark-green",
"order": 3
},
{
"id": 14807,
"value": "Phone Call",
"color": "dark-blue",
"order": 4
},
{
"id": 14808,
"value": "Deadline",
"color": "dark-red",
"order": 5
}
]
}
],
"views": [
{
"id": 16304,
"type": "grid",
"name": "All Activities",
"order": 1,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 12732,
"field_id": 36754,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 149557,
"field_id": 36792,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149497,
"field_id": 36753,
"width": 164,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149498,
"field_id": 36781,
"width": 200,
"hidden": true,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149499,
"field_id": 36756,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149500,
"field_id": 36772,
"width": 200,
"hidden": true,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149501,
"field_id": 36752,
"width": 308,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149502,
"field_id": 36754,
"width": 125,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149503,
"field_id": 36755,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149507,
"field_id": 36757,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149504,
"field_id": 36782,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16306,
"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": 12734,
"field_id": 36754,
"order": "ASC"
}
],
"group_bys": [
{
"id": 1486,
"field_id": 36772,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 149519,
"field_id": 36753,
"width": 164,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149520,
"field_id": 36781,
"width": 200,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149521,
"field_id": 36756,
"width": 200,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149522,
"field_id": 36772,
"width": 200,
"hidden": true,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149523,
"field_id": 36752,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149524,
"field_id": 36754,
"width": 125,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149525,
"field_id": 36755,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149529,
"field_id": 36757,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149526,
"field_id": 36782,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153684,
"field_id": 36792,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16307,
"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": 12735,
"field_id": 36754,
"order": "ASC"
}
],
"group_bys": [
{
"id": 1487,
"field_id": 36781,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 149530,
"field_id": 36753,
"width": 164,
"hidden": true,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149531,
"field_id": 36781,
"width": 200,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149532,
"field_id": 36756,
"width": 200,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149533,
"field_id": 36772,
"width": 200,
"hidden": true,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149534,
"field_id": 36752,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149535,
"field_id": 36754,
"width": 125,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149536,
"field_id": 36755,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149540,
"field_id": 36757,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149537,
"field_id": 36782,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153685,
"field_id": 36792,
"width": 200,
"hidden": true,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16305,
"type": "grid",
"name": "Upcoming activities",
"order": 4,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 9101,
"field_id": 36754,
"type": "date_after_today",
"value": "Europe/Brussels?",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 12733,
"field_id": 36754,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 149508,
"field_id": 36753,
"width": 164,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149509,
"field_id": 36781,
"width": 200,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149510,
"field_id": 36756,
"width": 200,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149511,
"field_id": 36782,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149514,
"field_id": 36772,
"width": 200,
"hidden": true,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149515,
"field_id": 36752,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149516,
"field_id": 36754,
"width": 125,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149517,
"field_id": 36755,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149518,
"field_id": 36757,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153683,
"field_id": 36792,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16308,
"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": 4766,
"type": "left_border_color",
"value_provider_type": "single_select_color",
"value_provider_conf": {
"field_id": null
},
"order": 1
}
],
"public": false,
"date_field_id": 36754,
"field_options": [
{
"id": 6474,
"field_id": 36752,
"hidden": false,
"order": 1
},
{
"id": 6475,
"field_id": 36756,
"hidden": false,
"order": 2
},
{
"id": 6476,
"field_id": 36753,
"hidden": false,
"order": 3
},
{
"id": 6477,
"field_id": 36754,
"hidden": true,
"order": 4
},
{
"id": 6478,
"field_id": 36755,
"hidden": true,
"order": 5
},
{
"id": 6479,
"field_id": 36781,
"hidden": true,
"order": 6
},
{
"id": 6480,
"field_id": 36772,
"hidden": true,
"order": 7
},
{
"id": 6482,
"field_id": 36757,
"hidden": true,
"order": 32767
},
{
"id": 6481,
"field_id": 36782,
"hidden": true,
"order": 32767
},
{
"id": 6483,
"field_id": 36792,
"hidden": true,
"order": 32767
}
]
},
{
"id": 16309,
"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": 17065,
"field_id": 36752,
"name": "",
"description": "Select the type of activty",
"enabled": false,
"required": true,
"order": 0,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 17066,
"field_id": 36753,
"name": "",
"description": "Select the contact",
"enabled": true,
"required": true,
"order": 1,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 17067,
"field_id": 36756,
"name": "",
"description": "Select the associated pipeline",
"enabled": true,
"required": true,
"order": 2,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 17068,
"field_id": 36754,
"name": "",
"description": "Enter the date of the activity in the format yyy-mm-dd",
"enabled": true,
"required": true,
"order": 3,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 17069,
"field_id": 36755,
"name": "",
"description": "Offer a short summary for the activity: what is the purpose, discussion points,...",
"enabled": true,
"required": true,
"order": 4,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 17070,
"field_id": 36781,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 5,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 17071,
"field_id": 36772,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 6,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 17072,
"field_id": 36782,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 7,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 17075,
"field_id": 36757,
"name": "",
"description": "Upload any documents related to this activity",
"enabled": true,
"required": true,
"order": 10,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2024-05-02T11:02:20.544716+00:00",
"updated_on": "2024-09-30T06:41:33.330125+00:00",
"last_modified_by": "frederik@baserow.io",
"field_36752": null,
"field_36753": [
4
],
"field_36754": "2024-07-04",
"field_36755": "- **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_36756": [
3
],
"field_36781": null,
"field_36772": null,
"field_36782": null,
"field_36757": [
{
"name": "l2I9RLx4SwXCFl6JWwLtmEYrFNCZLWOm_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "l2I9RLx4SwXCFl6JWwLtmEYrFNCZLWOm_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg"
}
],
"field_36792": 14803
},
{
"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_36752": null,
"field_36753": [
3
],
"field_36754": "2024-06-16",
"field_36755": "- **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_36756": [
4
],
"field_36781": null,
"field_36772": null,
"field_36782": null,
"field_36757": [],
"field_36792": 14806
},
{
"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_36752": null,
"field_36753": [
1
],
"field_36754": "2024-08-10",
"field_36755": "- **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_36756": [
6
],
"field_36781": null,
"field_36772": null,
"field_36782": null,
"field_36757": [],
"field_36792": 14807
},
{
"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_36752": null,
"field_36753": [
1
],
"field_36754": "2024-08-11",
"field_36755": "- **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_36756": [
6
],
"field_36781": null,
"field_36772": null,
"field_36782": null,
"field_36757": [
{
"name": "uYvsDSMYhhOXZRMXQbg9iE7vnYvO9pwN_dfd20f29107076127b776a18d8620400ffadddb73267df1bf88802f5ad191302.jpg",
"visible_name": "business_card.01.jpg",
"original_name": "uYvsDSMYhhOXZRMXQbg9iE7vnYvO9pwN_dfd20f29107076127b776a18d8620400ffadddb73267df1bf88802f5ad191302.jpg"
},
{
"name": "0vngoIgnBlurrxCqmzxoVcmH9rAlF0lL_e7fa567aac5fdffb5569ad7301a186889981b3f504d39250a6aebbce0ac452d6.pdf",
"visible_name": "contract.pdf",
"original_name": "0vngoIgnBlurrxCqmzxoVcmH9rAlF0lL_e7fa567aac5fdffb5569ad7301a186889981b3f504d39250a6aebbce0ac452d6.pdf"
}
],
"field_36792": 14804
},
{
"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_36752": null,
"field_36753": [
2
],
"field_36754": "2024-08-13",
"field_36755": "- **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_36756": [
7
],
"field_36781": null,
"field_36772": null,
"field_36782": null,
"field_36757": [],
"field_36792": 14807
},
{
"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_36752": null,
"field_36753": [
2
],
"field_36754": "2024-08-09",
"field_36755": "- **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_36756": [
1
],
"field_36781": null,
"field_36772": null,
"field_36782": null,
"field_36757": [],
"field_36792": 14806
},
{
"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_36752": null,
"field_36753": [
1
],
"field_36754": "2024-07-12",
"field_36755": "- **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_36756": [
8
],
"field_36781": null,
"field_36772": null,
"field_36782": null,
"field_36757": [
{
"name": "l2I9RLx4SwXCFl6JWwLtmEYrFNCZLWOm_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "l2I9RLx4SwXCFl6JWwLtmEYrFNCZLWOm_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg"
}
],
"field_36792": 14803
},
{
"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_36752": null,
"field_36753": [
6
],
"field_36754": "2024-07-18",
"field_36755": "- **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_36756": [
4
],
"field_36781": null,
"field_36772": null,
"field_36782": null,
"field_36757": [],
"field_36792": 14804
},
{
"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_36752": null,
"field_36753": [
3
],
"field_36754": "2024-08-02",
"field_36755": "- **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_36756": [
4
],
"field_36781": null,
"field_36772": null,
"field_36782": null,
"field_36757": [],
"field_36792": 14806
},
{
"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_36752": null,
"field_36753": [
1
],
"field_36754": "2024-08-23",
"field_36755": "- **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_36756": [
6
],
"field_36781": null,
"field_36772": null,
"field_36782": null,
"field_36757": [],
"field_36792": 14807
},
{
"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_36752": null,
"field_36753": [
4
],
"field_36754": "2024-07-11",
"field_36755": "- **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_36756": [
3
],
"field_36781": null,
"field_36772": null,
"field_36782": null,
"field_36757": [],
"field_36792": 14806
},
{
"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_36752": null,
"field_36753": [
5
],
"field_36754": "2024-09-04",
"field_36755": "- **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_36756": [
7
],
"field_36781": null,
"field_36772": null,
"field_36782": null,
"field_36757": [
{
"name": "vKRl829Mav8wL2WCKEDYNznV2PTWTHYq_e7fa567aac5fdffb5569ad7301a186889981b3f504d39250a6aebbce0ac452d6.pdf",
"visible_name": "contract.pdf",
"original_name": "vKRl829Mav8wL2WCKEDYNznV2PTWTHYq_e7fa567aac5fdffb5569ad7301a186889981b3f504d39250a6aebbce0ac452d6.pdf"
}
],
"field_36792": 14808
},
{
"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_36752": null,
"field_36753": [
7
],
"field_36754": "2024-09-11",
"field_36755": "- **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_36756": [
6
],
"field_36781": null,
"field_36772": null,
"field_36782": null,
"field_36757": [],
"field_36792": 14804
},
{
"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_36752": null,
"field_36753": [
7
],
"field_36754": "2024-07-22",
"field_36755": "- **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_36756": [
8
],
"field_36781": null,
"field_36772": null,
"field_36782": null,
"field_36757": [],
"field_36792": 14806
},
{
"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_36752": null,
"field_36753": [
7
],
"field_36754": "2024-07-18",
"field_36755": "- **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_36756": [
8,
4
],
"field_36781": null,
"field_36772": null,
"field_36782": null,
"field_36757": [],
"field_36792": 14803
},
{
"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_36752": null,
"field_36753": [
4
],
"field_36754": "2024-07-18",
"field_36755": "- **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_36756": [
3
],
"field_36781": null,
"field_36772": null,
"field_36782": null,
"field_36757": [
{
"name": "uYvsDSMYhhOXZRMXQbg9iE7vnYvO9pwN_dfd20f29107076127b776a18d8620400ffadddb73267df1bf88802f5ad191302.jpg",
"visible_name": "business_card.01.jpg",
"original_name": "uYvsDSMYhhOXZRMXQbg9iE7vnYvO9pwN_dfd20f29107076127b776a18d8620400ffadddb73267df1bf88802f5ad191302.jpg"
}
],
"field_36792": 14804
}
],
"data_sync": null
},
{
"id": 3589,
"name": "Employees",
"order": 5,
"fields": [
{
"id": 36758,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 36759,
"type": "email",
"name": "Email",
"order": 1,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 36760,
"type": "phone_number",
"name": "Phone",
"order": 2,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 36761,
"type": "link_row",
"name": "Pipelines",
"order": 3,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 3587,
"link_row_related_field_id": 36751,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 36770,
"type": "formula",
"name": "Active pipelines count",
"order": 4,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_include_time": null,
"date_force_timezone": null,
"date_show_tzinfo": null,
"number_decimal_places": 0,
"date_format": null,
"date_time_format": null,
"duration_format": null,
"error": null,
"array_formula_type": null,
"nullable": false,
"formula": "count(filter(lookup('Pipelines','Stage'),and(lookup('Pipelines','Stage') != 'Closed Won',lookup('Pipelines','Stage') != 'Closed Lost')))",
"formula_type": "number"
},
{
"id": 36773,
"type": "count",
"name": "Total pipelines count",
"order": 5,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_include_time": null,
"date_force_timezone": null,
"date_show_tzinfo": null,
"number_decimal_places": 0,
"date_format": null,
"date_time_format": null,
"duration_format": null,
"error": null,
"array_formula_type": null,
"nullable": false,
"through_field_id": 36761
},
{
"id": 36762,
"type": "password",
"name": "Password",
"order": 6,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 36763,
"type": "single_select",
"name": "Job role",
"order": 7,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"select_options": [
{
"id": 14801,
"value": "Account manager",
"color": "cyan",
"order": 0
},
{
"id": 14802,
"value": "Executive manager",
"color": "darker-cyan",
"order": 1
}
]
}
],
"views": [
{
"id": 16310,
"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": 12736,
"field_id": 36758,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 149541,
"field_id": 36758,
"width": 171,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149542,
"field_id": 36759,
"width": 241,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149543,
"field_id": 36763,
"width": 200,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149544,
"field_id": 36760,
"width": 151,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149545,
"field_id": 36762,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149546,
"field_id": 36761,
"width": 154,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149547,
"field_id": 36773,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 149548,
"field_id": 36770,
"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_36758": "Clayton Best",
"field_36759": "clayton.best@example.com",
"field_36760": "(916) 478-0153",
"field_36761": [
1,
5,
9,
11
],
"field_36770": null,
"field_36773": null,
"field_36762": "pbkdf2_sha256$390000$0GzGhbLFXVbGoJzTrWhTxg$aVF16wfOB5zqVtn82Gn81kpapMc2IxL/NvLmjCRRlgM=",
"field_36763": 14801
},
{
"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_36758": "Jonathan Castillo",
"field_36759": "jonathan.castillo@example.com",
"field_36760": "(714) 674-5259",
"field_36761": [
4,
6,
8,
13
],
"field_36770": null,
"field_36773": null,
"field_36762": "pbkdf2_sha256$390000$XTxLY9QkeyEgA6xKRlMe6H$Bqek6m4/FVFU8B0MYfVRhZmzD0LiV30LdYfglmC+6OU=",
"field_36763": 14801
},
{
"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_36758": "Jane Dradder",
"field_36759": "jane.dradder@example.com",
"field_36760": "(720) 555-2389",
"field_36761": [
2,
3,
7,
10,
12
],
"field_36770": null,
"field_36773": null,
"field_36762": "pbkdf2_sha256$600000$ZSga61lGSg6h82iBO0pMjs$MT2jGd3HgyGR51DTtnhQNLTF8qds93Dy/Tk3HVuB1WA=",
"field_36763": 14802
}
],
"data_sync": null
}
]
},
{
"pages": [
{
"id": 1830,
"name": "Login",
"order": 1,
"path": "/",
"path_params": [],
"elements": [
{
"id": 28958,
"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": "F4nBAS96bygGuPzyB0WvApJG8I8CIMwJ_d570910b4de568550dc3e4548e3233094024b77f3ddab2102aaddce3023fd13f.png",
"original_name": "marketing-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 28959,
"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": 28960,
"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": 213,
"login_button_label": "'Sign in'"
}
],
"data_sources": [],
"workflow_actions": [
{
"id": 4546,
"type": "open_page",
"order": 1,
"page_id": 1830,
"element_id": 28960,
"event": "after_login",
"navigation_type": "page",
"navigate_to_page_id": 1831,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
]
},
{
"id": 1831,
"name": "Home",
"order": 2,
"path": "/home",
"path_params": [],
"elements": [
{
"id": 28963,
"order": "0.50000000000000000000",
"type": "image",
"parent_element_id": 28962,
"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": "cxbJ9Z5rzuQxvrcZ9Zc2DGW1n2cSHroJ_bd2e2bf29da18e5b26840be19c216476469aa4eee0bbc73d2ce76443501630a5.png",
"original_name": "companies.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 28964,
"order": "0.50000000000000000000",
"type": "image",
"parent_element_id": 28962,
"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": "ZTk416npeKPC5I5pfR6RysRDYgu8mmtt_f2700f8f4c8b2a2c42dfe5d99fa71404e493749fd2a505dafe98e3284b3a1871.png",
"original_name": "contacts.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 28965,
"order": "0.50000000000000000000",
"type": "image",
"parent_element_id": 28962,
"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": "q61JJYPgq6cxaaeIqfEk1YRHpBY1HJqJ_93ea7e3c5cfe700e58af4ca57487522c0a382d55ec4f2ac60c752370ac3b27d7.png",
"original_name": "activities.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 28966,
"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": "F4nBAS96bygGuPzyB0WvApJG8I8CIMwJ_d570910b4de568550dc3e4548e3233094024b77f3ddab2102aaddce3023fd13f.png",
"original_name": "marketing-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 28967,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 28962,
"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": "LzWeJiaQfyBbMCCMQewG6kdOGoHxfYRx_63d9e8da8fc42ae35c5a20d981a85db27c569ff663c909996bee284248670513.png",
"original_name": "pipelines.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 28968,
"order": "1.00000000000000000000",
"type": "button",
"parent_element_id": 28961,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'LOGOUT'"
},
{
"id": 28969,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 28961,
"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": 28961,
"order": "1.33333333333333325932",
"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": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 2,
"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": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 28970,
"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": 28971,
"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": 28972,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 28962,
"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": 1832,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Pipelines ->'",
"variant": "button"
},
{
"id": 28973,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 28962,
"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": 1880,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Companies ->'",
"variant": "button"
},
{
"id": 28974,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 28962,
"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": 1904,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Contacts ->'",
"variant": "button"
},
{
"id": 28975,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 28962,
"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": 1836,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Activities ->'",
"variant": "button"
},
{
"id": 28962,
"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": [
{
"id": 4547,
"type": "logout",
"order": 1,
"page_id": 1831,
"element_id": 28968,
"event": "click"
},
{
"id": 4548,
"type": "open_page",
"order": 2,
"page_id": 1831,
"element_id": 28968,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 1830,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
]
},
{
"id": 1832,
"name": "Pipelines",
"order": 3,
"path": "/pipelines",
"path_params": [],
"elements": [
{
"id": 28980,
"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": "F4nBAS96bygGuPzyB0WvApJG8I8CIMwJ_d570910b4de568550dc3e4548e3233094024b77f3ddab2102aaddce3023fd13f.png",
"original_name": "marketing-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 28981,
"order": "1.00000000000000000000",
"type": "button",
"parent_element_id": 28976,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'LOGOUT'"
},
{
"id": 28982,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 28976,
"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": 28983,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 28978,
"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": 28984,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 28978,
"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": 1907,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'+ Add new pipeline'",
"variant": "button"
},
{
"id": 36218,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 36217,
"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": 36219,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 36217,
"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": 36220,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 36217,
"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": 36221,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 36217,
"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": 36227,
"order": "1.00000000000000000000",
"type": "repeat",
"parent_element_id": 36222,
"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": 3998,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
},
{
"id": 36229,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 36227,
"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_36743')",
"level": 3
},
{
"id": 36240,
"order": "1.00000000000000000000",
"type": "repeat",
"parent_element_id": 36222,
"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": 3999,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
},
{
"id": 36251,
"order": "1.00000000000000000000",
"type": "repeat",
"parent_element_id": 36222,
"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": 4000,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
},
{
"id": 36262,
"order": "1.00000000000000000000",
"type": "repeat",
"parent_element_id": 36222,
"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": 4001,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
},
{
"id": 28976,
"order": "1.33333333333333325932",
"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": 2,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 2,
"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": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 28977,
"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": 28978,
"order": "1.42857142857142860315",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 36241,
"order": "1.50000000000000000000",
"type": "heading",
"parent_element_id": 36240,
"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_36743')",
"level": 3
},
{
"id": 36279,
"order": "1.50000000000000000000",
"type": "heading",
"parent_element_id": 36278,
"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_36743')",
"level": 3
},
{
"id": 28985,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 28977,
"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": 1832,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udd17 Pipelines'",
"variant": "button"
},
{
"id": 28986,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 28977,
"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": 1880,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83c\udfe2 Companies'",
"variant": "button"
},
{
"id": 28987,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 28977,
"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": 1904,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udc65 Contacts'",
"variant": "button"
},
{
"id": 28988,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 28977,
"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": 1836,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udde3\ufe0f Activities'",
"variant": "button"
},
{
"id": 36217,
"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": 36231,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 36227,
"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": 1892,
"page_parameters": [
{
"name": "company_id",
"value": "get('current_record.field_36744.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('current_record.field_36744.0.value')",
"variant": "link"
},
{
"id": 36252,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": 36251,
"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_36743')",
"level": 3
},
{
"id": 36278,
"order": "2.00000000000000000000",
"type": "repeat",
"parent_element_id": 36277,
"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": 4002,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
},
{
"id": 36290,
"order": "2.00000000000000000000",
"type": "repeat",
"parent_element_id": 36277,
"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": 4003,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
},
{
"id": 36291,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": 36290,
"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_36743')",
"level": 3
},
{
"id": 36302,
"order": "2.00000000000000000000",
"type": "repeat",
"parent_element_id": 36277,
"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": 4004,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
},
{
"id": 36314,
"order": "2.00000000000000000000",
"type": "repeat",
"parent_element_id": 36277,
"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": 4005,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
},
{
"id": 36222,
"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": 36242,
"order": "2.50000000000000000000",
"type": "link",
"parent_element_id": 36240,
"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": 1892,
"page_parameters": [
{
"name": "company_id",
"value": "get('current_record.field_36744.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('current_record.field_36744.0.value')",
"variant": "link"
},
{
"id": 36263,
"order": "2.50000000000000000000",
"type": "heading",
"parent_element_id": 36262,
"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_36743')",
"level": 3
},
{
"id": 36280,
"order": "2.50000000000000000000",
"type": "link",
"parent_element_id": 36278,
"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": 1892,
"page_parameters": [
{
"name": "company_id",
"value": "get('current_record.field_36744.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('current_record.field_36744.0.value')",
"variant": "link"
},
{
"id": 36303,
"order": "2.50000000000000000000",
"type": "heading",
"parent_element_id": 36302,
"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_36743')",
"level": 3
},
{
"id": 36232,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 36227,
"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": 36253,
"order": "3.00000000000000000000",
"type": "link",
"parent_element_id": 36251,
"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": 1892,
"page_parameters": [
{
"name": "company_id",
"value": "get('current_record.field_36744.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('current_record.field_36744.0.value')",
"variant": "link"
},
{
"id": 36292,
"order": "3.00000000000000000000",
"type": "link",
"parent_element_id": 36290,
"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": 1892,
"page_parameters": [
{
"name": "company_id",
"value": "get('current_record.field_36744.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('current_record.field_36744.0.value')",
"variant": "link"
},
{
"id": 36315,
"order": "3.00000000000000000000",
"type": "heading",
"parent_element_id": 36314,
"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_36743')",
"level": 3
},
{
"id": 36243,
"order": "3.50000000000000000000",
"type": "text",
"parent_element_id": 36240,
"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": 36264,
"order": "3.50000000000000000000",
"type": "link",
"parent_element_id": 36262,
"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": 1892,
"page_parameters": [
{
"name": "company_id",
"value": "get('current_record.field_36744.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('current_record.field_36744.0.value')",
"variant": "link"
},
{
"id": 36281,
"order": "3.50000000000000000000",
"type": "text",
"parent_element_id": 36278,
"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": 36304,
"order": "3.50000000000000000000",
"type": "link",
"parent_element_id": 36302,
"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": 1892,
"page_parameters": [
{
"name": "company_id",
"value": "get('current_record.field_36744.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('current_record.field_36744.0.value')",
"variant": "link"
},
{
"id": 36233,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 36227,
"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_36748'))",
"format": "plain"
},
{
"id": 36254,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 36251,
"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": 36277,
"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": 36293,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 36290,
"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": 36316,
"order": "4.00000000000000000000",
"type": "link",
"parent_element_id": 36314,
"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": 1892,
"page_parameters": [
{
"name": "company_id",
"value": "get('current_record.field_36744.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('current_record.field_36744.0.value')",
"variant": "link"
},
{
"id": 36244,
"order": "4.50000000000000000000",
"type": "text",
"parent_element_id": 36240,
"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_36748'))",
"format": "plain"
},
{
"id": 36265,
"order": "4.50000000000000000000",
"type": "text",
"parent_element_id": 36262,
"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": 36282,
"order": "4.50000000000000000000",
"type": "text",
"parent_element_id": 36278,
"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_36748'))",
"format": "plain"
},
{
"id": 36305,
"order": "4.50000000000000000000",
"type": "text",
"parent_element_id": 36302,
"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": 36234,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 36227,
"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": 36255,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 36251,
"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_36748'))",
"format": "plain"
},
{
"id": 36294,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 36290,
"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_36748'))",
"format": "plain"
},
{
"id": 36317,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 36314,
"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": 36245,
"order": "5.33333333333333303727",
"type": "text",
"parent_element_id": 36240,
"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": 36266,
"order": "5.33333333333333303727",
"type": "text",
"parent_element_id": 36262,
"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_36748'))",
"format": "plain"
},
{
"id": 36283,
"order": "5.33333333333333303727",
"type": "text",
"parent_element_id": 36278,
"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": 36306,
"order": "5.33333333333333303727",
"type": "text",
"parent_element_id": 36302,
"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_36748'))",
"format": "plain"
},
{
"id": 36236,
"order": "5.50000000000000000000",
"type": "text",
"parent_element_id": 36227,
"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_36793')",
"format": "plain"
},
{
"id": 36256,
"order": "5.50000000000000000000",
"type": "text",
"parent_element_id": 36251,
"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": 36295,
"order": "5.50000000000000000000",
"type": "text",
"parent_element_id": 36290,
"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": 36318,
"order": "5.50000000000000000000",
"type": "text",
"parent_element_id": 36314,
"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_36748'))",
"format": "plain"
},
{
"id": 36246,
"order": "5.66666666666666696273",
"type": "text",
"parent_element_id": 36240,
"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_36793')",
"format": "plain"
},
{
"id": 36267,
"order": "5.66666666666666696273",
"type": "text",
"parent_element_id": 36262,
"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": 36284,
"order": "5.66666666666666696273",
"type": "text",
"parent_element_id": 36278,
"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_36793')",
"format": "plain"
},
{
"id": 36307,
"order": "5.66666666666666696273",
"type": "text",
"parent_element_id": 36302,
"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": 36235,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 36227,
"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": 36257,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 36251,
"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_36793')",
"format": "plain"
},
{
"id": 36296,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 36290,
"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_36793')",
"format": "plain"
},
{
"id": 36319,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 36314,
"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": 36247,
"order": "6.50000000000000000000",
"type": "text",
"parent_element_id": 36240,
"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": 36268,
"order": "6.50000000000000000000",
"type": "text",
"parent_element_id": 36262,
"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_36793')",
"format": "plain"
},
{
"id": 36285,
"order": "6.50000000000000000000",
"type": "text",
"parent_element_id": 36278,
"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": 36308,
"order": "6.50000000000000000000",
"type": "text",
"parent_element_id": 36302,
"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_36793')",
"format": "plain"
},
{
"id": 36237,
"order": "7.00000000000000000000",
"type": "text",
"parent_element_id": 36227,
"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_36747')",
"format": "plain"
},
{
"id": 36258,
"order": "7.00000000000000000000",
"type": "text",
"parent_element_id": 36251,
"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": 36297,
"order": "7.00000000000000000000",
"type": "text",
"parent_element_id": 36290,
"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": 36320,
"order": "7.00000000000000000000",
"type": "text",
"parent_element_id": 36314,
"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_36793')",
"format": "plain"
},
{
"id": 36248,
"order": "7.50000000000000000000",
"type": "text",
"parent_element_id": 36240,
"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_36747')",
"format": "plain"
},
{
"id": 36269,
"order": "7.50000000000000000000",
"type": "text",
"parent_element_id": 36262,
"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": 36286,
"order": "7.50000000000000000000",
"type": "text",
"parent_element_id": 36278,
"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_36747')",
"format": "plain"
},
{
"id": 36309,
"order": "7.50000000000000000000",
"type": "text",
"parent_element_id": 36302,
"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": 36238,
"order": "8.00000000000000000000",
"type": "text",
"parent_element_id": 36227,
"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": 36259,
"order": "8.00000000000000000000",
"type": "text",
"parent_element_id": 36251,
"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_36747')",
"format": "plain"
},
{
"id": 36298,
"order": "8.00000000000000000000",
"type": "text",
"parent_element_id": 36290,
"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_36747')",
"format": "plain"
},
{
"id": 36321,
"order": "8.00000000000000000000",
"type": "text",
"parent_element_id": 36314,
"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": 36249,
"order": "8.50000000000000000000",
"type": "text",
"parent_element_id": 36240,
"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": 36270,
"order": "8.50000000000000000000",
"type": "text",
"parent_element_id": 36262,
"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_36747')",
"format": "plain"
},
{
"id": 36287,
"order": "8.50000000000000000000",
"type": "text",
"parent_element_id": 36278,
"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": 36310,
"order": "8.50000000000000000000",
"type": "text",
"parent_element_id": 36302,
"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_36747')",
"format": "plain"
},
{
"id": 36239,
"order": "9.00000000000000000000",
"type": "text",
"parent_element_id": 36227,
"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_36751.0.value')",
"format": "plain"
},
{
"id": 36260,
"order": "9.00000000000000000000",
"type": "text",
"parent_element_id": 36251,
"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": 36299,
"order": "9.00000000000000000000",
"type": "text",
"parent_element_id": 36290,
"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": 36322,
"order": "9.00000000000000000000",
"type": "text",
"parent_element_id": 36314,
"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_36747')",
"format": "plain"
},
{
"id": 36288,
"order": "9.50000000000000000000",
"type": "text",
"parent_element_id": 36278,
"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_36751.0.value')",
"format": "plain"
},
{
"id": 36250,
"order": "10.00000000000000000000",
"type": "text",
"parent_element_id": 36240,
"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_36751.0.value')",
"format": "plain"
},
{
"id": 36271,
"order": "10.00000000000000000000",
"type": "text",
"parent_element_id": 36262,
"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": 36273,
"order": "10.00000000000000000000",
"type": "link",
"parent_element_id": 36227,
"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": 1851,
"page_parameters": [
{
"name": "pipeline_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'DETAILS'",
"variant": "button"
},
{
"id": 36311,
"order": "10.00000000000000000000",
"type": "text",
"parent_element_id": 36302,
"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": 36300,
"order": "10.50000000000000000000",
"type": "text",
"parent_element_id": 36290,
"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_36751.0.value')",
"format": "plain"
},
{
"id": 36261,
"order": "11.00000000000000000000",
"type": "text",
"parent_element_id": 36251,
"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_36751.0.value')",
"format": "plain"
},
{
"id": 36274,
"order": "11.00000000000000000000",
"type": "link",
"parent_element_id": 36240,
"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": 1851,
"page_parameters": [
{
"name": "pipeline_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'Details'",
"variant": "button"
},
{
"id": 36289,
"order": "11.00000000000000000000",
"type": "link",
"parent_element_id": 36278,
"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": 1851,
"page_parameters": [
{
"name": "pipeline_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'DETAILS'",
"variant": "button"
},
{
"id": 36323,
"order": "11.00000000000000000000",
"type": "text",
"parent_element_id": 36314,
"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": 36312,
"order": "11.50000000000000000000",
"type": "text",
"parent_element_id": 36302,
"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_36751.0.value')",
"format": "plain"
},
{
"id": 36272,
"order": "12.00000000000000000000",
"type": "text",
"parent_element_id": 36262,
"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_36751.0.value')",
"format": "plain"
},
{
"id": 36276,
"order": "12.00000000000000000000",
"type": "link",
"parent_element_id": 36251,
"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": 1851,
"page_parameters": [
{
"name": "pipeline_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'DETAILS'",
"variant": "button"
},
{
"id": 36301,
"order": "12.00000000000000000000",
"type": "link",
"parent_element_id": 36290,
"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": 1851,
"page_parameters": [
{
"name": "pipeline_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'Details'",
"variant": "button"
},
{
"id": 36324,
"order": "12.50000000000000000000",
"type": "text",
"parent_element_id": 36314,
"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_36751.0.value')",
"format": "plain"
},
{
"id": 36275,
"order": "13.00000000000000000000",
"type": "link",
"parent_element_id": 36262,
"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": 1851,
"page_parameters": [
{
"name": "pipeline_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'DETAILS'",
"variant": "button"
},
{
"id": 36313,
"order": "13.00000000000000000000",
"type": "link",
"parent_element_id": 36302,
"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": 1851,
"page_parameters": [
{
"name": "pipeline_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'DETAILS'",
"variant": "button"
},
{
"id": 36325,
"order": "14.00000000000000000000",
"type": "link",
"parent_element_id": 36314,
"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": 1851,
"page_parameters": [
{
"name": "pipeline_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'DETAILS'",
"variant": "button"
}
],
"data_sources": [
{
"id": 3998,
"name": "All qualified pipelines",
"order": "3.00000000000000000000",
"service": {
"id": 4936,
"integration_id": 278,
"type": "local_baserow_list_rows",
"table_id": 3587,
"view_id": 16299,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 36746,
"type": "single_select_equal",
"value": "14789",
"value_is_formula": false
}
]
}
},
{
"id": 3999,
"name": "All follow-up pipelines",
"order": "4.00000000000000000000",
"service": {
"id": 4937,
"integration_id": 278,
"type": "local_baserow_list_rows",
"table_id": 3587,
"view_id": 16299,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 36746,
"type": "single_select_equal",
"value": "14790",
"value_is_formula": false
}
]
}
},
{
"id": 4000,
"name": "All negotiation pipelines",
"order": "5.00000000000000000000",
"service": {
"id": 4938,
"integration_id": 278,
"type": "local_baserow_list_rows",
"table_id": 3587,
"view_id": 16299,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 36746,
"type": "single_select_equal",
"value": "14791",
"value_is_formula": false
}
]
}
},
{
"id": 4001,
"name": "All contract sent pipelines",
"order": "6.00000000000000000000",
"service": {
"id": 4939,
"integration_id": 278,
"type": "local_baserow_list_rows",
"table_id": 3587,
"view_id": 16299,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 36746,
"type": "single_select_equal",
"value": "14792",
"value_is_formula": false
}
]
}
},
{
"id": 4002,
"name": "Employee qualified pipelines",
"order": "7.00000000000000000000",
"service": {
"id": 4940,
"integration_id": 278,
"type": "local_baserow_list_rows",
"table_id": 3587,
"view_id": 16299,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 36746,
"type": "single_select_equal",
"value": "14789",
"value_is_formula": false
},
{
"field_id": 36751,
"type": "link_row_has",
"value": "get('user.id')",
"value_is_formula": true
}
]
}
},
{
"id": 4003,
"name": "Employee follow-up pipelines",
"order": "8.00000000000000000000",
"service": {
"id": 4941,
"integration_id": 278,
"type": "local_baserow_list_rows",
"table_id": 3587,
"view_id": 16299,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 36746,
"type": "single_select_equal",
"value": "14790",
"value_is_formula": false
},
{
"field_id": 36751,
"type": "link_row_has",
"value": "get('user.id')",
"value_is_formula": true
}
]
}
},
{
"id": 4004,
"name": "Employee Negotiation pipelines",
"order": "9.00000000000000000000",
"service": {
"id": 4942,
"integration_id": 278,
"type": "local_baserow_list_rows",
"table_id": 3587,
"view_id": 16299,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 36746,
"type": "single_select_equal",
"value": "14791",
"value_is_formula": false
},
{
"field_id": 36751,
"type": "link_row_has",
"value": "get('user.id')",
"value_is_formula": true
}
]
}
},
{
"id": 4005,
"name": "Employee contract sent pipelines",
"order": "10.00000000000000000000",
"service": {
"id": 4943,
"integration_id": 278,
"type": "local_baserow_list_rows",
"table_id": 3587,
"view_id": 16299,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 36746,
"type": "single_select_equal",
"value": "14792",
"value_is_formula": false
},
{
"field_id": 36751,
"type": "link_row_has",
"value": "get('user.id')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [
{
"id": 4549,
"type": "logout",
"order": 1,
"page_id": 1832,
"element_id": 28981,
"event": "click"
},
{
"id": 4550,
"type": "open_page",
"order": 2,
"page_id": 1832,
"element_id": 28981,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 1830,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
]
},
{
"id": 1907,
"name": "Pipeline add",
"order": 4,
"path": "/pipeline-add",
"path_params": [],
"elements": [
{
"id": 30323,
"order": "1.00000000000000000000",
"type": "input_text",
"parent_element_id": 30322,
"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": 30329,
"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": "F4nBAS96bygGuPzyB0WvApJG8I8CIMwJ_d570910b4de568550dc3e4548e3233094024b77f3ddab2102aaddce3023fd13f.png",
"original_name": "marketing-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 30330,
"order": "1.00000000000000000000",
"type": "button",
"parent_element_id": 30319,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'LOGOUT'"
},
{
"id": 30331,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 30319,
"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": 30332,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 30321,
"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": 30319,
"order": "1.33333333333333325932",
"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": 2,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 2,
"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": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 30320,
"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": 30321,
"order": "1.42857142857142860315",
"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": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_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": 30324,
"order": "2.00000000000000000000",
"type": "input_text",
"parent_element_id": 30322,
"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": 30333,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 30320,
"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": 1832,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udd17 Pipelines'",
"variant": "button"
},
{
"id": 30334,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 30320,
"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": 1880,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83c\udfe2 Companies'",
"variant": "button"
},
{
"id": 30335,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 30320,
"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": 1904,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udc65 Contacts'",
"variant": "button"
},
{
"id": 30336,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 30320,
"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": 1836,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udde3\ufe0f Activities'",
"variant": "button"
},
{
"id": 30322,
"order": "3.00000000000000000000",
"type": "form_container",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "disallow_all_except",
"roles": [
"Executive manager"
],
"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": 36813,
"order": "3.50000000000000000000",
"type": "record_selector",
"parent_element_id": 30322,
"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": 3542,
"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": 30326,
"order": "4.00000000000000000000",
"type": "choice",
"parent_element_id": 30322,
"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": 30326
}
],
"multiple": false,
"show_as_dropdown": true,
"option_type": "formulas",
"formula_value": "get('data_source_context.3541.field_36746.*.value')",
"formula_name": "get('data_source_context.3541.field_36746.*.value')"
},
{
"id": 37790,
"order": "4.33333333333333303727",
"type": "record_selector",
"parent_element_id": 30322,
"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": 3543,
"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": 30327,
"order": "5.00000000000000000000",
"type": "input_text",
"parent_element_id": 30322,
"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": 30338,
"order": "6.00000000000000000000",
"type": "input_text",
"parent_element_id": 30322,
"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": true,
"validation_type": "any",
"placeholder": "",
"default_value": "",
"is_multiline": false,
"rows": 3,
"input_type": "text"
},
{
"id": 30328,
"order": "7.00000000000000000000",
"type": "input_text",
"parent_element_id": 30322,
"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": 3541,
"name": "Pipelines",
"order": "1.00000000000000000000",
"service": {
"id": 4370,
"integration_id": 278,
"type": "local_baserow_list_rows",
"table_id": 3587,
"view_id": 16295,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
},
{
"id": 3542,
"name": "Companies",
"order": "2.00000000000000000000",
"service": {
"id": 4372,
"integration_id": 278,
"type": "local_baserow_list_rows",
"table_id": 3585,
"view_id": 16288,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
},
{
"id": 3543,
"name": "Employees",
"order": "3.00000000000000000000",
"service": {
"id": 4373,
"integration_id": 278,
"type": "local_baserow_list_rows",
"table_id": 3589,
"view_id": 16310,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
}
],
"workflow_actions": [
{
"id": 4747,
"type": "logout",
"order": 1,
"page_id": 1907,
"element_id": 30330,
"event": "click"
},
{
"id": 4748,
"type": "create_row",
"order": 1,
"page_id": 1907,
"element_id": 30322,
"event": "submit",
"service": {
"id": 4371,
"integration_id": 278,
"type": "local_baserow_upsert_row",
"table_id": 3587,
"row_id": "",
"field_mappings": [
{
"field_id": 36743,
"value": "get('form_data.30323')",
"enabled": true
},
{
"field_id": 36744,
"value": "get('form_data.36813')",
"enabled": true
},
{
"field_id": 36745,
"value": "get('form_data.30324')",
"enabled": true
},
{
"field_id": 36746,
"value": "get('form_data.30326')",
"enabled": true
},
{
"field_id": 36747,
"value": "get('form_data.30338')",
"enabled": true
},
{
"field_id": 36748,
"value": "get('form_data.30327')",
"enabled": true
},
{
"field_id": 36749,
"value": "get('form_data.30328')",
"enabled": true
},
{
"field_id": 36751,
"value": "get('form_data.37790')",
"enabled": true
}
]
}
},
{
"id": 4749,
"type": "open_page",
"order": 2,
"page_id": 1907,
"element_id": 30330,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 1830,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
},
{
"id": 4750,
"type": "notification",
"order": 2,
"page_id": 1907,
"element_id": 30322,
"event": "submit",
"title": "'\u2705 Success '",
"description": "concat('The pipeline for ', get('previous_action.4748.field_36743'), ' is created')"
},
{
"id": 4751,
"type": "open_page",
"order": 3,
"page_id": 1907,
"element_id": 30322,
"event": "submit",
"navigation_type": "page",
"navigate_to_page_id": 1832,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
]
},
{
"id": 1851,
"name": "Pipeline details",
"order": 5,
"path": "/pipeline/:pipeline_id",
"path_params": [
{
"name": "pipeline_id",
"type": "numeric"
}
],
"elements": [
{
"id": 29240,
"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": "F4nBAS96bygGuPzyB0WvApJG8I8CIMwJ_d570910b4de568550dc3e4548e3233094024b77f3ddab2102aaddce3023fd13f.png",
"original_name": "marketing-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 29241,
"order": "1.00000000000000000000",
"type": "button",
"parent_element_id": 29236,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'LOGOUT'"
},
{
"id": 29242,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 29236,
"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": 29262,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 29261,
"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": 29275,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 29274,
"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": 29277,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 29274,
"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": 2030,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'+ Add new activity'",
"variant": "button"
},
{
"id": 29236,
"order": "1.33333333333333325932",
"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": 2,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 2,
"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": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 29237,
"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": 29245,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 29237,
"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": 1832,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udd17 Pipelines'",
"variant": "button"
},
{
"id": 29246,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 29237,
"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": 1880,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83c\udfe2 Companies'",
"variant": "button"
},
{
"id": 29247,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 29237,
"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": 1904,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udc65 Contacts'",
"variant": "button"
},
{
"id": 29248,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 29237,
"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": 1836,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udde3\ufe0f Activities'",
"variant": "button"
},
{
"id": 29263,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 29261,
"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.3477.field_36769'), ' ', get('data_source.3477.field_36746.value'))",
"format": "plain"
},
{
"id": 29270,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 29261,
"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": 29279,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat(get('data_source.3477.field_36743'), ' (', get('data_source.3477.field_36744.*.value'), ')')",
"level": 1
},
{
"id": 29261,
"order": "3.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 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": 29264,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 29261,
"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": 29267,
"order": "3.33333333333333348136",
"type": "text",
"parent_element_id": 29261,
"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.3477.field_36748'))",
"format": "plain"
},
{
"id": 29266,
"order": "3.50000000000000000000",
"type": "text",
"parent_element_id": 29261,
"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": 32905,
"order": "3.60000000000000008882",
"type": "text",
"parent_element_id": 29261,
"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.3477.field_36793')",
"format": "plain"
},
{
"id": 32904,
"order": "3.66666666666666651864",
"type": "text",
"parent_element_id": 29261,
"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": 29265,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 29261,
"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.3477.field_36747')",
"format": "plain"
},
{
"id": 29271,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 29261,
"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.3477.field_36745')",
"format": "plain"
},
{
"id": 29274,
"order": "4.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": 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": 29268,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 29261,
"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": 29272,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 29261,
"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": 29278,
"order": "5.00000000000000000000",
"type": "table",
"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",
"data_source_id": 3478,
"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_36754')"
}
},
{
"uid": "b97748fc-dc93-4783-9c4d-9d8368e28939",
"name": "Contact",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 1944,
"page_parameters": [
{
"name": "contact_id",
"value": "get('current_record.field_36753.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_36753.0.value')",
"variant": "link"
}
},
{
"uid": "b1b89b99-6057-4715-ae56-89a0e6dee9f4",
"name": "Activity",
"type": "tags",
"styles": {},
"config": {
"values": "get('current_record.field_36792.value')",
"colors_is_formula": true,
"colors": "get('current_record.field_36792.color')"
}
},
{
"uid": "f99ce516-3eda-4ff2-b6f4-606ce3896f14",
"name": "By",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_36782.*.value')"
}
},
{
"uid": "38766963-cc7a-48eb-a66b-c69e037501e4",
"name": "-",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2029,
"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": 29269,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 29261,
"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.3477.field_36751.*.value')",
"format": "plain"
},
{
"id": 29273,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 29261,
"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.3477.field_36749')",
"format": "plain"
},
{
"id": 29276,
"order": "7.00000000000000000000",
"type": "link",
"parent_element_id": 29261,
"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": 1852,
"page_parameters": [
{
"name": "pipeline_id",
"value": "get('data_source.3477.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'Edit notes'",
"variant": "button"
}
],
"data_sources": [
{
"id": 3477,
"name": "Pipeline details",
"order": "1.00000000000000000000",
"service": {
"id": 4290,
"integration_id": 278,
"type": "local_baserow_get_row",
"table_id": 3587,
"view_id": 16295,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.pipeline_id')"
}
},
{
"id": 3478,
"name": "Related activities",
"order": "2.00000000000000000000",
"service": {
"id": 4291,
"integration_id": 278,
"type": "local_baserow_list_rows",
"table_id": 3588,
"view_id": 16304,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 36756,
"type": "link_row_has",
"value": "get('page_parameter.pipeline_id')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [
{
"id": 4596,
"type": "logout",
"order": 1,
"page_id": 1851,
"element_id": 29241,
"event": "click"
},
{
"id": 4597,
"type": "open_page",
"order": 2,
"page_id": 1851,
"element_id": 29241,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 1830,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
]
},
{
"id": 1852,
"name": "Pipeline details (edit)",
"order": 6,
"path": "/pipeline-edit/:pipeline_id",
"path_params": [
{
"name": "pipeline_id",
"type": "numeric"
}
],
"elements": [
{
"id": 29284,
"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": "F4nBAS96bygGuPzyB0WvApJG8I8CIMwJ_d570910b4de568550dc3e4548e3233094024b77f3ddab2102aaddce3023fd13f.png",
"original_name": "marketing-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 29285,
"order": "1.00000000000000000000",
"type": "button",
"parent_element_id": 29280,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'LOGOUT'"
},
{
"id": 29286,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 29280,
"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": 29287,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 29282,
"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": 29288,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 29283,
"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": 29289,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 29283,
"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": 2030,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'+ Add new activity'",
"variant": "button"
},
{
"id": 29280,
"order": "1.33333333333333325932",
"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": 2,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 2,
"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": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 29281,
"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": 29290,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 29281,
"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": 1832,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udd17 Pipelines'",
"variant": "button"
},
{
"id": 29291,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 29281,
"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": 1880,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83c\udfe2 Companies'",
"variant": "button"
},
{
"id": 29292,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 29281,
"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": 1904,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udc65 Contacts'",
"variant": "button"
},
{
"id": 29293,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 29281,
"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": 1836,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udde3\ufe0f Activities'",
"variant": "button"
},
{
"id": 29294,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 29282,
"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.3479.field_36769'),' ',get('data_source.3479.field_36746.value'))",
"format": "plain"
},
{
"id": 29295,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 29282,
"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": 29296,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat(get('data_source.3479.field_36743'),' (',get('data_source.3479.field_36744.*.value'),')')",
"level": 1
},
{
"id": 29282,
"order": "3.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 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": 29297,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 29282,
"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": 29298,
"order": "3.33333333333333348136",
"type": "text",
"parent_element_id": 29282,
"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.3479.field_36748'))",
"format": "plain"
},
{
"id": 29299,
"order": "3.50000000000000000000",
"type": "text",
"parent_element_id": 29282,
"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": 32907,
"order": "3.60000000000000008882",
"type": "text",
"parent_element_id": 29282,
"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.3479.field_36793')",
"format": "plain"
},
{
"id": 32906,
"order": "3.66666666666666651864",
"type": "text",
"parent_element_id": 29282,
"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": 29283,
"order": "4.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": 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": 29300,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 29282,
"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.3479.field_36747')",
"format": "plain"
},
{
"id": 29301,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 29282,
"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.3479.field_36745')",
"format": "plain"
},
{
"id": 29302,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 29282,
"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": 29303,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 29282,
"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": 29304,
"order": "5.00000000000000000000",
"type": "table",
"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",
"data_source_id": 3480,
"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_36754')"
}
},
{
"uid": "b97748fc-dc93-4783-9c4d-9d8368e28939",
"name": "Contact",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 1944,
"page_parameters": [
{
"name": "contact_id",
"value": "get('current_record.field_36753.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_36753.0.value')",
"variant": "link"
}
},
{
"uid": "b1b89b99-6057-4715-ae56-89a0e6dee9f4",
"name": "Activity",
"type": "tags",
"styles": {},
"config": {
"values": "get('current_record.field_36792.value')",
"colors_is_formula": true,
"colors": "get('current_record.field_36792.color')"
}
},
{
"uid": "f99ce516-3eda-4ff2-b6f4-606ce3896f14",
"name": "By",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_36782.*.value')"
}
},
{
"uid": "38766963-cc7a-48eb-a66b-c69e037501e4",
"name": "-",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2029,
"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": 29305,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 29282,
"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.3479.field_36751.*.value')",
"format": "plain"
},
{
"id": 29309,
"order": "6.50000000000000000000",
"type": "input_text",
"parent_element_id": 29282,
"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.3479.field_36749')",
"is_multiline": true,
"rows": 5,
"input_type": "text"
},
{
"id": 29310,
"order": "8.00000000000000000000",
"type": "button",
"parent_element_id": 29282,
"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": 3479,
"name": "Pipeline details",
"order": "1.00000000000000000000",
"service": {
"id": 4292,
"integration_id": 278,
"type": "local_baserow_get_row",
"table_id": 3587,
"view_id": 16295,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.pipeline_id')"
}
},
{
"id": 3480,
"name": "Related activities",
"order": "2.00000000000000000000",
"service": {
"id": 4293,
"integration_id": 278,
"type": "local_baserow_list_rows",
"table_id": 3588,
"view_id": 16304,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 36756,
"type": "link_row_has",
"value": "get('page_parameter.pipeline_id')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [
{
"id": 4598,
"type": "logout",
"order": 1,
"page_id": 1852,
"element_id": 29285,
"event": "click"
},
{
"id": 4599,
"type": "open_page",
"order": 2,
"page_id": 1852,
"element_id": 29285,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 1830,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
},
{
"id": 4601,
"type": "update_row",
"order": 1,
"page_id": 1852,
"element_id": 29310,
"event": "click",
"service": {
"id": 4294,
"integration_id": 278,
"type": "local_baserow_upsert_row",
"table_id": 3587,
"row_id": "get('data_source.3479.id')",
"field_mappings": [
{
"field_id": 36749,
"value": "get('form_data.29309')",
"enabled": true
}
]
}
},
{
"id": 4603,
"type": "open_page",
"order": 2,
"page_id": 1852,
"element_id": 29310,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 1851,
"page_parameters": [
{
"name": "pipeline_id",
"value": "get('data_source.3479.id')"
}
],
"navigate_to_url": "",
"target": "self"
}
]
},
{
"id": 1880,
"name": "Companies",
"order": 7,
"path": "/companies",
"path_params": [],
"elements": [
{
"id": 29762,
"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": "F4nBAS96bygGuPzyB0WvApJG8I8CIMwJ_d570910b4de568550dc3e4548e3233094024b77f3ddab2102aaddce3023fd13f.png",
"original_name": "marketing-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 29763,
"order": "1.00000000000000000000",
"type": "button",
"parent_element_id": 29758,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'LOGOUT'"
},
{
"id": 29764,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 29758,
"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": 29765,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 29760,
"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": 29766,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 29760,
"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": 1881,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'+ Add new company'",
"variant": "button"
},
{
"id": 29771,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": 29761,
"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": 29772,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 29771,
"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_36728')",
"level": 2
},
{
"id": 29758,
"order": "1.33333333333333325932",
"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": 2,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 2,
"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": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 29759,
"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": 29760,
"order": "1.42857142857142860315",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 29767,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 29759,
"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": 1832,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udd17 Pipelines'",
"variant": "button"
},
{
"id": 29768,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 29759,
"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": 1880,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83c\udfe2 Companies'",
"variant": "button"
},
{
"id": 29769,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 29759,
"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": 1904,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udc65 Contacts'",
"variant": "button"
},
{
"id": 29770,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 29759,
"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": 1836,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udde3\ufe0f Activities'",
"variant": "button"
},
{
"id": 34451,
"order": "2.00000000000000000000",
"type": "column",
"parent_element_id": 34450,
"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": 34452,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": 34451,
"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_36728')",
"level": 2
},
{
"id": 29761,
"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": 3506,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"orientation": "horizontal",
"items_per_row": {
"tablet": 2,
"desktop": 3,
"smartphone": 1
}
},
{
"id": 29775,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 29771,
"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": 34453,
"order": "3.25000000000000000000",
"type": "text",
"parent_element_id": 34451,
"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": 29804,
"order": "3.33333333333333348136",
"type": "text",
"parent_element_id": 29771,
"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_36730.value'), ' (size: ', get('current_record.field_36735.value'), ')')",
"format": "plain"
},
{
"id": 34454,
"order": "3.39999999999999991118",
"type": "text",
"parent_element_id": 34451,
"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_36730.value'),' (size: ',get('current_record.field_36735.value'),')')",
"format": "plain"
},
{
"id": 29803,
"order": "3.50000000000000000000",
"type": "text",
"parent_element_id": 29771,
"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": 34455,
"order": "3.66666666666666651864",
"type": "text",
"parent_element_id": 34451,
"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": 29776,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 29771,
"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_36729')",
"format": "plain"
},
{
"id": 34450,
"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": 3821,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"orientation": "horizontal",
"items_per_row": {
"tablet": 2,
"desktop": 3,
"smartphone": 1
}
},
{
"id": 34456,
"order": "4.50000000000000000000",
"type": "text",
"parent_element_id": 34451,
"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_36729')",
"format": "plain"
},
{
"id": 29777,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 29771,
"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": 34457,
"order": "5.50000000000000000000",
"type": "text",
"parent_element_id": 34451,
"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": 29778,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 29771,
"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_36764'))",
"format": "plain"
},
{
"id": 34458,
"order": "6.50000000000000000000",
"type": "text",
"parent_element_id": 34451,
"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_36764'))",
"format": "plain"
},
{
"id": 29779,
"order": "7.00000000000000000000",
"type": "text",
"parent_element_id": 29771,
"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": 34459,
"order": "7.50000000000000000000",
"type": "text",
"parent_element_id": 34451,
"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": 29805,
"order": "8.00000000000000000000",
"type": "link",
"parent_element_id": 29771,
"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_36732')",
"target": "blank",
"value": "get('current_record.field_36732')",
"variant": "link"
},
{
"id": 34460,
"order": "8.50000000000000000000",
"type": "link",
"parent_element_id": 34451,
"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_36732')",
"target": "blank",
"value": "get('current_record.field_36732')",
"variant": "link"
},
{
"id": 29781,
"order": "9.00000000000000000000",
"type": "link",
"parent_element_id": 29771,
"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": 1892,
"page_parameters": [
{
"name": "company_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'Details'",
"variant": "button"
},
{
"id": 34461,
"order": "10.00000000000000000000",
"type": "link",
"parent_element_id": 34451,
"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": 1892,
"page_parameters": [
{
"name": "company_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'Details'",
"variant": "button"
}
],
"data_sources": [
{
"id": 3506,
"name": "All companies",
"order": "1.00000000000000000000",
"service": {
"id": 4326,
"integration_id": 278,
"type": "local_baserow_list_rows",
"table_id": 3585,
"view_id": 16288,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
},
{
"id": 3821,
"name": "My companies",
"order": "2.00000000000000000000",
"service": {
"id": 4721,
"integration_id": 278,
"type": "local_baserow_list_rows",
"table_id": 3585,
"view_id": 16288,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 36794,
"type": "has_value_contains",
"value": "get('user.username')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [
{
"id": 4670,
"type": "logout",
"order": 1,
"page_id": 1880,
"element_id": 29763,
"event": "click"
},
{
"id": 4671,
"type": "open_page",
"order": 2,
"page_id": 1880,
"element_id": 29763,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 1830,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
]
},
{
"id": 1881,
"name": "Company add",
"order": 8,
"path": "/company-add",
"path_params": [],
"elements": [
{
"id": 29794,
"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": "F4nBAS96bygGuPzyB0WvApJG8I8CIMwJ_d570910b4de568550dc3e4548e3233094024b77f3ddab2102aaddce3023fd13f.png",
"original_name": "marketing-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 29795,
"order": "1.00000000000000000000",
"type": "button",
"parent_element_id": 29782,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'LOGOUT'"
},
{
"id": 29796,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 29782,
"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": 29797,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 29784,
"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": 29806,
"order": "1.00000000000000000000",
"type": "input_text",
"parent_element_id": 29785,
"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": 29782,
"order": "1.33333333333333325932",
"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": 2,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 2,
"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": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 29783,
"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": 29784,
"order": "1.42857142857142860315",
"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": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_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": 29798,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 29783,
"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": 1832,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udd17 Pipelines'",
"variant": "button"
},
{
"id": 29799,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 29783,
"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": 1880,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83c\udfe2 Companies'",
"variant": "button"
},
{
"id": 29800,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 29783,
"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": 1904,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udc65 Contacts'",
"variant": "button"
},
{
"id": 29801,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 29783,
"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": 1836,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udde3\ufe0f Activities'",
"variant": "button"
},
{
"id": 29807,
"order": "2.00000000000000000000",
"type": "input_text",
"parent_element_id": 29785,
"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": 29785,
"order": "3.00000000000000000000",
"type": "form_container",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "disallow_all_except",
"roles": [
"Executive manager"
],
"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": 29808,
"order": "3.00000000000000000000",
"type": "choice",
"parent_element_id": 29785,
"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": 29808
}
],
"multiple": false,
"show_as_dropdown": true,
"option_type": "formulas",
"formula_value": "get('data_source_context.3507.field_36735.*.id')",
"formula_name": "get('data_source_context.3507.field_36735.*.value')"
},
{
"id": 29809,
"order": "4.00000000000000000000",
"type": "choice",
"parent_element_id": 29785,
"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": 29809
}
],
"multiple": false,
"show_as_dropdown": true,
"option_type": "formulas",
"formula_value": "get('data_source_context.3507.field_36730.*.id')",
"formula_name": "get('data_source_context.3507.field_36730.*.value')"
},
{
"id": 29810,
"order": "5.00000000000000000000",
"type": "input_text",
"parent_element_id": 29785,
"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": 29793,
"order": "7.00000000000000000000",
"type": "input_text",
"parent_element_id": 29785,
"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": 3507,
"name": "Companies",
"order": "1.00000000000000000000",
"service": {
"id": 4327,
"integration_id": 278,
"type": "local_baserow_list_rows",
"table_id": 3585,
"view_id": 16288,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
}
],
"workflow_actions": [
{
"id": 4672,
"type": "logout",
"order": 1,
"page_id": 1881,
"element_id": 29795,
"event": "click"
},
{
"id": 4673,
"type": "create_row",
"order": 1,
"page_id": 1881,
"element_id": 29785,
"event": "submit",
"service": {
"id": 4330,
"integration_id": 278,
"type": "local_baserow_upsert_row",
"table_id": 3585,
"row_id": "",
"field_mappings": [
{
"field_id": 36728,
"value": "get('form_data.29806')",
"enabled": true
},
{
"field_id": 36729,
"value": "get('form_data.29807')",
"enabled": true
},
{
"field_id": 36730,
"value": "get('form_data.29809')",
"enabled": true
},
{
"field_id": 36732,
"value": "get('form_data.29810')",
"enabled": true
},
{
"field_id": 36734,
"value": "get('form_data.29793')",
"enabled": true
},
{
"field_id": 36735,
"value": "get('form_data.29808')",
"enabled": true
}
]
}
},
{
"id": 4674,
"type": "open_page",
"order": 2,
"page_id": 1881,
"element_id": 29795,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 1830,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
},
{
"id": 4675,
"type": "notification",
"order": 2,
"page_id": 1881,
"element_id": 29785,
"event": "submit",
"title": "'\u2705 Success '",
"description": "concat('The company ', get('previous_action.4673.field_36728'), ' is created')"
},
{
"id": 4676,
"type": "open_page",
"order": 3,
"page_id": 1881,
"element_id": 29785,
"event": "submit",
"navigation_type": "page",
"navigate_to_page_id": 1880,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
]
},
{
"id": 1892,
"name": "Company details",
"order": 9,
"path": "/company/:company_id",
"path_params": [
{
"name": "company_id",
"type": "numeric"
}
],
"elements": [
{
"id": 30023,
"order": "0.50000000000000000000",
"type": "text",
"parent_element_id": 29993,
"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": 30021,
"order": "0.66666666666666662966",
"type": "text",
"parent_element_id": 29993,
"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.3520.field_36764'), '**')",
"format": "markdown"
},
{
"id": 29995,
"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": "F4nBAS96bygGuPzyB0WvApJG8I8CIMwJ_d570910b4de568550dc3e4548e3233094024b77f3ddab2102aaddce3023fd13f.png",
"original_name": "marketing-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 29996,
"order": "1.00000000000000000000",
"type": "button",
"parent_element_id": 29991,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'LOGOUT'"
},
{
"id": 29997,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 29991,
"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": 29998,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 29993,
"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": 29999,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 29994,
"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.3520.field_36768'), '/', get('data_source.3520.field_36771'), ' active)')",
"level": 2
},
{
"id": 30000,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 29994,
"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": 1907,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'+ Add new pipeline'",
"variant": "button"
},
{
"id": 30014,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 29993,
"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": 29991,
"order": "1.33333333333333325932",
"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": 2,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 2,
"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": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 29992,
"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": 30022,
"order": "1.50000000000000000000",
"type": "text",
"parent_element_id": 29993,
"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.3520.field_36765'))",
"format": "plain"
},
{
"id": 30001,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 29992,
"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": 1832,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udd17 Pipelines'",
"variant": "button"
},
{
"id": 30002,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 29992,
"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": 1880,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83c\udfe2 Companies'",
"variant": "button"
},
{
"id": 30003,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 29992,
"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": 1904,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udc65 Contacts'",
"variant": "button"
},
{
"id": 30004,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 29992,
"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": 1836,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udde3\ufe0f Activities'",
"variant": "button"
},
{
"id": 30005,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 29993,
"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.3520.field_36729'), ' ')",
"format": "plain"
},
{
"id": 30006,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 29993,
"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": 30007,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "get('data_source.3520.field_36728')",
"level": 1
},
{
"id": 30240,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": 30239,
"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": 30241,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 30239,
"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": 1906,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'+ Add new contact'",
"variant": "button"
},
{
"id": 30024,
"order": "2.33333333333333348136",
"type": "text",
"parent_element_id": 29993,
"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.3520.field_36766'))",
"format": "plain"
},
{
"id": 30025,
"order": "2.39999999999999991118",
"type": "text",
"parent_element_id": 29993,
"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": 30026,
"order": "2.42857142857142838110",
"type": "text",
"parent_element_id": 29993,
"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.3520.field_36767'))",
"format": "plain"
},
{
"id": 30020,
"order": "2.50000000000000000000",
"type": "text",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "get('data_source.3520.field_36734')",
"format": "plain"
},
{
"id": 29993,
"order": "3.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 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": 30008,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 29993,
"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": 30009,
"order": "3.33333333333333348136",
"type": "text",
"parent_element_id": 29993,
"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.3520.field_36730.value')",
"format": "plain"
},
{
"id": 30010,
"order": "3.50000000000000000000",
"type": "text",
"parent_element_id": 29993,
"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": 30239,
"order": "3.50000000000000000000",
"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": 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": 30242,
"order": "3.66666666666666651864",
"type": "table",
"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": 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": 3522,
"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_36736')"
}
},
{
"uid": "8381b695-fc36-4fda-b2d2-f023ff1a3137",
"name": "Title",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_36737')"
}
},
{
"uid": "726b8e28-cc09-42af-962e-929b0290bf4f",
"name": "Email",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_36739')"
}
},
{
"uid": "9765b725-ae43-4935-a7ab-c86e09fc998d",
"name": "Phone",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_36740')"
}
},
{
"uid": "1fd3eb32-9a67-47f3-b4ad-346aba2d9144",
"name": "Last activity date",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_36776')"
}
},
{
"uid": "e815a48b-337e-4ce5-81ca-fb93fb4e2e1f",
"name": "-",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 1944,
"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": 29994,
"order": "4.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": 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": 30011,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 29993,
"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.3520.field_36735.value')",
"format": "plain"
},
{
"id": 30013,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 29993,
"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": 30015,
"order": "5.00000000000000000000",
"type": "table",
"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",
"data_source_id": 3521,
"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_36743')"
}
},
{
"uid": "5cc08a96-415c-43e7-b1c8-31bafb57f7cd",
"name": "Stage",
"type": "tags",
"styles": {},
"config": {
"values": "get('current_record.field_36746.value')",
"colors_is_formula": true,
"colors": "get('current_record.field_36746.color')"
}
},
{
"uid": "5d0d3165-b29c-4f00-af26-24dffc8f7b55",
"name": "Expected Close Date",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_36747')"
}
},
{
"uid": "03719899-8cf4-4d83-81fb-765b7f7ca351",
"name": "Contract Value",
"type": "text",
"styles": {},
"config": {
"value": "concat('$ ', get('current_record.field_36748'))"
}
},
{
"uid": "d2967877-3272-40b9-bb50-61933ae8bbb3",
"name": "Owner",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_36751.*.value')"
}
},
{
"uid": "2d460016-55e8-4875-89ce-001c8d738e3f",
"name": "-",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 1851,
"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": 30019,
"order": "6.00000000000000000000",
"type": "link",
"parent_element_id": 29993,
"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.3520.field_36732')",
"target": "self",
"value": "get('data_source.3520.field_36732')",
"variant": "link"
}
],
"data_sources": [
{
"id": 3520,
"name": "Company details",
"order": "1.00000000000000000000",
"service": {
"id": 4344,
"integration_id": 278,
"type": "local_baserow_get_row",
"table_id": 3585,
"view_id": null,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.company_id')"
}
},
{
"id": 3521,
"name": "Related pipelines",
"order": "2.00000000000000000000",
"service": {
"id": 4345,
"integration_id": 278,
"type": "local_baserow_list_rows",
"table_id": 3587,
"view_id": null,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 36744,
"type": "link_row_has",
"value": "get('page_parameter.company_id')",
"value_is_formula": true
}
]
}
},
{
"id": 3522,
"name": "Related contacts",
"order": "3.00000000000000000000",
"service": {
"id": 4346,
"integration_id": 278,
"type": "local_baserow_list_rows",
"table_id": 3586,
"view_id": 16291,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 36738,
"type": "link_row_has",
"value": "get('page_parameter.company_id')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [
{
"id": 4704,
"type": "logout",
"order": 1,
"page_id": 1892,
"element_id": 29996,
"event": "click"
},
{
"id": 4705,
"type": "open_page",
"order": 2,
"page_id": 1892,
"element_id": 29996,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 1830,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
]
},
{
"id": 1904,
"name": "Contacts",
"order": 10,
"path": "/contacts",
"path_params": [],
"elements": [
{
"id": 30271,
"order": "0.50000000000000000000",
"type": "text",
"parent_element_id": 30268,
"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_36736'), '**')",
"format": "markdown"
},
{
"id": 34464,
"order": "0.59999999999999997780",
"type": "text",
"parent_element_id": 34463,
"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_36736'),'**')",
"format": "markdown"
},
{
"id": 32908,
"order": "0.66666666666666662966",
"type": "text",
"parent_element_id": 30268,
"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_36776'))",
"format": "plain"
},
{
"id": 34465,
"order": "0.75000000000000000000",
"type": "text",
"parent_element_id": 34463,
"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_36776'))",
"format": "plain"
},
{
"id": 30247,
"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": "F4nBAS96bygGuPzyB0WvApJG8I8CIMwJ_d570910b4de568550dc3e4548e3233094024b77f3ddab2102aaddce3023fd13f.png",
"original_name": "marketing-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 30248,
"order": "1.00000000000000000000",
"type": "button",
"parent_element_id": 30243,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'LOGOUT'"
},
{
"id": 30249,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 30243,
"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": 30250,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 30245,
"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": 30251,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 30245,
"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": 1906,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'+ Add new contact'",
"variant": "button"
},
{
"id": 30268,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": 30267,
"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": 30269,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 30268,
"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_36786.0.url')",
"alt_text": ""
},
{
"id": 30243,
"order": "1.33333333333333325932",
"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": 2,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 2,
"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": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 30244,
"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": 30245,
"order": "1.42857142857142860315",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 34466,
"order": "1.50000000000000000000",
"type": "image",
"parent_element_id": 34463,
"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_36786.0.url')",
"alt_text": ""
},
{
"id": 30252,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 30244,
"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": 1832,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udd17 Pipelines'",
"variant": "button"
},
{
"id": 30253,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 30244,
"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": 1880,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83c\udfe2 Companies'",
"variant": "button"
},
{
"id": 30254,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 30244,
"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": 1904,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udc65 Contacts'",
"variant": "button"
},
{
"id": 30255,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 30244,
"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": 1836,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udde3\ufe0f Activities'",
"variant": "button"
},
{
"id": 30267,
"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": 3536,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"orientation": "horizontal",
"items_per_row": {
"tablet": 2,
"desktop": 4,
"smartphone": 1
}
},
{
"id": 30272,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 30268,
"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_36738.0.value'), ' (', get('current_record.field_36737'), ')')",
"format": "plain"
},
{
"id": 34463,
"order": "2.00000000000000000000",
"type": "column",
"parent_element_id": 34462,
"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": 34467,
"order": "2.50000000000000000000",
"type": "text",
"parent_element_id": 34463,
"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_36738.0.value'),' (',get('current_record.field_36737'),')')",
"format": "plain"
},
{
"id": 30273,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 30268,
"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_36740'))",
"format": "plain"
},
{
"id": 34462,
"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": 3822,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"orientation": "horizontal",
"items_per_row": {
"tablet": 2,
"desktop": 4,
"smartphone": 1
}
},
{
"id": 34468,
"order": "3.50000000000000000000",
"type": "text",
"parent_element_id": 34463,
"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_36740'))",
"format": "plain"
},
{
"id": 30275,
"order": "4.00000000000000000000",
"type": "link",
"parent_element_id": 30268,
"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_36739'))",
"target": "self",
"value": "concat('\u2709\ufe0f ', get('current_record.field_36739'))",
"variant": "link"
},
{
"id": 34469,
"order": "4.50000000000000000000",
"type": "link",
"parent_element_id": 34463,
"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_36739'))",
"target": "self",
"value": "concat('\u2709\ufe0f ',get('current_record.field_36739'))",
"variant": "link"
},
{
"id": 30276,
"order": "5.00000000000000000000",
"type": "link",
"parent_element_id": 30268,
"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_36742')",
"target": "self",
"value": "'\u2139\ufe0f LinkedIn profile'",
"variant": "link"
},
{
"id": 34470,
"order": "5.50000000000000000000",
"type": "link",
"parent_element_id": 34463,
"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_36742')",
"target": "self",
"value": "'\u2139\ufe0f LinkedIn profile'",
"variant": "link"
},
{
"id": 30300,
"order": "6.00000000000000000000",
"type": "link",
"parent_element_id": 30268,
"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": 1944,
"page_parameters": [
{
"name": "contact_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'Details'",
"variant": "button"
},
{
"id": 34471,
"order": "7.00000000000000000000",
"type": "link",
"parent_element_id": 34463,
"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": 1944,
"page_parameters": [
{
"name": "contact_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'Details'",
"variant": "button"
}
],
"data_sources": [
{
"id": 3536,
"name": "All contacts",
"order": "1.00000000000000000000",
"service": {
"id": 4363,
"integration_id": 278,
"type": "local_baserow_list_rows",
"table_id": 3586,
"view_id": 16291,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
},
{
"id": 3822,
"name": "My contacts",
"order": "2.00000000000000000000",
"service": {
"id": 4722,
"integration_id": 278,
"type": "local_baserow_list_rows",
"table_id": 3586,
"view_id": 16291,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 36795,
"type": "has_value_contains",
"value": "get('user.username')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [
{
"id": 4735,
"type": "logout",
"order": 1,
"page_id": 1904,
"element_id": 30248,
"event": "click"
},
{
"id": 4736,
"type": "open_page",
"order": 2,
"page_id": 1904,
"element_id": 30248,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 1830,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
]
},
{
"id": 1906,
"name": "Contact add",
"order": 11,
"path": "/contact-add",
"path_params": [],
"elements": [
{
"id": 30305,
"order": "1.00000000000000000000",
"type": "input_text",
"parent_element_id": 30304,
"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": 30311,
"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": "F4nBAS96bygGuPzyB0WvApJG8I8CIMwJ_d570910b4de568550dc3e4548e3233094024b77f3ddab2102aaddce3023fd13f.png",
"original_name": "marketing-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 30312,
"order": "1.00000000000000000000",
"type": "button",
"parent_element_id": 30301,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'LOGOUT'"
},
{
"id": 30313,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 30301,
"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": 30314,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 30303,
"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": 30301,
"order": "1.33333333333333325932",
"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": 2,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 2,
"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": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 30302,
"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": 30303,
"order": "1.42857142857142860315",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 30306,
"order": "2.00000000000000000000",
"type": "input_text",
"parent_element_id": 30304,
"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": 30315,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 30302,
"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": 1832,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udd17 Pipelines'",
"variant": "button"
},
{
"id": 30316,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 30302,
"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": 1880,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83c\udfe2 Companies'",
"variant": "button"
},
{
"id": 30317,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 30302,
"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": 1904,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udc65 Contacts'",
"variant": "button"
},
{
"id": 30318,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 30302,
"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": 1836,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udde3\ufe0f Activities'",
"variant": "button"
},
{
"id": 30304,
"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 contact'",
"reset_initial_values_post_submission": false
},
{
"id": 38278,
"order": "3.00000000000000000000",
"type": "record_selector",
"parent_element_id": 30304,
"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": 3540,
"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": 30585,
"order": "4.00000000000000000000",
"type": "input_text",
"parent_element_id": 30304,
"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": 30309,
"order": "5.00000000000000000000",
"type": "input_text",
"parent_element_id": 30304,
"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": 30584,
"order": "6.00000000000000000000",
"type": "input_text",
"parent_element_id": 30304,
"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": 3540,
"name": "Companies",
"order": "1.00000000000000000000",
"service": {
"id": 4368,
"integration_id": 278,
"type": "local_baserow_list_rows",
"table_id": 3585,
"view_id": 16288,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
}
],
"workflow_actions": [
{
"id": 4742,
"type": "logout",
"order": 1,
"page_id": 1906,
"element_id": 30312,
"event": "click"
},
{
"id": 4743,
"type": "create_row",
"order": 1,
"page_id": 1906,
"element_id": 30304,
"event": "submit",
"service": {
"id": 4369,
"integration_id": 278,
"type": "local_baserow_upsert_row",
"table_id": 3586,
"row_id": "",
"field_mappings": [
{
"field_id": 36736,
"value": "get('form_data.30305')",
"enabled": true
},
{
"field_id": 36737,
"value": "get('form_data.30306')",
"enabled": true
},
{
"field_id": 36738,
"value": "get('form_data.38278')",
"enabled": true
},
{
"field_id": 36739,
"value": "get('form_data.30585')",
"enabled": true
},
{
"field_id": 36740,
"value": "get('form_data.30309')",
"enabled": true
},
{
"field_id": 36742,
"value": "get('form_data.30584')",
"enabled": true
}
]
}
},
{
"id": 4744,
"type": "open_page",
"order": 2,
"page_id": 1906,
"element_id": 30312,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 1830,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
},
{
"id": 4745,
"type": "notification",
"order": 2,
"page_id": 1906,
"element_id": 30304,
"event": "submit",
"title": "'\u2705 Success '",
"description": "concat('The contact ', get('previous_action.4743.field_36736'), ' is created')"
},
{
"id": 4746,
"type": "open_page",
"order": 3,
"page_id": 1906,
"element_id": 30304,
"event": "submit",
"navigation_type": "page",
"navigate_to_page_id": 1904,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
]
},
{
"id": 1944,
"name": "Contact details",
"order": 12,
"path": "/contact/:contact_id",
"path_params": [
{
"name": "contact_id",
"type": "numeric"
}
],
"elements": [
{
"id": 31080,
"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": "F4nBAS96bygGuPzyB0WvApJG8I8CIMwJ_d570910b4de568550dc3e4548e3233094024b77f3ddab2102aaddce3023fd13f.png",
"original_name": "marketing-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 31081,
"order": "1.00000000000000000000",
"type": "button",
"parent_element_id": 31076,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'LOGOUT'"
},
{
"id": 31082,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 31076,
"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": 31084,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 31079,
"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": 31085,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 31079,
"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": 2030,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'+ Add new activity'",
"variant": "button"
},
{
"id": 31076,
"order": "1.33333333333333325932",
"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": 2,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 2,
"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": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 31077,
"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": 31086,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 31077,
"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": 1832,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udd17 Pipelines'",
"variant": "button"
},
{
"id": 31087,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 31077,
"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": 1880,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83c\udfe2 Companies'",
"variant": "button"
},
{
"id": 31088,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 31077,
"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": 1904,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udc65 Contacts'",
"variant": "button"
},
{
"id": 31089,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 31077,
"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": 1836,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udde3\ufe0f Activities'",
"variant": "button"
},
{
"id": 31091,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 31078,
"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": 31092,
"order": "2.00000000000000000000",
"type": "heading",
"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": 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.3589.field_36736'), ' ')",
"level": 1
},
{
"id": 32909,
"order": "2.50000000000000000000",
"type": "text",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"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.3589.field_36776'))",
"format": "plain"
},
{
"id": 31078,
"order": "3.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 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": 31079,
"order": "4.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": 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": 31097,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 31078,
"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.3589.field_36738.0.value')",
"format": "plain"
},
{
"id": 31099,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 31078,
"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": 31100,
"order": "5.00000000000000000000",
"type": "table",
"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",
"data_source_id": 3590,
"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_36754')"
}
},
{
"uid": "b97748fc-dc93-4783-9c4d-9d8368e28939",
"name": "Pipeline",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 1851,
"page_parameters": [
{
"name": "pipeline_id",
"value": "get('current_record.field_36756.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_36756.0.value')",
"variant": "link"
}
},
{
"uid": "b1b89b99-6057-4715-ae56-89a0e6dee9f4",
"name": "Activity",
"type": "tags",
"styles": {},
"config": {
"values": "get('current_record.field_36792.value')",
"colors_is_formula": true,
"colors": "get('current_record.field_36792.color')"
}
},
{
"uid": "f99ce516-3eda-4ff2-b6f4-606ce3896f14",
"name": "By",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_36782.*.value')"
}
},
{
"uid": "38766963-cc7a-48eb-a66b-c69e037501e4",
"name": "-",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2029,
"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": 31102,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 31078,
"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.3589.field_36737')",
"format": "plain"
},
{
"id": 31083,
"order": "7.00000000000000000000",
"type": "text",
"parent_element_id": 31078,
"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": 31104,
"order": "7.00000000000000000000",
"type": "image",
"parent_element_id": 31078,
"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.3589.field_36786.0.url')",
"alt_text": ""
},
{
"id": 31105,
"order": "8.00000000000000000000",
"type": "link",
"parent_element_id": 31078,
"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.3589.field_36739'))",
"target": "self",
"value": "get('data_source.3589.field_36739')",
"variant": "link"
},
{
"id": 31093,
"order": "9.00000000000000000000",
"type": "text",
"parent_element_id": 31078,
"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": 31094,
"order": "10.00000000000000000000",
"type": "text",
"parent_element_id": 31078,
"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.3589.field_36740')",
"format": "plain"
},
{
"id": 31095,
"order": "11.00000000000000000000",
"type": "text",
"parent_element_id": 31078,
"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": 31106,
"order": "12.00000000000000000000",
"type": "link",
"parent_element_id": 31078,
"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.3589.field_36742')",
"target": "self",
"value": "get('data_source.3589.field_36742')",
"variant": "link"
},
{
"id": 31103,
"order": "13.00000000000000000000",
"type": "link",
"parent_element_id": 31078,
"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": 1971,
"page_parameters": [
{
"name": "contact_id",
"value": "get('data_source.3589.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'Edit details'",
"variant": "button"
}
],
"data_sources": [
{
"id": 3589,
"name": "Contact details",
"order": "1.00000000000000000000",
"service": {
"id": 4431,
"integration_id": 278,
"type": "local_baserow_get_row",
"table_id": 3586,
"view_id": 16291,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.contact_id')"
}
},
{
"id": 3590,
"name": "Related activities",
"order": "2.00000000000000000000",
"service": {
"id": 4432,
"integration_id": 278,
"type": "local_baserow_list_rows",
"table_id": 3588,
"view_id": 16304,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 36753,
"type": "link_row_has",
"value": "get('page_parameter.contact_id')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [
{
"id": 4854,
"type": "logout",
"order": 1,
"page_id": 1944,
"element_id": 31081,
"event": "click"
},
{
"id": 4855,
"type": "open_page",
"order": 2,
"page_id": 1944,
"element_id": 31081,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 1830,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
]
},
{
"id": 1971,
"name": "Contact details (edit)",
"order": 13,
"path": "/contact-edit/:contact_id",
"path_params": [
{
"name": "contact_id",
"type": "numeric"
}
],
"elements": [
{
"id": 31655,
"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": "F4nBAS96bygGuPzyB0WvApJG8I8CIMwJ_d570910b4de568550dc3e4548e3233094024b77f3ddab2102aaddce3023fd13f.png",
"original_name": "marketing-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 31656,
"order": "1.00000000000000000000",
"type": "button",
"parent_element_id": 31651,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'LOGOUT'"
},
{
"id": 31657,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 31651,
"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": 31658,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 31654,
"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": 31659,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 31654,
"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": 2030,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'+ Add new activity'",
"variant": "button"
},
{
"id": 31651,
"order": "1.33333333333333325932",
"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": 2,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 2,
"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": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 31652,
"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": 31660,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 31652,
"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": 1832,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udd17 Pipelines'",
"variant": "button"
},
{
"id": 31661,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 31652,
"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": 1880,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83c\udfe2 Companies'",
"variant": "button"
},
{
"id": 31662,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 31652,
"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": 1904,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udc65 Contacts'",
"variant": "button"
},
{
"id": 31663,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 31652,
"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": 1836,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udde3\ufe0f Activities'",
"variant": "button"
},
{
"id": 31665,
"order": "2.00000000000000000000",
"type": "heading",
"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": 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.3625.field_36736')",
"level": 1
},
{
"id": 32910,
"order": "2.50000000000000000000",
"type": "text",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"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.3625.field_36776'))",
"format": "plain"
},
{
"id": 31653,
"order": "3.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 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": 31654,
"order": "4.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": 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": 31678,
"order": "4.50000000000000000000",
"type": "choice",
"parent_element_id": 31653,
"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.3625.field_36738.0.id')",
"options": [
{
"value": null,
"name": "",
"choice_id": 31678
}
],
"multiple": false,
"show_as_dropdown": true,
"option_type": "formulas",
"formula_value": "get('data_source.3627.*.id')",
"formula_name": "get('data_source.3627.*.field_36728')"
},
{
"id": 31668,
"order": "5.00000000000000000000",
"type": "table",
"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",
"data_source_id": 3626,
"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_36754')"
}
},
{
"uid": "b97748fc-dc93-4783-9c4d-9d8368e28939",
"name": "Pipeline",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 1851,
"page_parameters": [
{
"name": "pipeline_id",
"value": "get('current_record.field_36756.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_36756.0.value')",
"variant": "link"
}
},
{
"uid": "b1b89b99-6057-4715-ae56-89a0e6dee9f4",
"name": "Activity",
"type": "tags",
"styles": {},
"config": {
"values": "get('current_record.field_36792.value')",
"colors_is_formula": true,
"colors": "get('current_record.field_36792.color')"
}
},
{
"uid": "f99ce516-3eda-4ff2-b6f4-606ce3896f14",
"name": "By",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_36782.*.value')"
}
},
{
"uid": "38766963-cc7a-48eb-a66b-c69e037501e4",
"name": "-",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2029,
"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": 31679,
"order": "6.00000000000000000000",
"type": "input_text",
"parent_element_id": 31653,
"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.3625.field_36737')",
"is_multiline": false,
"rows": 3,
"input_type": "text"
},
{
"id": 31671,
"order": "7.00000000000000000000",
"type": "image",
"parent_element_id": 31653,
"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.3625.field_36786.0.url')",
"alt_text": ""
},
{
"id": 31680,
"order": "8.00000000000000000000",
"type": "input_text",
"parent_element_id": 31653,
"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.3625.field_36739')",
"is_multiline": false,
"rows": 3,
"input_type": "text"
},
{
"id": 31681,
"order": "10.00000000000000000000",
"type": "input_text",
"parent_element_id": 31653,
"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.3625.field_36740')",
"is_multiline": false,
"rows": 3,
"input_type": "text"
},
{
"id": 31682,
"order": "12.00000000000000000000",
"type": "input_text",
"parent_element_id": 31653,
"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.3625.field_36742')",
"is_multiline": false,
"rows": 3,
"input_type": "text"
},
{
"id": 31683,
"order": "13.00000000000000000000",
"type": "button",
"parent_element_id": 31653,
"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": 3625,
"name": "Contact details",
"order": "1.00000000000000000000",
"service": {
"id": 4475,
"integration_id": 278,
"type": "local_baserow_get_row",
"table_id": 3586,
"view_id": 16291,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.contact_id')"
}
},
{
"id": 3626,
"name": "Related activities",
"order": "2.00000000000000000000",
"service": {
"id": 4476,
"integration_id": 278,
"type": "local_baserow_list_rows",
"table_id": 3588,
"view_id": 16304,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 36753,
"type": "link_row_has",
"value": "get('page_parameter.contact_id')",
"value_is_formula": true
}
]
}
},
{
"id": 3627,
"name": "Companies",
"order": "3.00000000000000000000",
"service": {
"id": 4477,
"integration_id": 278,
"type": "local_baserow_list_rows",
"table_id": 3585,
"view_id": 16288,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
}
],
"workflow_actions": [
{
"id": 4928,
"type": "logout",
"order": 1,
"page_id": 1971,
"element_id": 31656,
"event": "click"
},
{
"id": 4929,
"type": "open_page",
"order": 2,
"page_id": 1971,
"element_id": 31656,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 1830,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
},
{
"id": 4931,
"type": "update_row",
"order": 1,
"page_id": 1971,
"element_id": 31683,
"event": "click",
"service": {
"id": 4478,
"integration_id": 278,
"type": "local_baserow_upsert_row",
"table_id": 3586,
"row_id": "get('data_source.3625.id')",
"field_mappings": [
{
"field_id": 36737,
"value": "get('form_data.31679')",
"enabled": true
},
{
"field_id": 36738,
"value": "get('form_data.31678')",
"enabled": true
},
{
"field_id": 36739,
"value": "get('form_data.31680')",
"enabled": true
},
{
"field_id": 36740,
"value": "get('form_data.31681')",
"enabled": true
},
{
"field_id": 36742,
"value": "get('form_data.31682')",
"enabled": true
}
]
}
},
{
"id": 4934,
"type": "open_page",
"order": 3,
"page_id": 1971,
"element_id": 31683,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 1944,
"page_parameters": [
{
"name": "contact_id",
"value": "get('data_source.3625.id')"
}
],
"navigate_to_url": "",
"target": "self"
}
]
},
{
"id": 1836,
"name": "Activities",
"order": 14,
"path": "/activities",
"path_params": [],
"elements": [
{
"id": 29042,
"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": "F4nBAS96bygGuPzyB0WvApJG8I8CIMwJ_d570910b4de568550dc3e4548e3233094024b77f3ddab2102aaddce3023fd13f.png",
"original_name": "marketing-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 29043,
"order": "1.00000000000000000000",
"type": "button",
"parent_element_id": 29040,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'LOGOUT'"
},
{
"id": 29044,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 29040,
"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": 32894,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 32893,
"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": 32895,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 32893,
"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": 2030,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'+ Add new activity'",
"variant": "button"
},
{
"id": 32898,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 32889,
"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_36743')",
"level": 2
},
{
"id": 32901,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 32900,
"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": 2029,
"page_parameters": [
{
"name": "activity_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('current_record.value')",
"variant": "link"
},
{
"id": 29040,
"order": "1.33333333333333325932",
"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": 2,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 2,
"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": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 29041,
"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": 34473,
"order": "1.50000000000000000000",
"type": "heading",
"parent_element_id": 34472,
"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_36743')",
"level": 2
},
{
"id": 29046,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 29041,
"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": 1832,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udd17 Pipelines'",
"variant": "button"
},
{
"id": 29047,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 29041,
"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": 1880,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83c\udfe2 Companies'",
"variant": "button"
},
{
"id": 29048,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 29041,
"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": 1904,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udc65 Contacts'",
"variant": "button"
},
{
"id": 29049,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 29041,
"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": 1836,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udde3\ufe0f Activities'",
"variant": "button"
},
{
"id": 32893,
"order": "2.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_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": 32900,
"order": "2.00000000000000000000",
"type": "repeat",
"parent_element_id": 32889,
"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_36750",
"property_options": [],
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
},
{
"id": 34475,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 34474,
"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": 2029,
"page_parameters": [
{
"name": "activity_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('current_record.value')",
"variant": "link"
},
{
"id": 32889,
"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": 3710,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"orientation": "horizontal",
"items_per_row": {
"tablet": 2,
"desktop": 3,
"smartphone": 2
}
},
{
"id": 34474,
"order": "3.00000000000000000000",
"type": "repeat",
"parent_element_id": 34472,
"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_36750",
"property_options": [],
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
},
{
"id": 34472,
"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": 3823,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"orientation": "horizontal",
"items_per_row": {
"tablet": 2,
"desktop": 3,
"smartphone": 2
}
}
],
"data_sources": [
{
"id": 3710,
"name": "Pipelines",
"order": "1.00000000000000000000",
"service": {
"id": 4581,
"integration_id": 278,
"type": "local_baserow_list_rows",
"table_id": 3587,
"view_id": 16295,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
},
{
"id": 3823,
"name": "My pipelines",
"order": "2.00000000000000000000",
"service": {
"id": 4723,
"integration_id": 278,
"type": "local_baserow_list_rows",
"table_id": 3587,
"view_id": 16295,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 36751,
"type": "link_row_has",
"value": "get('user.id')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [
{
"id": 4560,
"type": "logout",
"order": 1,
"page_id": 1836,
"element_id": 29043,
"event": "click"
},
{
"id": 4561,
"type": "open_page",
"order": 2,
"page_id": 1836,
"element_id": 29043,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 1830,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
]
},
{
"id": 2030,
"name": "Activity add",
"order": 15,
"path": "/activity-add",
"path_params": [],
"elements": [
{
"id": 32959,
"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": "F4nBAS96bygGuPzyB0WvApJG8I8CIMwJ_d570910b4de568550dc3e4548e3233094024b77f3ddab2102aaddce3023fd13f.png",
"original_name": "marketing-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 32960,
"order": "1.00000000000000000000",
"type": "button",
"parent_element_id": 32949,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'LOGOUT'"
},
{
"id": 32961,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 32949,
"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": 32962,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 32951,
"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": 32949,
"order": "1.33333333333333325932",
"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": 2,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 2,
"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": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 32950,
"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": 32951,
"order": "1.42857142857142860315",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 32963,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 32950,
"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": 1832,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udd17 Pipelines'",
"variant": "button"
},
{
"id": 32964,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 32950,
"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": 1880,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83c\udfe2 Companies'",
"variant": "button"
},
{
"id": 32965,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 32950,
"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": 1904,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udc65 Contacts'",
"variant": "button"
},
{
"id": 32966,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 32950,
"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": 1836,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udde3\ufe0f Activities'",
"variant": "button"
},
{
"id": 32952,
"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": 32955,
"order": "3.00000000000000000000",
"type": "choice",
"parent_element_id": 32952,
"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": 32955
}
],
"multiple": false,
"show_as_dropdown": true,
"option_type": "formulas",
"formula_value": "get('data_source_context.3716.field_36792.*.id')",
"formula_name": "get('data_source_context.3716.field_36792.*.value')"
},
{
"id": 38279,
"order": "3.50000000000000000000",
"type": "record_selector",
"parent_element_id": 32952,
"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": 3715,
"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": 39742,
"order": "3.66666666666666651864",
"type": "record_selector",
"parent_element_id": 32952,
"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": 3714,
"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": 32954,
"order": "4.00000000000000000000",
"type": "input_text",
"parent_element_id": 32952,
"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,
"validation_type": "any",
"placeholder": "",
"default_value": "",
"is_multiline": false,
"rows": 3,
"input_type": "text"
},
{
"id": 32957,
"order": "5.00000000000000000000",
"type": "input_text",
"parent_element_id": 32952,
"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": 3714,
"name": "Contacts",
"order": "1.00000000000000000000",
"service": {
"id": 4586,
"integration_id": 278,
"type": "local_baserow_list_rows",
"table_id": 3586,
"view_id": 16291,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
},
{
"id": 3715,
"name": "Pipeline",
"order": "2.00000000000000000000",
"service": {
"id": 4588,
"integration_id": 278,
"type": "local_baserow_list_rows",
"table_id": 3587,
"view_id": 16295,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
},
{
"id": 3716,
"name": "Activities",
"order": "3.00000000000000000000",
"service": {
"id": 4589,
"integration_id": 278,
"type": "local_baserow_list_rows",
"table_id": 3588,
"view_id": 16304,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
}
],
"workflow_actions": [
{
"id": 5099,
"type": "logout",
"order": 1,
"page_id": 2030,
"element_id": 32960,
"event": "click"
},
{
"id": 5100,
"type": "create_row",
"order": 1,
"page_id": 2030,
"element_id": 32952,
"event": "submit",
"service": {
"id": 4587,
"integration_id": 278,
"type": "local_baserow_upsert_row",
"table_id": 3588,
"row_id": "",
"field_mappings": [
{
"field_id": 36753,
"value": "get('form_data.39742')",
"enabled": true
},
{
"field_id": 36754,
"value": "get('form_data.32954')",
"enabled": true
},
{
"field_id": 36755,
"value": "get('form_data.32957')",
"enabled": true
},
{
"field_id": 36756,
"value": "get('form_data.38279')",
"enabled": true
},
{
"field_id": 36792,
"value": "get('form_data.32955')",
"enabled": true
}
]
}
},
{
"id": 5101,
"type": "open_page",
"order": 2,
"page_id": 2030,
"element_id": 32960,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 1830,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
},
{
"id": 5102,
"type": "notification",
"order": 2,
"page_id": 2030,
"element_id": 32952,
"event": "submit",
"title": "'\u2705 Success '",
"description": "concat('The activity ', get('previous_action.5100.field_36752'), ' is created')"
},
{
"id": 5103,
"type": "open_page",
"order": 3,
"page_id": 2030,
"element_id": 32952,
"event": "submit",
"navigation_type": "page",
"navigate_to_page_id": 1836,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
]
},
{
"id": 2029,
"name": "Activity details",
"order": 16,
"path": "/activity/:activity_id",
"path_params": [
{
"name": "activity_id",
"type": "numeric"
}
],
"elements": [
{
"id": 32915,
"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": "F4nBAS96bygGuPzyB0WvApJG8I8CIMwJ_d570910b4de568550dc3e4548e3233094024b77f3ddab2102aaddce3023fd13f.png",
"original_name": "marketing-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 32916,
"order": "1.00000000000000000000",
"type": "button",
"parent_element_id": 32911,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'LOGOUT'"
},
{
"id": 32917,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 32911,
"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": 32918,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 32913,
"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": 32936,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 32913,
"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": 32948,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 32947,
"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": 32911,
"order": "1.33333333333333325932",
"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": 2,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 2,
"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": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 32912,
"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": 32921,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 32912,
"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": 1832,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udd17 Pipelines'",
"variant": "button"
},
{
"id": 32922,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 32912,
"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": 1880,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83c\udfe2 Companies'",
"variant": "button"
},
{
"id": 32923,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 32912,
"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": 1904,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udc65 Contacts'",
"variant": "button"
},
{
"id": 32924,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 32912,
"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": 1836,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udde3\ufe0f Activities'",
"variant": "button"
},
{
"id": 32925,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 32913,
"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.3713.field_36782.0.value')",
"format": "plain"
},
{
"id": 32927,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "get('data_source.3713.field_36752')",
"level": 1
},
{
"id": 32939,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 32913,
"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.3713.field_36755')",
"format": "markdown"
},
{
"id": 32913,
"order": "3.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 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": 32928,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 32913,
"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": 32940,
"order": "3.00000000000000000000",
"type": "link",
"parent_element_id": 32913,
"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": 2063,
"page_parameters": [
{
"name": "activity_id",
"value": "get('data_source.3713.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'Edit notes'",
"variant": "button"
},
{
"id": 32941,
"order": "3.33333333333333348136",
"type": "link",
"parent_element_id": 32913,
"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": 1944,
"page_parameters": [
{
"name": "contact_id",
"value": "get('data_source.3713.field_36753.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('data_source.3713.field_36753.0.value')",
"variant": "link"
},
{
"id": 32930,
"order": "3.50000000000000000000",
"type": "text",
"parent_element_id": 32913,
"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": 32942,
"order": "3.60000000000000008882",
"type": "link",
"parent_element_id": 32913,
"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": 1851,
"page_parameters": [
{
"name": "pipeline_id",
"value": "get('data_source.3713.field_36756.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('data_source.3713.field_36756.0.value')",
"variant": "link"
},
{
"id": 32946,
"order": "4.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'Attachments'",
"level": 2
},
{
"id": 32947,
"order": "5.00000000000000000000",
"type": "repeat",
"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",
"data_source_id": 3713,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": "field_36757",
"property_options": [],
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
}
],
"data_sources": [
{
"id": 3713,
"name": "Activity details",
"order": "1.00000000000000000000",
"service": {
"id": 4585,
"integration_id": 278,
"type": "local_baserow_get_row",
"table_id": 3588,
"view_id": 16304,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.activity_id')"
}
}
],
"workflow_actions": [
{
"id": 5097,
"type": "logout",
"order": 1,
"page_id": 2029,
"element_id": 32916,
"event": "click"
},
{
"id": 5098,
"type": "open_page",
"order": 2,
"page_id": 2029,
"element_id": 32916,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 1830,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
]
},
{
"id": 2063,
"name": "Activity details (edit)",
"order": 17,
"path": "/activity-edit/:activity_id",
"path_params": [
{
"name": "activity_id",
"type": "numeric"
}
],
"elements": [
{
"id": 33671,
"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": "F4nBAS96bygGuPzyB0WvApJG8I8CIMwJ_d570910b4de568550dc3e4548e3233094024b77f3ddab2102aaddce3023fd13f.png",
"original_name": "marketing-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 33672,
"order": "1.00000000000000000000",
"type": "button",
"parent_element_id": 33667,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'LOGOUT'"
},
{
"id": 33673,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 33667,
"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": 33674,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 33669,
"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": 33675,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 33669,
"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": 33676,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 33670,
"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": 33667,
"order": "1.33333333333333325932",
"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": 2,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 2,
"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": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 33668,
"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": 33690,
"order": "1.50000000000000000000",
"type": "input_text",
"parent_element_id": 33669,
"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.3767.field_36755')",
"is_multiline": true,
"rows": 5,
"input_type": "text"
},
{
"id": 33677,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 33668,
"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": 1832,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udd17 Pipelines'",
"variant": "button"
},
{
"id": 33678,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 33668,
"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": 1880,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83c\udfe2 Companies'",
"variant": "button"
},
{
"id": 33679,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 33668,
"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": 1904,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udc65 Contacts'",
"variant": "button"
},
{
"id": 33680,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 33668,
"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": 1836,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udde3\ufe0f Activities'",
"variant": "button"
},
{
"id": 33681,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 33669,
"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.3767.field_36782.0.value')",
"format": "plain"
},
{
"id": 33682,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "get('data_source.3767.field_36752')",
"level": 1
},
{
"id": 33669,
"order": "3.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 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": 33684,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 33669,
"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": 33691,
"order": "3.00000000000000000000",
"type": "button",
"parent_element_id": 33669,
"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": 33686,
"order": "3.33333333333333348136",
"type": "link",
"parent_element_id": 33669,
"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": 1944,
"page_parameters": [
{
"name": "contact_id",
"value": "get('data_source.3767.field_36753.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('data_source.3767.field_36753.0.value')",
"variant": "link"
},
{
"id": 33687,
"order": "3.50000000000000000000",
"type": "text",
"parent_element_id": 33669,
"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": 33688,
"order": "3.60000000000000008882",
"type": "link",
"parent_element_id": 33669,
"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": 1851,
"page_parameters": [
{
"name": "pipeline_id",
"value": "get('data_source.3767.field_36756.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('data_source.3767.field_36756.0.value')",
"variant": "link"
},
{
"id": 33689,
"order": "4.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'Attachments'",
"level": 2
},
{
"id": 33670,
"order": "5.00000000000000000000",
"type": "repeat",
"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",
"data_source_id": 3767,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": "field_36757",
"property_options": [],
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
}
],
"data_sources": [
{
"id": 3767,
"name": "Activity details",
"order": "1.00000000000000000000",
"service": {
"id": 4652,
"integration_id": 278,
"type": "local_baserow_get_row",
"table_id": 3588,
"view_id": 16304,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.activity_id')"
}
}
],
"workflow_actions": [
{
"id": 5198,
"type": "logout",
"order": 1,
"page_id": 2063,
"element_id": 33672,
"event": "click"
},
{
"id": 5199,
"type": "open_page",
"order": 2,
"page_id": 2063,
"element_id": 33672,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 1830,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
},
{
"id": 5201,
"type": "update_row",
"order": 1,
"page_id": 2063,
"element_id": 33691,
"event": "click",
"service": {
"id": 4653,
"integration_id": 278,
"type": "local_baserow_upsert_row",
"table_id": 3588,
"row_id": "get('data_source.3767.id')",
"field_mappings": [
{
"field_id": 36755,
"value": "get('form_data.33690')",
"enabled": true
}
]
}
},
{
"id": 5203,
"type": "open_page",
"order": 2,
"page_id": 2063,
"element_id": 33691,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 2029,
"page_parameters": [
{
"name": "activity_id",
"value": "get('data_source.3767.id')"
}
],
"navigate_to_url": "",
"target": "self"
}
]
}
],
"integrations": [
{
"id": 278,
"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": 213,
"name": "Employees",
"order": "1.00000000000000000000",
"type": "local_baserow",
"uid": "213_3589_36759_36763",
"integration_id": 278,
"auth_providers": [
{
"id": 212,
"type": "local_baserow_password",
"domain": null,
"enabled": true,
"password_field_id": 36762
}
],
"table_id": 3589,
"email_field_id": 36759,
"name_field_id": 36758,
"role_field_id": 36763
}
],
"favicon_file": null,
"id": 922,
"name": "Lightweight CRM application",
"order": 3,
"type": "builder"
}
]
}