ToolJet/server/templates/finance-underwriting-admin/definition.json
Abhinaba Adhikari ab1aa2cc3d
Fix community templates (#9559)
* Renamed conflicting folder

* Restored correct folder name

* Prepare templates for deployment

* Update id of lorem ipsum template
2024-05-02 02:56:34 +05:30

5010 lines
No EOL
178 KiB
JSON

{
"tooljet_database": [
{
"id": "04df6269-fec2-47a8-970e-9bcdfd97d59d",
"table_name": "finance_underwriting",
"schema": {
"columns": [
{
"column_name": "id",
"data_type": "integer",
"column_default": "nextval('\"04df6269-fec2-47a8-970e-9bcdfd97d59d_id_seq\"'::regclass)",
"character_maximum_length": null,
"numeric_precision": 32,
"constraints_type": {
"is_not_null": true,
"is_primary_key": true
},
"keytype": "PRIMARY KEY"
},
{
"column_name": "applicant_name",
"data_type": "character varying",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "application_type",
"data_type": "character varying",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "loan_amount",
"data_type": "integer",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": 32,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "credit_score",
"data_type": "integer",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": 32,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "annual_turnover",
"data_type": "integer",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": 32,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "collateral",
"data_type": "character varying",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "notes",
"data_type": "character varying",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "assigned_to",
"data_type": "character varying",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "created_at",
"data_type": "character varying",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "updated_at",
"data_type": "character varying",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "status",
"data_type": "character varying",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
}
]
}
}
],
"app": [
{
"definition": {
"appV2": {
"id": "af3aaaa3-9a59-414d-b709-088e47f715f8",
"type": "front-end",
"name": "Finance underwriting - Admin",
"slug": "af3aaaa3-9a59-414d-b709-088e47f715f8",
"isPublic": false,
"isMaintenanceOn": false,
"icon": "table",
"organizationId": "f2a832bb-fc39-49c5-be7f-7037ebb79b84",
"currentVersionId": null,
"userId": "ccf51822-9d82-4d82-81dd-22df9f3cfcfc",
"workflowApiToken": null,
"workflowEnabled": false,
"createdAt": "2024-04-26T00:05:07.918Z",
"creationMode": "DEFAULT",
"updatedAt": "2024-04-26T00:05:08.874Z",
"editingVersion": {
"id": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"name": "v1",
"definition": null,
"globalSettings": {
"hideHeader": true,
"appInMaintenance": false,
"canvasMaxWidth": 100,
"canvasMaxWidthType": "%",
"canvasMaxHeight": 2400,
"canvasBackgroundColor": "#edeff5",
"backgroundFxQuery": "#edeff5"
},
"showViewerNavigation": false,
"homePageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"appId": "af3aaaa3-9a59-414d-b709-088e47f715f8",
"currentEnvironmentId": "5b7f33b3-b9a9-43b0-a9b2-82bb37fca4d4",
"promotedFrom": null,
"createdAt": "2024-04-26T00:05:07.941Z",
"updatedAt": "2024-04-30T23:52:08.721Z"
},
"components": [
{
"id": "2cf74aa5-4c80-41aa-a59c-9371eb14a1c6",
"name": "modal1",
"type": "Modal",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": null,
"properties": {
"useDefaultButton": {
"value": "{{false}}"
},
"title": {
"value": "Update loan application"
},
"modalHeight": {
"value": "700px"
}
},
"general": {},
"styles": {
"visibility": {
"value": "{{true}}"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "59e440f0-7397-4d59-a494-30b1d5da02f3",
"type": "desktop",
"top": 850,
"left": 2.325565212375515,
"width": 7,
"height": 40,
"componentId": "2cf74aa5-4c80-41aa-a59c-9371eb14a1c6"
},
{
"id": "76e42221-235a-455c-b780-2df656d34938",
"type": "mobile",
"top": 120,
"left": 74.41860465116281,
"width": 10,
"height": 34,
"componentId": "2cf74aa5-4c80-41aa-a59c-9371eb14a1c6"
}
]
},
{
"id": "6552ed1f-47c6-4912-9ee6-5ce23b4abf44",
"name": "assigned_to_dropdown",
"type": "DropDown",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": "dddea41c-8f7c-40c9-9564-7862cd3fea3e",
"properties": {
"label": {
"value": ""
},
"value": {
"value": "All"
},
"values": {
"value": "{{[\"All\"].concat(queries.getUniqueUnderwriters.data)}}"
},
"display_values": {
"value": "{{[\"All\"].concat(queries.getUniqueUnderwriters.data)}}"
},
"placeholder": {
"value": "Select underwriter"
},
"loadingState": {
"fxActive": true,
"value": "{{queries.getAllApplications.isLoading || queries.getUniqueUnderwriters.isLoading}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "db00be0f-d93e-48aa-9669-48c48600d0f3",
"type": "desktop",
"top": 110,
"left": 67.44186153120765,
"width": 12.999999999999998,
"height": 40,
"componentId": "6552ed1f-47c6-4912-9ee6-5ce23b4abf44"
},
{
"id": "2f4d00b3-2460-44da-9f12-54e4b73f08e8",
"type": "mobile",
"top": 100,
"left": 46.51162790697675,
"width": 18.6046511627907,
"height": 30,
"componentId": "6552ed1f-47c6-4912-9ee6-5ce23b4abf44"
}
]
},
{
"id": "dddea41c-8f7c-40c9-9564-7862cd3fea3e",
"name": "container1",
"type": "Container",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": null,
"properties": {},
"general": {},
"styles": {
"backgroundColor": {
"value": "#fff"
},
"borderRadius": {
"value": "10"
},
"borderColor": {
"value": "#ffffff00"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "e839385d-d1de-415b-9710-eeaa2954ea1f",
"type": "desktop",
"top": 100,
"left": 2.3255813953488373,
"width": 41,
"height": 700,
"componentId": "dddea41c-8f7c-40c9-9564-7862cd3fea3e"
},
{
"id": "bdef8055-bff1-4dcf-bc3b-116e4beaeccd",
"type": "mobile",
"top": 70,
"left": 44.18604651162791,
"width": 5,
"height": 200,
"componentId": "dddea41c-8f7c-40c9-9564-7862cd3fea3e"
}
]
},
{
"id": "032ac494-d902-42a3-b593-25edeb7746aa",
"name": "text1",
"type": "Text",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": "dddea41c-8f7c-40c9-9564-7862cd3fea3e",
"properties": {
"text": {
"value": "All applications"
},
"textFormat": {
"value": "html"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "bold"
},
"textColor": {
"value": "#000000"
},
"textSize": {
"value": "18"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "cac2cd36-79e2-4267-8a8c-3841dd160358",
"type": "desktop",
"top": 20,
"left": 2.325579911159074,
"width": 13.953488372093023,
"height": 40,
"componentId": "032ac494-d902-42a3-b593-25edeb7746aa"
},
{
"id": "9e2267a1-58fc-451e-b151-04de06391cf6",
"type": "mobile",
"top": 30,
"left": 51.16279069767442,
"width": 13.953488372093023,
"height": 40,
"componentId": "032ac494-d902-42a3-b593-25edeb7746aa"
}
]
},
{
"id": "a9b8a81f-f93e-4029-b4df-0e21d18d2a25",
"name": "application_type_dropdown",
"type": "DropDown",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": "dddea41c-8f7c-40c9-9564-7862cd3fea3e",
"properties": {
"label": {
"value": ""
},
"value": {
"value": "All"
},
"display_values": {
"value": "{{[\"All\", \"Personal\", \"Mortgage\", \"Business\"]}}"
},
"placeholder": {
"value": "Select application type"
},
"values": {
"value": "{{[\"All\", \"Personal\", \"Mortgage\", \"Business\"]}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "1735e3f1-3a60-4dae-9a45-f0dc6768889d",
"type": "mobile",
"top": 60,
"left": 46.51162790697675,
"width": 18.6046511627907,
"height": 30,
"componentId": "a9b8a81f-f93e-4029-b4df-0e21d18d2a25"
},
{
"id": "86c04f28-1daa-490d-9180-5d26f7b90a38",
"type": "desktop",
"top": 110,
"left": 37.209299529523264,
"width": 10.999999999999998,
"height": 40,
"componentId": "a9b8a81f-f93e-4029-b4df-0e21d18d2a25"
}
]
},
{
"id": "ca66b796-6463-471b-a9ac-24d51a7aac42",
"name": "table1",
"type": "Table",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": "dddea41c-8f7c-40c9-9564-7862cd3fea3e",
"properties": {
"columns": {
"value": [
{
"name": "id",
"id": "e3ecbf7fa52c4d7210a93edb8f43776267a489bad52bd108be9588f790126737",
"autogenerated": true,
"fxActiveFields": [],
"key": "id",
"columnType": "number"
},
{
"name": "applicant name",
"id": "623db431-7868-487c-9ef3-ad43a70699e5",
"fxActiveFields": [],
"columnType": "string",
"key": "applicant_name",
"textWrap": "wrap"
},
{
"name": "application type",
"id": "58c0154b-a406-45b5-9dc2-2a89a894e420",
"fxActiveFields": [],
"columnType": "string",
"key": "application_type",
"textWrap": "wrap"
},
{
"name": "loan amount",
"id": "3ad33160-8a2c-432d-9bea-6b2ef3e07cf8",
"fxActiveFields": [],
"columnType": "number",
"key": "loan_amount"
},
{
"name": "status",
"id": "d497562b-fa73-4799-8a36-abaeb0193251",
"fxActiveFields": [],
"columnType": "string",
"values": "",
"labels": "",
"isEditable": "{{false}}",
"customRule": "",
"transformation": "{{cellValue}}",
"key": "status"
},
{
"name": "assigned to",
"id": "325e73d2-1e30-4af9-8adc-ec9af6caa4b5",
"fxActiveFields": [],
"key": "assigned_to",
"columnType": "string",
"textWrap": "wrap"
},
{
"name": "created at",
"id": "0eaeddad-d93b-4e0d-8828-a257b40b2e59",
"fxActiveFields": [],
"columnType": "number",
"key": "created_at"
},
{
"name": "updated at",
"id": "432ec4d1-e1f9-4d10-9fa4-611363765804",
"fxActiveFields": [],
"columnType": "string",
"textWrap": "wrap",
"key": "updated_at"
}
]
},
"columnSizes": {
"value": {
"afc9a5091750a1bd4760e38760de3b4be11a43452ae8ae07ce2eebc569fe9a7f": 171,
"623db431-7868-487c-9ef3-ad43a70699e5": 167,
"d497562b-fa73-4799-8a36-abaeb0193251": 179,
"325e73d2-1e30-4af9-8adc-ec9af6caa4b5": 213,
"0eaeddad-d93b-4e0d-8828-a257b40b2e59": 218,
"432ec4d1-e1f9-4d10-9fa4-611363765804": 144,
"e3ecbf7fa52c4d7210a93edb8f43776267a489bad52bd108be9588f790126737": 46
}
},
"allowSelection": {
"value": "{{false}}"
},
"data": {
"value": "{{queries.getAllApplications.data}}"
},
"columnDeletionHistory": {
"value": [
"name",
"email",
"Assigned_to",
"created_at",
"updated_at",
"Actions",
"new_column1",
"STATUS",
"ASSIGNED_TO",
"actions",
"Updated_At",
"Created_At",
"Assigned_to",
"ACTIONS",
"new_column1",
"new_column2",
"Assigned_To",
"Credit_Score",
"Annual_Turnover",
"Colletarel",
"Notes",
"Applicant_Type",
"applicant_name",
"application_type",
"assigned_to",
"status",
"loan_amount",
"credit_score",
"annual_turnover",
"collateral",
"notes"
]
},
"serverSideFilter": {
"value": false
},
"actions": {
"value": [
{
"name": "Action0",
"buttonText": "Edit",
"events": [],
"position": "right"
}
]
},
"selectRowOnCellEdit": {
"value": "{{false}}"
},
"loadingState": {
"fxActive": true,
"value": "{{queries.getAllApplications.isLoading}}"
}
},
"general": {},
"styles": {
"cellSize": {
"value": "condensed"
},
"tableType": {
"value": "table-classic"
},
"actionButtonRadius": {
"value": "5"
},
"borderRadius": {
"value": "10"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:17:42.151Z",
"layouts": [
{
"id": "afe535f8-f717-4332-aca4-e77fda2df142",
"type": "mobile",
"top": 60,
"left": 41.860465116279066,
"width": 67.11627906976744,
"height": 456,
"componentId": "ca66b796-6463-471b-a9ac-24d51a7aac42"
},
{
"id": "df2e5ff9-69c3-4f18-bdee-119b6092b5ae",
"type": "desktop",
"top": 160,
"left": 2.3255811789541276,
"width": 41,
"height": 510,
"componentId": "ca66b796-6463-471b-a9ac-24d51a7aac42"
}
]
},
{
"id": "be58d790-177c-45a0-af7a-cbaf415423d2",
"name": "status_dropdown",
"type": "DropDown",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": "dddea41c-8f7c-40c9-9564-7862cd3fea3e",
"properties": {
"value": {
"value": "All"
},
"label": {
"value": ""
},
"values": {
"value": "{{['All', 'Under Review', 'Additional Information Required', 'Approved', 'Rejected']}}"
},
"display_values": {
"value": "{{['All', 'Under Review', 'Additional Information Required', 'Approved', 'Rejected']}}"
},
"placeholder": {
"value": "Select status"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "e56a61c1-4c3e-4826-a009-4b493351bbb6",
"type": "mobile",
"top": 10,
"left": 46.51162790697674,
"width": 18.6046511627907,
"height": 30,
"componentId": "be58d790-177c-45a0-af7a-cbaf415423d2"
},
{
"id": "c248f8eb-c751-4f43-9a3d-926383fc26a8",
"type": "desktop",
"top": 110,
"left": 2.3255753057237674,
"width": 12.999999999999998,
"height": 40,
"componentId": "be58d790-177c-45a0-af7a-cbaf415423d2"
}
]
},
{
"id": "62d8ec4c-d032-408f-acc1-a1481e7317b5",
"name": "container4",
"type": "Container",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": null,
"properties": {},
"general": {},
"styles": {
"backgroundColor": {
"value": "#3e63ddff"
},
"borderRadius": {
"value": "10"
},
"borderColor": {
"value": "#ffffff00",
"fxActive": false
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "a40f1465-bc0f-4bf1-afeb-f963221baa83",
"type": "desktop",
"top": 20,
"left": 2.3255806414979454,
"width": 41,
"height": 70,
"componentId": "62d8ec4c-d032-408f-acc1-a1481e7317b5"
}
]
},
{
"id": "58337cbc-5639-481d-aae8-4c11c5684aee",
"name": "text4",
"type": "Text",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": "62d8ec4c-d032-408f-acc1-a1481e7317b5",
"properties": {
"text": {
"value": "B R A N D"
}
},
"general": {},
"styles": {
"textColor": {
"value": "#ffffffff"
},
"textSize": {
"value": "{{24}}"
},
"fontWeight": {
"value": "bold"
},
"letterSpacing": {
"value": "{{0}}"
},
"boxShadow": {
"value": "0px 0px 0px 0px #00000040"
},
"isScrollRequired": {
"value": "disabled"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "d735eccb-ca3e-46c5-a688-2f21fc4cb139",
"type": "desktop",
"top": 10,
"left": 2.3255811827776833,
"width": 6,
"height": 40,
"componentId": "58337cbc-5639-481d-aae8-4c11c5684aee"
}
]
},
{
"id": "f206d613-be29-4076-b850-d381549fea36",
"name": "text5",
"type": "Text",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": "62d8ec4c-d032-408f-acc1-a1481e7317b5",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Finance underwriting - Admin</div>"
}
},
"general": {},
"styles": {
"textColor": {
"value": "#ffffffff",
"fxActive": false
},
"textSize": {
"value": "{{20}}"
},
"textAlign": {
"value": "right"
},
"boxShadow": {
"value": "0px 0px 0px 0px #00000040"
},
"isScrollRequired": {
"value": "disabled"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "301f12b4-0b73-4965-a73d-69a944a3b995",
"type": "desktop",
"top": 10,
"left": 53.48837209302326,
"width": 19,
"height": 40,
"componentId": "f206d613-be29-4076-b850-d381549fea36"
}
]
},
{
"id": "3f0b54ee-90dd-464b-b7de-1f474d09ca34",
"name": "button1",
"type": "Button",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": "dddea41c-8f7c-40c9-9564-7862cd3fea3e",
"properties": {
"text": {
"value": "View applications assigned to me"
}
},
"general": {},
"styles": {
"backgroundColor": {
"value": "#ffffff00"
},
"borderRadius": {
"value": "{{5}}"
},
"borderColor": {
"value": "#3e63ddff"
},
"loaderColor": {
"value": "#3e63ddff"
},
"textColor": {
"value": "#3e63ddff"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T07:04:02.740Z",
"layouts": [
{
"id": "d8e8ffbe-1ab1-424f-a60b-b1384e5f59b8",
"type": "desktop",
"top": 20,
"left": 76.74418604651163,
"width": 8.999999999999998,
"height": 40,
"componentId": "3f0b54ee-90dd-464b-b7de-1f474d09ca34"
},
{
"id": "c616458e-39c7-47cf-a8cc-804c08966950",
"type": "mobile",
"top": 10,
"left": 16.27906976744186,
"width": 6.976744186046512,
"height": 30,
"componentId": "3f0b54ee-90dd-464b-b7de-1f474d09ca34"
}
]
},
{
"id": "2515dcdf-5458-49af-9d10-ec61ffff38ef",
"name": "text6",
"type": "Text",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": "dddea41c-8f7c-40c9-9564-7862cd3fea3e",
"properties": {
"text": {
"value": "Status"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "bold"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "e991726c-80f9-4b41-8bc7-3ae37f2b21ef",
"type": "desktop",
"top": 80,
"left": 2.3255813953488373,
"width": 8.999999999999998,
"height": 30,
"componentId": "2515dcdf-5458-49af-9d10-ec61ffff38ef"
},
{
"id": "eb60a6da-727b-4f79-9233-26771d08f22c",
"type": "mobile",
"top": 70,
"left": 4.651162790697674,
"width": 13.953488372093023,
"height": 40,
"componentId": "2515dcdf-5458-49af-9d10-ec61ffff38ef"
}
]
},
{
"id": "8d93f55a-8a53-4eef-a43e-1f1bb7c816f8",
"name": "text7",
"type": "Text",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": "dddea41c-8f7c-40c9-9564-7862cd3fea3e",
"properties": {
"text": {
"value": "Application type"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "bold"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "41af1a01-08d2-4040-8028-ec6f3ace91c9",
"type": "mobile",
"top": 70,
"left": 4.651162790697674,
"width": 13.953488372093023,
"height": 40,
"componentId": "8d93f55a-8a53-4eef-a43e-1f1bb7c816f8"
},
{
"id": "090003ab-133f-454a-a7b5-2d3b9893025d",
"type": "desktop",
"top": 80,
"left": 37.20930179988121,
"width": 8.999999999999998,
"height": 30,
"componentId": "8d93f55a-8a53-4eef-a43e-1f1bb7c816f8"
}
]
},
{
"id": "4dda686b-0774-44c5-8118-97e7de4b171e",
"name": "text8",
"type": "Text",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": "dddea41c-8f7c-40c9-9564-7862cd3fea3e",
"properties": {
"text": {
"value": "Assigned to"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "bold"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "2fc8d64a-000f-4385-883b-278e43ae2cec",
"type": "mobile",
"top": 70,
"left": 4.651162790697674,
"width": 13.953488372093023,
"height": 40,
"componentId": "4dda686b-0774-44c5-8118-97e7de4b171e"
},
{
"id": "68866369-1e92-42e4-80cb-a4bd11a057e9",
"type": "desktop",
"top": 80,
"left": 67.44185198720828,
"width": 8.999999999999998,
"height": 30,
"componentId": "4dda686b-0774-44c5-8118-97e7de4b171e"
}
]
},
{
"id": "f79afcd9-a3d7-4889-9ee8-ff8d68802fb2",
"name": "textinput1",
"type": "TextInput",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": "2cf74aa5-4c80-41aa-a59c-9371eb14a1c6",
"properties": {
"label": {
"value": ""
},
"placeholder": {
"value": "Enter applicant name"
},
"value": {
"value": "{{components.table1.selectedRow.applicant_name}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "87bfa29d-350b-4d4a-b75b-17da1322b547",
"type": "mobile",
"top": 100,
"left": 20.930232558139533,
"width": 23.25581395348837,
"height": 40,
"componentId": "f79afcd9-a3d7-4889-9ee8-ff8d68802fb2"
},
{
"id": "d62fae14-ba9c-4dd1-8b03-d42bb17a2431",
"type": "desktop",
"top": 19.999954223632812,
"left": 25.581384719726838,
"width": 30.000000000000004,
"height": 40,
"componentId": "f79afcd9-a3d7-4889-9ee8-ff8d68802fb2"
}
]
},
{
"id": "0b67e448-5b23-44a8-a380-6c8e243cc5f1",
"name": "dropdown4",
"type": "DropDown",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": "2cf74aa5-4c80-41aa-a59c-9371eb14a1c6",
"properties": {
"label": {
"value": ""
},
"values": {
"value": "{{['Under Review', 'Additional Information Required', 'Approved', 'Rejected']}}"
},
"display_values": {
"value": "{{['Under Review', 'Additional Information Required', 'Approved', 'Rejected']}}"
},
"placeholder": {
"value": "Select status"
},
"value": {
"value": "{{components.table1.selectedRow.status}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "86e2fb39-15f0-496f-8e8c-1e6817ba43a3",
"type": "mobile",
"top": 180,
"left": 53.48837209302326,
"width": 18.6046511627907,
"height": 30,
"componentId": "0b67e448-5b23-44a8-a380-6c8e243cc5f1"
},
{
"id": "fc483d3b-7ec8-4cca-a708-b90678e51827",
"type": "desktop",
"top": 379.9999694824219,
"left": 25.581397029842766,
"width": 30.000000000000004,
"height": 40,
"componentId": "0b67e448-5b23-44a8-a380-6c8e243cc5f1"
}
]
},
{
"id": "646cee9c-5ac0-4891-b0f5-0545e8e13d90",
"name": "textinput3",
"type": "TextInput",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": "2cf74aa5-4c80-41aa-a59c-9371eb14a1c6",
"properties": {
"label": {
"value": ""
},
"placeholder": {
"value": "Enter collateral"
},
"value": {
"value": "{{components.table1.selectedRow.collateral}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "f21f1f1d-2124-4c42-802a-25a30ab15a6f",
"type": "mobile",
"top": 260,
"left": 4.651162790697674,
"width": 23.25581395348837,
"height": 40,
"componentId": "646cee9c-5ac0-4891-b0f5-0545e8e13d90"
},
{
"id": "fbf87608-62f1-4ab2-a1a4-b84e1b067ba6",
"type": "desktop",
"top": 320.0001220703125,
"left": 25.58139506676005,
"width": 30.000000000000004,
"height": 40,
"componentId": "646cee9c-5ac0-4891-b0f5-0545e8e13d90"
}
]
},
{
"id": "c5c819a2-b4af-40b2-87ee-dc7ce6ad0b38",
"name": "numberinput3",
"type": "NumberInput",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": "2cf74aa5-4c80-41aa-a59c-9371eb14a1c6",
"properties": {
"label": {
"value": ""
},
"value": {
"value": "{{components.table1.selectedRow.annual_turnover}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
},
"icon": {
"value": "IconCurrencyDollar"
},
"iconVisibility": {
"value": true
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {
"minValue": {
"value": "1"
}
},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "21f9b2b9-0fee-4414-b584-9595d34d0a9a",
"type": "mobile",
"top": 170,
"left": 0,
"width": 23.25581395348837,
"height": 40,
"componentId": "c5c819a2-b4af-40b2-87ee-dc7ce6ad0b38"
},
{
"id": "666924ce-ec19-4d47-b457-48c7085a608b",
"type": "desktop",
"top": 260,
"left": 25.5813930164125,
"width": 30.000000000000004,
"height": 40,
"componentId": "c5c819a2-b4af-40b2-87ee-dc7ce6ad0b38"
}
]
},
{
"id": "69bec4a4-5d89-4487-898d-f82eda344c92",
"name": "numberinput2",
"type": "NumberInput",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": "2cf74aa5-4c80-41aa-a59c-9371eb14a1c6",
"properties": {
"label": {
"value": ""
},
"value": {
"value": "{{components.table1.selectedRow.credit_score}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "18d8c64e-6772-449e-9842-af41dbdfec7a",
"type": "mobile",
"top": 140,
"left": 0,
"width": 23.25581395348837,
"height": 40,
"componentId": "69bec4a4-5d89-4487-898d-f82eda344c92"
},
{
"id": "2af93c9b-dbde-4e4c-aba4-0dfe4748f7b5",
"type": "desktop",
"top": 199.99996948242188,
"left": 25.581391913741662,
"width": 30.000000000000004,
"height": 40,
"componentId": "69bec4a4-5d89-4487-898d-f82eda344c92"
}
]
},
{
"id": "721bd6a6-2c67-4b71-bd56-8a0d13051262",
"name": "numberinput1",
"type": "NumberInput",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": "2cf74aa5-4c80-41aa-a59c-9371eb14a1c6",
"properties": {
"label": {
"value": ""
},
"decimalPlaces": {
"value": "{{0}}"
},
"value": {
"value": "{{components.table1.selectedRow.loan_amount}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
},
"icon": {
"value": "IconCurrencyDollar"
},
"iconVisibility": {
"value": true
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {
"minValue": {
"value": "1"
}
},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "57e8618e-452f-4784-a3c0-e4a350a4208a",
"type": "desktop",
"top": 139.99996948242188,
"left": 25.58139273307724,
"width": 30.000000000000004,
"height": 40,
"componentId": "721bd6a6-2c67-4b71-bd56-8a0d13051262"
},
{
"id": "70a2458b-3e71-41cc-b5f8-54aedff9f959",
"type": "mobile",
"top": 170,
"left": 0,
"width": 23.25581395348837,
"height": 40,
"componentId": "721bd6a6-2c67-4b71-bd56-8a0d13051262"
}
]
},
{
"id": "6915dbea-4a72-404a-b507-f9e6de9dc258",
"name": "button2",
"type": "Button",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": "2cf74aa5-4c80-41aa-a59c-9371eb14a1c6",
"properties": {
"text": {
"value": "Save changes"
},
"loadingState": {
"fxActive": true,
"value": "{{queries.updateApplication.isLoading}}"
}
},
"general": {},
"styles": {
"borderColor": {
"value": "#ffffff00"
},
"backgroundColor": {
"value": "#3e63ddff"
},
"borderRadius": {
"value": "{{5}}"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "546551d1-ec9b-4654-b9af-89ba7a91fed7",
"type": "desktop",
"top": 629.9999389648438,
"left": 76.74419101769348,
"width": 8,
"height": 40,
"componentId": "6915dbea-4a72-404a-b507-f9e6de9dc258"
}
]
},
{
"id": "87ddfa41-6281-4f4b-b31a-6b074a65acac",
"name": "text9",
"type": "Text",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": "2cf74aa5-4c80-41aa-a59c-9371eb14a1c6",
"properties": {
"text": {
"value": "Applicant name"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "bold"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "e4d0016d-9513-467d-889a-1da49db2bb71",
"type": "mobile",
"top": 30,
"left": 6.976744186046512,
"width": 13.953488372093023,
"height": 40,
"componentId": "87ddfa41-6281-4f4b-b31a-6b074a65acac"
},
{
"id": "e3e6cbd3-0960-4f46-9ecb-7de392c190fd",
"type": "desktop",
"top": 19.999969482421875,
"left": 4.651151592908498,
"width": 9,
"height": 40,
"componentId": "87ddfa41-6281-4f4b-b31a-6b074a65acac"
}
]
},
{
"id": "5c4be6eb-1fd1-4579-92b5-2905aa33dad4",
"name": "text10",
"type": "Text",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": "2cf74aa5-4c80-41aa-a59c-9371eb14a1c6",
"properties": {
"text": {
"value": "Application type"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "bold"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "d2e07851-a8af-4c92-8067-c6645043b854",
"type": "mobile",
"top": 30,
"left": 6.976744186046512,
"width": 13.953488372093023,
"height": 40,
"componentId": "5c4be6eb-1fd1-4579-92b5-2905aa33dad4"
},
{
"id": "72dd8ff9-79fc-4b68-b61e-2864a8f7f56f",
"type": "desktop",
"top": 79.99996948242188,
"left": 4.651153565667093,
"width": 9,
"height": 40,
"componentId": "5c4be6eb-1fd1-4579-92b5-2905aa33dad4"
}
]
},
{
"id": "d354fe17-2db6-4816-b9d6-1bf6f7c96eb5",
"name": "text11",
"type": "Text",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": "2cf74aa5-4c80-41aa-a59c-9371eb14a1c6",
"properties": {
"text": {
"value": "Loan amount"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "bold"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "d0b874a9-9dda-476e-8ad3-e31f80a65bdf",
"type": "mobile",
"top": 30,
"left": 6.976744186046512,
"width": 13.953488372093023,
"height": 40,
"componentId": "d354fe17-2db6-4816-b9d6-1bf6f7c96eb5"
},
{
"id": "9cd71d67-9a79-4921-bd37-a46bae2d9771",
"type": "desktop",
"top": 139.99996948242188,
"left": 4.651159497087194,
"width": 9,
"height": 40,
"componentId": "d354fe17-2db6-4816-b9d6-1bf6f7c96eb5"
}
]
},
{
"id": "a24c20ab-94b5-451b-9413-b4416176d347",
"name": "text12",
"type": "Text",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": "2cf74aa5-4c80-41aa-a59c-9371eb14a1c6",
"properties": {
"text": {
"value": "Credit score"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "bold"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "0cee504e-b283-4dfe-a910-b40301ea2dca",
"type": "mobile",
"top": 30,
"left": 6.976744186046512,
"width": 13.953488372093023,
"height": 40,
"componentId": "a24c20ab-94b5-451b-9413-b4416176d347"
},
{
"id": "81d02345-19bf-4eb2-84c5-5ddf1d6149a4",
"type": "desktop",
"top": 199.99996948242188,
"left": 4.6511593992342934,
"width": 9,
"height": 40,
"componentId": "a24c20ab-94b5-451b-9413-b4416176d347"
}
]
},
{
"id": "a995369b-4844-4ee7-98f4-a25e5d45bf5a",
"name": "text13",
"type": "Text",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": "2cf74aa5-4c80-41aa-a59c-9371eb14a1c6",
"properties": {
"text": {
"value": "Annual turnover"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "bold"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "c5fc50bb-ff6a-4831-9435-04cb5808f579",
"type": "desktop",
"top": 259.9999694824219,
"left": 4.651160319161239,
"width": 9,
"height": 40,
"componentId": "a995369b-4844-4ee7-98f4-a25e5d45bf5a"
},
{
"id": "731bdb16-a11e-4708-b453-b2db46eef22a",
"type": "mobile",
"top": 30,
"left": 6.976744186046512,
"width": 13.953488372093023,
"height": 40,
"componentId": "a995369b-4844-4ee7-98f4-a25e5d45bf5a"
}
]
},
{
"id": "7238f07e-8ace-4f4c-810e-afd592b92afa",
"name": "text14",
"type": "Text",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": "2cf74aa5-4c80-41aa-a59c-9371eb14a1c6",
"properties": {
"text": {
"value": "Collateral"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "bold"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "49f344df-75b4-48ad-baa8-ee963509321b",
"type": "desktop",
"top": 319.9999694824219,
"left": 4.651160532028042,
"width": 9,
"height": 40,
"componentId": "7238f07e-8ace-4f4c-810e-afd592b92afa"
},
{
"id": "71284265-1e59-490d-9fb8-f86d45088074",
"type": "mobile",
"top": 30,
"left": 6.976744186046512,
"width": 13.953488372093023,
"height": 40,
"componentId": "7238f07e-8ace-4f4c-810e-afd592b92afa"
}
]
},
{
"id": "d7db60e9-c82f-419e-9618-d1c937fd12a2",
"name": "text15",
"type": "Text",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": "2cf74aa5-4c80-41aa-a59c-9371eb14a1c6",
"properties": {
"text": {
"value": "Status"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "bold"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "05c16278-0def-4de9-9094-3c028adb5bd9",
"type": "desktop",
"top": 379.9999694824219,
"left": 4.6511636363022255,
"width": 9,
"height": 40,
"componentId": "d7db60e9-c82f-419e-9618-d1c937fd12a2"
},
{
"id": "c3d27165-0fc7-4a09-b6c8-5a4fc031b1a1",
"type": "mobile",
"top": 30,
"left": 6.976744186046512,
"width": 13.953488372093023,
"height": 40,
"componentId": "d7db60e9-c82f-419e-9618-d1c937fd12a2"
}
]
},
{
"id": "4264fe65-8b84-4ca7-a4bf-211cbe3e9efd",
"name": "text16",
"type": "Text",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": "2cf74aa5-4c80-41aa-a59c-9371eb14a1c6",
"properties": {
"text": {
"value": "Notes"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "bold"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "5a353ae0-d140-4e86-817a-29461efb6e8f",
"type": "mobile",
"top": 30,
"left": 6.976744186046512,
"width": 13.953488372093023,
"height": 40,
"componentId": "4264fe65-8b84-4ca7-a4bf-211cbe3e9efd"
},
{
"id": "a7b2c165-7a27-46f5-a0c8-401e5f39dd79",
"type": "desktop",
"top": 500,
"left": 4.651179765657593,
"width": 9,
"height": 40,
"componentId": "4264fe65-8b84-4ca7-a4bf-211cbe3e9efd"
}
]
},
{
"id": "e0ab704d-382f-4e9e-9d9e-91854f1a8e6c",
"name": "textarea1",
"type": "TextArea",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": "2cf74aa5-4c80-41aa-a59c-9371eb14a1c6",
"properties": {
"value": {
"value": "{{components.table1.selectedRow.notes}}"
},
"placeholder": {
"value": "Enter notes"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "{{5}}"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "714d7935-c434-4b55-9a2b-d36c49ac647b",
"type": "mobile",
"top": 500,
"left": 30.23255813953488,
"width": 13.953488372093023,
"height": 100,
"componentId": "e0ab704d-382f-4e9e-9d9e-91854f1a8e6c"
},
{
"id": "9979fa0b-7c4a-4619-ba3a-7e4b2e7d3a5f",
"type": "desktop",
"top": 500,
"left": 25.58140588339486,
"width": 30.000000000000004,
"height": 100,
"componentId": "e0ab704d-382f-4e9e-9d9e-91854f1a8e6c"
}
]
},
{
"id": "904895d9-6c36-42c5-b63c-9bbe739063d4",
"name": "button3",
"type": "Button",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": "2cf74aa5-4c80-41aa-a59c-9371eb14a1c6",
"properties": {
"text": {
"value": "Cancel"
}
},
"general": {},
"styles": {
"backgroundColor": {
"value": "#3e63dd26"
},
"borderColor": {
"value": "#ffffff00"
},
"textColor": {
"value": "#3e63ddff"
},
"loaderColor": {
"value": "#3e63ddff"
},
"borderRadius": {
"value": "{{5}}"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "fd56d62f-7b4e-4ec8-8539-913d43b3e1a6",
"type": "desktop",
"top": 629.9999389648438,
"left": 62.7906970235322,
"width": 5,
"height": 40,
"componentId": "904895d9-6c36-42c5-b63c-9bbe739063d4"
}
]
},
{
"id": "2b45dcd4-ec50-40ed-81c7-28855e8da9ba",
"name": "textinput4",
"type": "TextInput",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": "2cf74aa5-4c80-41aa-a59c-9371eb14a1c6",
"properties": {
"value": {
"value": "{{components.table1.selectedRow.assigned_to}}"
},
"label": {
"value": ""
},
"placeholder": {
"value": "Enter collateral"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "77699823-5790-4cd4-838e-a5df283e417d",
"type": "mobile",
"top": 260,
"left": 4.651162790697674,
"width": 23.25581395348837,
"height": 40,
"componentId": "2b45dcd4-ec50-40ed-81c7-28855e8da9ba"
},
{
"id": "f48ec6e2-89d0-4319-846e-ace9ed1be3dd",
"type": "desktop",
"top": 440.0001525878906,
"left": 25.58139284893175,
"width": 30.000000000000004,
"height": 40,
"componentId": "2b45dcd4-ec50-40ed-81c7-28855e8da9ba"
}
]
},
{
"id": "ebe9b8c2-3d05-4998-ba60-9a17431dea9f",
"name": "text17",
"type": "Text",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": "2cf74aa5-4c80-41aa-a59c-9371eb14a1c6",
"properties": {
"text": {
"value": "Assigned to"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "bold"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "54c85fa2-fb11-4123-8869-3fdb4549c59c",
"type": "mobile",
"top": 30,
"left": 6.976744186046512,
"width": 13.953488372093023,
"height": 40,
"componentId": "ebe9b8c2-3d05-4998-ba60-9a17431dea9f"
},
{
"id": "c8a19f88-b46c-463e-bb7e-d09ee3d5a194",
"type": "desktop",
"top": 439.9999694824219,
"left": 4.65116378344668,
"width": 9,
"height": 40,
"componentId": "ebe9b8c2-3d05-4998-ba60-9a17431dea9f"
}
]
},
{
"id": "ca54cb3f-ecbd-404b-a082-358abe847ef4",
"name": "text1",
"type": "Text",
"pageId": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"parent": "86d6973d-fcda-4713-ba77-5ad98fee5139",
"properties": {
"text": {
"value": "Applications assigned to me"
},
"textFormat": {
"value": "html"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "bold"
},
"textColor": {
"value": "#000000"
},
"textSize": {
"value": "18"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T07:00:54.817Z",
"layouts": [
{
"id": "56af497d-d7d5-4676-9770-9deeaedfd9cd",
"type": "desktop",
"top": 20,
"left": 2.325579911159074,
"width": 13.953488372093023,
"height": 40,
"componentId": "ca54cb3f-ecbd-404b-a082-358abe847ef4"
},
{
"id": "c24296cf-0db9-4363-8b62-0da686c8975d",
"type": "mobile",
"top": 30,
"left": 51.16279069767442,
"width": 13.953488372093023,
"height": 40,
"componentId": "ca54cb3f-ecbd-404b-a082-358abe847ef4"
}
]
},
{
"id": "bcc3c226-246d-4a5b-a6fe-087c64072514",
"name": "dropdown5",
"type": "DropDown",
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"parent": "2cf74aa5-4c80-41aa-a59c-9371eb14a1c6",
"properties": {
"label": {
"value": ""
},
"value": {
"value": "{{components.table1.selectedRow.application_type}}"
},
"values": {
"value": "{{[\"Personal\", \"Mortgage\", \"Business\"]}}"
},
"display_values": {
"value": "{{[\"Personal\", \"Mortgage\", \"Business\"]}}"
},
"placeholder": {
"value": "Select application type"
},
"loadingState": {
"fxActive": false
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "13dac486-0af1-4f5f-b8e2-65e6954d845e",
"type": "desktop",
"top": 80,
"left": 25.581394640863962,
"width": 30.000000000000004,
"height": 40,
"componentId": "bcc3c226-246d-4a5b-a6fe-087c64072514"
},
{
"id": "f45b85cf-7f81-4970-9e69-a48099ea02f1",
"type": "mobile",
"top": 60,
"left": 46.51162790697675,
"width": 18.6046511627907,
"height": 30,
"componentId": "bcc3c226-246d-4a5b-a6fe-087c64072514"
}
]
},
{
"id": "86d6973d-fcda-4713-ba77-5ad98fee5139",
"name": "container1",
"type": "Container",
"pageId": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"parent": null,
"properties": {},
"general": {},
"styles": {
"backgroundColor": {
"value": "#fff"
},
"borderRadius": {
"value": "10"
},
"borderColor": {
"value": "#ffffff00"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "f63bfe30-3f4e-428c-9bed-04dbb6866516",
"type": "desktop",
"top": 100,
"left": 2.325581219706735,
"width": 41,
"height": 610,
"componentId": "86d6973d-fcda-4713-ba77-5ad98fee5139"
},
{
"id": "4ac4ba36-3e01-492f-a914-fed4d6d5c57f",
"type": "mobile",
"top": 70,
"left": 44.18604651162791,
"width": 5,
"height": 200,
"componentId": "86d6973d-fcda-4713-ba77-5ad98fee5139"
}
]
},
{
"id": "55f68ae1-9ec1-4caf-98f3-ae1e84e2453f",
"name": "table1",
"type": "Table",
"pageId": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"parent": "86d6973d-fcda-4713-ba77-5ad98fee5139",
"properties": {
"columns": {
"value": [
{
"name": "id",
"id": "e3ecbf7fa52c4d7210a93edb8f43776267a489bad52bd108be9588f790126737",
"autogenerated": true,
"fxActiveFields": [],
"key": "id",
"columnType": "number"
},
{
"name": "applicant name",
"id": "623db431-7868-487c-9ef3-ad43a70699e5",
"fxActiveFields": [],
"columnType": "string",
"key": "applicant_name",
"textWrap": "wrap"
},
{
"name": "application type",
"id": "58c0154b-a406-45b5-9dc2-2a89a894e420",
"fxActiveFields": [],
"columnType": "string",
"key": "application_type",
"textWrap": "wrap"
},
{
"name": "loan amount",
"id": "3ad33160-8a2c-432d-9bea-6b2ef3e07cf8",
"fxActiveFields": [],
"columnType": "number",
"key": "loan_amount"
},
{
"name": "status",
"id": "d497562b-fa73-4799-8a36-abaeb0193251",
"fxActiveFields": [],
"columnType": "string",
"values": "",
"labels": "",
"isEditable": "{{false}}",
"customRule": "",
"transformation": "{{cellValue}}",
"key": "status"
},
{
"name": "assigned to",
"id": "325e73d2-1e30-4af9-8adc-ec9af6caa4b5",
"fxActiveFields": [],
"key": "assigned_to",
"columnType": "string",
"textWrap": "wrap"
},
{
"name": "created at",
"id": "0eaeddad-d93b-4e0d-8828-a257b40b2e59",
"fxActiveFields": [],
"columnType": "number",
"key": "created_at"
},
{
"name": "updated at",
"id": "432ec4d1-e1f9-4d10-9fa4-611363765804",
"fxActiveFields": [],
"columnType": "string",
"textWrap": "wrap",
"key": "updated_at"
}
]
},
"columnSizes": {
"value": {
"afc9a5091750a1bd4760e38760de3b4be11a43452ae8ae07ce2eebc569fe9a7f": 171,
"623db431-7868-487c-9ef3-ad43a70699e5": 167,
"d497562b-fa73-4799-8a36-abaeb0193251": 179,
"325e73d2-1e30-4af9-8adc-ec9af6caa4b5": 213,
"0eaeddad-d93b-4e0d-8828-a257b40b2e59": 218,
"432ec4d1-e1f9-4d10-9fa4-611363765804": 144,
"e3ecbf7fa52c4d7210a93edb8f43776267a489bad52bd108be9588f790126737": 46
}
},
"allowSelection": {
"value": "{{false}}"
},
"data": {
"value": "{{queries.getAssignedApplications.data}}"
},
"columnDeletionHistory": {
"value": [
"name",
"email",
"Assigned_to",
"created_at",
"updated_at",
"Actions",
"new_column1",
"STATUS",
"ASSIGNED_TO",
"actions",
"Updated_At",
"Created_At",
"Assigned_to",
"ACTIONS",
"new_column1",
"new_column2",
"Assigned_To",
"Credit_Score",
"Annual_Turnover",
"Colletarel",
"Notes",
"Applicant_Type",
"applicant_name",
"application_type",
"assigned_to",
"status",
"loan_amount",
"credit_score",
"annual_turnover",
"collateral",
"notes"
]
},
"serverSideFilter": {
"value": false
},
"actions": {
"value": [
{
"name": "Action0",
"buttonText": "Edit",
"events": [],
"position": "right"
}
]
},
"selectRowOnCellEdit": {
"value": "{{false}}"
},
"loadingState": {
"fxActive": true,
"value": "{{queries.getAssignedApplications.isLoading}}"
}
},
"general": {},
"styles": {
"cellSize": {
"value": "condensed"
},
"tableType": {
"value": "table-classic"
},
"actionButtonRadius": {
"value": "5"
},
"borderRadius": {
"value": "10"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "eb1c7fb5-f9d4-47b2-be27-a61f1d388c2b",
"type": "desktop",
"top": 164.00006103515625,
"left": 2.3258457075356604,
"width": 41,
"height": 410,
"componentId": "55f68ae1-9ec1-4caf-98f3-ae1e84e2453f"
},
{
"id": "8203d8df-cbaa-4fa5-bea4-ba7a638c19d9",
"type": "mobile",
"top": 60,
"left": 41.860465116279066,
"width": 67.11627906976744,
"height": 456,
"componentId": "55f68ae1-9ec1-4caf-98f3-ae1e84e2453f"
}
]
},
{
"id": "3e634998-68b4-45a2-ab74-3b83726cd227",
"name": "modal1",
"type": "Modal",
"pageId": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"parent": null,
"properties": {
"useDefaultButton": {
"value": "{{false}}"
},
"title": {
"value": "Update loan application"
},
"modalHeight": {
"value": "650px"
}
},
"general": {},
"styles": {
"visibility": {
"value": "{{true}}"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "13401461-c3a5-42eb-b61a-df27ec55709a",
"type": "mobile",
"top": 120,
"left": 74.41860465116281,
"width": 10,
"height": 34,
"componentId": "3e634998-68b4-45a2-ab74-3b83726cd227"
},
{
"id": "253e1583-300e-44c4-a7f7-44578bca7620",
"type": "desktop",
"top": 740,
"left": 2.3255610204004977,
"width": 7,
"height": 40,
"componentId": "3e634998-68b4-45a2-ab74-3b83726cd227"
}
]
},
{
"id": "71b78497-f55b-476b-8b91-72dfde9588c8",
"name": "application_type_dropdown",
"type": "DropDown",
"pageId": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"parent": "86d6973d-fcda-4713-ba77-5ad98fee5139",
"properties": {
"label": {
"value": ""
},
"value": {
"value": "All"
},
"display_values": {
"value": "{{[\"All\", \"Personal\", \"Mortgage\", \"Business\"]}}"
},
"placeholder": {
"value": "Select application type"
},
"values": {
"value": "{{[\"All\", \"Personal\", \"Mortgage\", \"Business\"]}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "f4fa34fe-fabe-4e51-bc2d-b31f39a5865a",
"type": "mobile",
"top": 60,
"left": 46.51162790697675,
"width": 18.6046511627907,
"height": 30,
"componentId": "71b78497-f55b-476b-8b91-72dfde9588c8"
},
{
"id": "f2282520-b698-4a43-b368-eea70edf92d5",
"type": "desktop",
"top": 110,
"left": 37.20929666080464,
"width": 10.999999999999998,
"height": 40,
"componentId": "71b78497-f55b-476b-8b91-72dfde9588c8"
}
]
},
{
"id": "482af8c4-9d40-406d-bca4-b1dfb35d1c46",
"name": "status_dropdown",
"type": "DropDown",
"pageId": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"parent": "86d6973d-fcda-4713-ba77-5ad98fee5139",
"properties": {
"value": {
"value": "All"
},
"label": {
"value": ""
},
"values": {
"value": "{{['All', 'Under Review', 'Additional Information Required', 'Approved', 'Rejected']}}"
},
"display_values": {
"value": "{{['All', 'Under Review', 'Additional Information Required', 'Approved', 'Rejected']}}"
},
"placeholder": {
"value": "Select status"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "35c2d704-7716-4f63-a305-98713644f31a",
"type": "mobile",
"top": 10,
"left": 46.51162790697674,
"width": 18.6046511627907,
"height": 30,
"componentId": "482af8c4-9d40-406d-bca4-b1dfb35d1c46"
},
{
"id": "1f80c41d-9102-42c8-a75c-ec62f2464d94",
"type": "desktop",
"top": 110,
"left": 2.3255819131079227,
"width": 12.999999999999998,
"height": 40,
"componentId": "482af8c4-9d40-406d-bca4-b1dfb35d1c46"
}
]
},
{
"id": "d2ea0612-a33e-40ed-aac2-f782768b3449",
"name": "text6",
"type": "Text",
"pageId": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"parent": "86d6973d-fcda-4713-ba77-5ad98fee5139",
"properties": {
"text": {
"value": "Status"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "bold"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "25cd557e-98de-447c-ac57-e809c4e254a5",
"type": "mobile",
"top": 70,
"left": 4.651162790697674,
"width": 13.953488372093023,
"height": 40,
"componentId": "d2ea0612-a33e-40ed-aac2-f782768b3449"
},
{
"id": "9baaa833-d1d4-419e-a180-274acc19bcaa",
"type": "desktop",
"top": 80,
"left": 2.3255813953488373,
"width": 8.999999999999998,
"height": 30,
"componentId": "d2ea0612-a33e-40ed-aac2-f782768b3449"
}
]
},
{
"id": "f968e5b0-135e-44ac-b051-78f68b1ab73a",
"name": "text7",
"type": "Text",
"pageId": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"parent": "86d6973d-fcda-4713-ba77-5ad98fee5139",
"properties": {
"text": {
"value": "Application type"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "bold"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "c93bf20a-a33c-41f4-8081-3334666d11c8",
"type": "desktop",
"top": 80,
"left": 37.20930179988121,
"width": 8.999999999999998,
"height": 30,
"componentId": "f968e5b0-135e-44ac-b051-78f68b1ab73a"
},
{
"id": "852b4d63-cf0b-4228-bb0a-69e31cabdccd",
"type": "mobile",
"top": 70,
"left": 4.651162790697674,
"width": 13.953488372093023,
"height": 40,
"componentId": "f968e5b0-135e-44ac-b051-78f68b1ab73a"
}
]
},
{
"id": "006a48bd-7fdb-4e5b-a76e-faf14c1356ef",
"name": "textinput1",
"type": "TextInput",
"pageId": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"parent": "3e634998-68b4-45a2-ab74-3b83726cd227",
"properties": {
"label": {
"value": ""
},
"placeholder": {
"value": "Enter applicant name"
},
"value": {
"value": "{{components.table1.selectedRow.applicant_name}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "38035bae-f9a6-4d31-88f8-383b00dda4e9",
"type": "mobile",
"top": 100,
"left": 20.930232558139533,
"width": 23.25581395348837,
"height": 40,
"componentId": "006a48bd-7fdb-4e5b-a76e-faf14c1356ef"
},
{
"id": "e0a2eaa8-96c5-413e-adc8-cc5b4fda525c",
"type": "desktop",
"top": 19.999984741210938,
"left": 25.581394920730723,
"width": 30.000000000000004,
"height": 40,
"componentId": "006a48bd-7fdb-4e5b-a76e-faf14c1356ef"
}
]
},
{
"id": "9c287c32-0a2e-4e87-8d86-0389867d55be",
"name": "numberinput1",
"type": "NumberInput",
"pageId": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"parent": "3e634998-68b4-45a2-ab74-3b83726cd227",
"properties": {
"label": {
"value": ""
},
"decimalPlaces": {
"value": "{{0}}"
},
"value": {
"value": "{{components.table1.selectedRow.loan_amount}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
},
"icon": {
"value": "IconCurrencyDollar"
},
"iconVisibility": {
"value": true
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {
"minValue": {
"value": "1"
}
},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "d64d078a-8fef-491b-8cd9-44999c6345c3",
"type": "desktop",
"top": 140,
"left": 25.58139502990244,
"width": 30.000000000000004,
"height": 40,
"componentId": "9c287c32-0a2e-4e87-8d86-0389867d55be"
},
{
"id": "308dcd06-ae8d-497f-a519-92157c684541",
"type": "mobile",
"top": 170,
"left": 0,
"width": 23.25581395348837,
"height": 40,
"componentId": "9c287c32-0a2e-4e87-8d86-0389867d55be"
}
]
},
{
"id": "18bdc4d1-1293-4d71-a28d-52964841819a",
"name": "dropdown4",
"type": "DropDown",
"pageId": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"parent": "3e634998-68b4-45a2-ab74-3b83726cd227",
"properties": {
"label": {
"value": ""
},
"values": {
"value": "{{['Under Review', 'Additional Information Required', 'Approved', 'Rejected']}}"
},
"display_values": {
"value": "{{['Under Review', 'Additional Information Required', 'Approved', 'Rejected']}}"
},
"placeholder": {
"value": "Select status"
},
"value": {
"value": "{{components.table1.selectedRow.status}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "5a2ec3a8-e037-4d7a-bc6b-90275d8cd3eb",
"type": "desktop",
"top": 380,
"left": 25.581395187452934,
"width": 30.000000000000004,
"height": 40,
"componentId": "18bdc4d1-1293-4d71-a28d-52964841819a"
},
{
"id": "9a6ad501-a404-448e-9302-a95213dac30d",
"type": "mobile",
"top": 180,
"left": 53.48837209302326,
"width": 18.6046511627907,
"height": 30,
"componentId": "18bdc4d1-1293-4d71-a28d-52964841819a"
}
]
},
{
"id": "d9941d43-4b68-488b-be70-f31a48f7554d",
"name": "textinput3",
"type": "TextInput",
"pageId": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"parent": "3e634998-68b4-45a2-ab74-3b83726cd227",
"properties": {
"label": {
"value": ""
},
"placeholder": {
"value": "Enter collateral"
},
"value": {
"value": "{{components.table1.selectedRow.collateral}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "6ed71ff8-06c4-4ef8-a4a4-93cba0c3427b",
"type": "desktop",
"top": 320.0001525878906,
"left": 25.581395293886338,
"width": 30.000000000000004,
"height": 40,
"componentId": "d9941d43-4b68-488b-be70-f31a48f7554d"
},
{
"id": "5aad11ce-58c4-48c1-a579-298be06959c6",
"type": "mobile",
"top": 260,
"left": 4.651162790697674,
"width": 23.25581395348837,
"height": 40,
"componentId": "d9941d43-4b68-488b-be70-f31a48f7554d"
}
]
},
{
"id": "7ef6755a-b53b-4456-a2f3-b75901d2662c",
"name": "numberinput3",
"type": "NumberInput",
"pageId": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"parent": "3e634998-68b4-45a2-ab74-3b83726cd227",
"properties": {
"label": {
"value": ""
},
"value": {
"value": "{{components.table1.selectedRow.annual_turnover}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
},
"icon": {
"value": "IconCurrencyDollar"
},
"iconVisibility": {
"value": true
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {
"minValue": {
"value": "1"
}
},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "dae59cac-52b3-413e-852f-cfd64edc9f49",
"type": "desktop",
"top": 260.0000305175781,
"left": 25.5813950972676,
"width": 30.000000000000004,
"height": 40,
"componentId": "7ef6755a-b53b-4456-a2f3-b75901d2662c"
},
{
"id": "0beab5a1-b306-4e84-b62d-591eb2b6e46b",
"type": "mobile",
"top": 170,
"left": 0,
"width": 23.25581395348837,
"height": 40,
"componentId": "7ef6755a-b53b-4456-a2f3-b75901d2662c"
}
]
},
{
"id": "95af7410-c1f6-44e7-b8dd-7063d72e05c6",
"name": "numberinput2",
"type": "NumberInput",
"pageId": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"parent": "3e634998-68b4-45a2-ab74-3b83726cd227",
"properties": {
"label": {
"value": ""
},
"value": {
"value": "{{components.table1.selectedRow.credit_score}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "b78abd6a-553b-4f0d-8ca5-0c508cd1295d",
"type": "desktop",
"top": 200,
"left": 25.58139527763827,
"width": 30.000000000000004,
"height": 40,
"componentId": "95af7410-c1f6-44e7-b8dd-7063d72e05c6"
},
{
"id": "9982451f-785a-4329-b161-308742c930c4",
"type": "mobile",
"top": 140,
"left": 0,
"width": 23.25581395348837,
"height": 40,
"componentId": "95af7410-c1f6-44e7-b8dd-7063d72e05c6"
}
]
},
{
"id": "6f8ae1e4-8b5d-4140-857c-4c4a933041e7",
"name": "button2",
"type": "Button",
"pageId": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"parent": "3e634998-68b4-45a2-ab74-3b83726cd227",
"properties": {
"text": {
"value": "Save changes"
},
"loadingState": {
"fxActive": true,
"value": "{{queries.updateApplication.isLoading}}"
}
},
"general": {},
"styles": {
"borderColor": {
"value": "#ffffff00"
},
"backgroundColor": {
"value": "#3e63ddff"
},
"borderRadius": {
"value": "{{5}}"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "5fbd93f0-5937-408a-a6c3-48143a26bc86",
"type": "desktop",
"top": 569.9999389648438,
"left": 76.74417929309097,
"width": 8,
"height": 40,
"componentId": "6f8ae1e4-8b5d-4140-857c-4c4a933041e7"
}
]
},
{
"id": "d3adb337-3a98-492a-ab8c-d026619e6d80",
"name": "text9",
"type": "Text",
"pageId": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"parent": "3e634998-68b4-45a2-ab74-3b83726cd227",
"properties": {
"text": {
"value": "Applicant name"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "bold"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "317df14a-1a3a-4fad-bf03-7b72182edf1c",
"type": "mobile",
"top": 30,
"left": 6.976744186046512,
"width": 13.953488372093023,
"height": 40,
"componentId": "d3adb337-3a98-492a-ab8c-d026619e6d80"
},
{
"id": "0223a4e2-6062-4c6f-9c5c-e7dc9406184a",
"type": "desktop",
"top": 20,
"left": 4.651162561948235,
"width": 9,
"height": 40,
"componentId": "d3adb337-3a98-492a-ab8c-d026619e6d80"
}
]
},
{
"id": "fd76fd9b-14a6-4312-b649-05b89ec963d9",
"name": "text10",
"type": "Text",
"pageId": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"parent": "3e634998-68b4-45a2-ab74-3b83726cd227",
"properties": {
"text": {
"value": "Application type"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "bold"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "02c23d2a-0316-41b6-a292-5824c63adab1",
"type": "desktop",
"top": 80,
"left": 4.651162780291687,
"width": 9,
"height": 40,
"componentId": "fd76fd9b-14a6-4312-b649-05b89ec963d9"
},
{
"id": "a5edf273-b7ad-4239-b5e6-cb7c383c2f66",
"type": "mobile",
"top": 30,
"left": 6.976744186046512,
"width": 13.953488372093023,
"height": 40,
"componentId": "fd76fd9b-14a6-4312-b649-05b89ec963d9"
}
]
},
{
"id": "e10bdca6-c0a7-4d29-bc23-5dbad9a044ad",
"name": "text11",
"type": "Text",
"pageId": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"parent": "3e634998-68b4-45a2-ab74-3b83726cd227",
"properties": {
"text": {
"value": "Loan amount"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "bold"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "bbc05ce2-0f5e-4b59-aadd-c00ad1c12aba",
"type": "mobile",
"top": 30,
"left": 6.976744186046512,
"width": 13.953488372093023,
"height": 40,
"componentId": "e10bdca6-c0a7-4d29-bc23-5dbad9a044ad"
},
{
"id": "7116c275-6dcc-40ea-a7f6-bc153514cbf7",
"type": "desktop",
"top": 140,
"left": 4.651162671119959,
"width": 9,
"height": 40,
"componentId": "e10bdca6-c0a7-4d29-bc23-5dbad9a044ad"
}
]
},
{
"id": "11a8d498-5290-4aac-98d1-548ca1a74fee",
"name": "text12",
"type": "Text",
"pageId": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"parent": "3e634998-68b4-45a2-ab74-3b83726cd227",
"properties": {
"text": {
"value": "Credit score"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "bold"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "09caf0a6-d20b-4ac0-8084-e22faf64e9d1",
"type": "mobile",
"top": 30,
"left": 6.976744186046512,
"width": 13.953488372093023,
"height": 40,
"componentId": "11a8d498-5290-4aac-98d1-548ca1a74fee"
},
{
"id": "a302e8fa-4863-4e99-876e-105f70657b1f",
"type": "desktop",
"top": 200,
"left": 4.651163888074295,
"width": 9,
"height": 40,
"componentId": "11a8d498-5290-4aac-98d1-548ca1a74fee"
}
]
},
{
"id": "387b0333-8548-4554-bec1-a866db33aab1",
"name": "text13",
"type": "Text",
"pageId": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"parent": "3e634998-68b4-45a2-ab74-3b83726cd227",
"properties": {
"text": {
"value": "Annual turnover"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "bold"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "74c62d32-9b67-4ab5-84bd-563e7fc4305f",
"type": "desktop",
"top": 260,
"left": 4.6511627384851195,
"width": 9,
"height": 40,
"componentId": "387b0333-8548-4554-bec1-a866db33aab1"
},
{
"id": "2308cb68-b50e-4ee5-8d2f-a9bf15b8010d",
"type": "mobile",
"top": 30,
"left": 6.976744186046512,
"width": 13.953488372093023,
"height": 40,
"componentId": "387b0333-8548-4554-bec1-a866db33aab1"
}
]
},
{
"id": "b57b7052-4567-4924-b197-c62c5d1e0351",
"name": "text14",
"type": "Text",
"pageId": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"parent": "3e634998-68b4-45a2-ab74-3b83726cd227",
"properties": {
"text": {
"value": "Collateral"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "bold"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "76ceb168-1e2f-4845-b64c-a2c46f3eb1da",
"type": "desktop",
"top": 320,
"left": 4.651161900345796,
"width": 9,
"height": 40,
"componentId": "b57b7052-4567-4924-b197-c62c5d1e0351"
},
{
"id": "194e44a4-8745-4bef-8474-99707c81f285",
"type": "mobile",
"top": 30,
"left": 6.976744186046512,
"width": 13.953488372093023,
"height": 40,
"componentId": "b57b7052-4567-4924-b197-c62c5d1e0351"
}
]
},
{
"id": "4989dd61-0cb2-4c98-94fb-6a686fb6216f",
"name": "text15",
"type": "Text",
"pageId": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"parent": "3e634998-68b4-45a2-ab74-3b83726cd227",
"properties": {
"text": {
"value": "Status"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "bold"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "6d7d589d-db16-4bcd-a950-0a10584184c0",
"type": "desktop",
"top": 380,
"left": 4.651162828670454,
"width": 9,
"height": 40,
"componentId": "4989dd61-0cb2-4c98-94fb-6a686fb6216f"
},
{
"id": "189e21c5-aa7c-45b0-ac1c-8eaa0618860e",
"type": "mobile",
"top": 30,
"left": 6.976744186046512,
"width": 13.953488372093023,
"height": 40,
"componentId": "4989dd61-0cb2-4c98-94fb-6a686fb6216f"
}
]
},
{
"id": "9c8965f0-e52d-4c47-acd1-0a7784d73faf",
"name": "text16",
"type": "Text",
"pageId": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"parent": "3e634998-68b4-45a2-ab74-3b83726cd227",
"properties": {
"text": {
"value": "Notes"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "bold"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "e48a2767-ee03-4601-9733-6a59accf3df5",
"type": "desktop",
"top": 440,
"left": 4.651168007208259,
"width": 9,
"height": 40,
"componentId": "9c8965f0-e52d-4c47-acd1-0a7784d73faf"
},
{
"id": "20e51b65-f5b4-4525-a0da-055d0d5d5e7f",
"type": "mobile",
"top": 30,
"left": 6.976744186046512,
"width": 13.953488372093023,
"height": 40,
"componentId": "9c8965f0-e52d-4c47-acd1-0a7784d73faf"
}
]
},
{
"id": "07c56aab-c723-49d2-97a5-15a5c6f682ce",
"name": "textarea1",
"type": "TextArea",
"pageId": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"parent": "3e634998-68b4-45a2-ab74-3b83726cd227",
"properties": {
"value": {
"value": "{{components.table1.selectedRow.notes}}"
},
"placeholder": {
"value": "Enter notes"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "{{5}}"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "fbc4c420-c07a-4a62-b66c-d99f197bf868",
"type": "desktop",
"top": 440,
"left": 25.5813938496429,
"width": 30.000000000000004,
"height": 100,
"componentId": "07c56aab-c723-49d2-97a5-15a5c6f682ce"
},
{
"id": "d29f6258-df11-4b55-9119-88e9f0fc3fa8",
"type": "mobile",
"top": 500,
"left": 30.23255813953488,
"width": 13.953488372093023,
"height": 100,
"componentId": "07c56aab-c723-49d2-97a5-15a5c6f682ce"
}
]
},
{
"id": "32d7fbe6-8040-4fbb-80e4-be6a8601ccd7",
"name": "button3",
"type": "Button",
"pageId": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"parent": "3e634998-68b4-45a2-ab74-3b83726cd227",
"properties": {
"text": {
"value": "Cancel"
}
},
"general": {},
"styles": {
"backgroundColor": {
"value": "#3e63dd26"
},
"borderColor": {
"value": "#ffffff00"
},
"textColor": {
"value": "#3e63ddff"
},
"loaderColor": {
"value": "#3e63ddff"
},
"borderRadius": {
"value": "{{5}}"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "d3238a21-5401-45cf-9be7-e3f2321895a5",
"type": "desktop",
"top": 569.9999389648438,
"left": 62.7906970235322,
"width": 5,
"height": 40,
"componentId": "32d7fbe6-8040-4fbb-80e4-be6a8601ccd7"
}
]
},
{
"id": "61464f0f-7cb6-4c0e-8d15-c699b5f3b087",
"name": "icon1",
"type": "Icon",
"pageId": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"parent": "e533bca2-3f66-4331-888f-8ac55c3b6d99",
"properties": {
"icon": {
"value": "IconChevronLeft"
}
},
"general": {},
"styles": {
"iconColor": {
"value": "#ffffffff"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "5345e3b9-a43f-478c-86d8-e5f10e26c139",
"type": "desktop",
"top": 10,
"left": 2.3255811789541276,
"width": 2,
"height": 40,
"componentId": "61464f0f-7cb6-4c0e-8d15-c699b5f3b087"
},
{
"id": "e3a91a94-bb26-4c33-911c-f8ea3c6da348",
"type": "mobile",
"top": 10,
"left": 23.25581395348837,
"width": 11.627906976744185,
"height": 48,
"componentId": "61464f0f-7cb6-4c0e-8d15-c699b5f3b087"
}
]
},
{
"id": "e533bca2-3f66-4331-888f-8ac55c3b6d99",
"name": "container2",
"type": "Container",
"pageId": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"parent": null,
"properties": {},
"general": {},
"styles": {
"backgroundColor": {
"value": "#3e63ddff"
},
"borderRadius": {
"value": "10"
},
"borderColor": {
"value": "#ffffff00",
"fxActive": false
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "333a4b60-9ae3-4ae0-b2b7-fd4954a8cae6",
"type": "desktop",
"top": 20,
"left": 2.3255806414979454,
"width": 41,
"height": 70,
"componentId": "e533bca2-3f66-4331-888f-8ac55c3b6d99"
}
]
},
{
"id": "e2bab4db-4929-4dac-9d29-3d74ca9cf11a",
"name": "text18",
"type": "Text",
"pageId": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"parent": "e533bca2-3f66-4331-888f-8ac55c3b6d99",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Finance underwriting - Admin</div>"
}
},
"general": {},
"styles": {
"textColor": {
"value": "#ffffffff",
"fxActive": false
},
"textSize": {
"value": "{{20}}"
},
"textAlign": {
"value": "right"
},
"boxShadow": {
"value": "0px 0px 0px 0px #00000040"
},
"isScrollRequired": {
"value": "disabled"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "bca187b7-fc08-408e-a8dd-610666a9ff12",
"type": "desktop",
"top": 10,
"left": 53.48837209302326,
"width": 19,
"height": 40,
"componentId": "e2bab4db-4929-4dac-9d29-3d74ca9cf11a"
}
]
},
{
"id": "2d01bc7f-9b8b-4ebb-be75-e1ad67278c07",
"name": "text19",
"type": "Text",
"pageId": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"parent": "e533bca2-3f66-4331-888f-8ac55c3b6d99",
"properties": {
"text": {
"value": "B R A N D"
}
},
"general": {},
"styles": {
"textColor": {
"value": "#ffffffff"
},
"textSize": {
"value": "{{24}}"
},
"fontWeight": {
"value": "bold"
},
"letterSpacing": {
"value": "{{0}}"
},
"boxShadow": {
"value": "0px 0px 0px 0px #00000040"
},
"isScrollRequired": {
"value": "disabled"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "29e4a04e-376e-4a3b-9737-fad962d9c889",
"type": "desktop",
"top": 10,
"left": 9.3023261841241,
"width": 6,
"height": 40,
"componentId": "2d01bc7f-9b8b-4ebb-be75-e1ad67278c07"
}
]
},
{
"id": "7f702a9a-1b95-40cf-ab54-6b1379024174",
"name": "dropdown5",
"type": "DropDown",
"pageId": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"parent": "3e634998-68b4-45a2-ab74-3b83726cd227",
"properties": {
"label": {
"value": ""
},
"value": {
"value": "{{components.table1.selectedRow.application_type}}"
},
"values": {
"value": "{{[\"Personal\", \"Mortgage\", \"Business\"]}}"
},
"display_values": {
"value": "{{[\"Personal\", \"Mortgage\", \"Business\"]}}"
},
"loadingState": {
"fxActive": false
},
"placeholder": {
"value": "Select application type"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"layouts": [
{
"id": "97f81ed4-9a84-4711-a428-eb8d0c9afdf4",
"type": "desktop",
"top": 80,
"left": 25.581394548305404,
"width": 30.000000000000004,
"height": 40,
"componentId": "7f702a9a-1b95-40cf-ab54-6b1379024174"
},
{
"id": "e971767d-c83e-483a-a7bd-edbfba2d287a",
"type": "mobile",
"top": 60,
"left": 46.51162790697675,
"width": 18.6046511627907,
"height": 30,
"componentId": "7f702a9a-1b95-40cf-ab54-6b1379024174"
}
]
}
],
"pages": [
{
"id": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"name": "All applications",
"handle": "home",
"index": -1,
"disabled": false,
"hidden": false,
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078"
},
{
"id": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"name": "Assigned applications",
"handle": "assigned-application",
"index": 0,
"disabled": false,
"hidden": false,
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z",
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078"
}
],
"events": [
{
"id": "66a4572e-f4ab-459f-8bd9-7ddf80f75745",
"name": "onDataQuerySuccess",
"index": 1,
"event": {
"eventId": "onDataQuerySuccess",
"message": "Application updated successfully.",
"actionId": "show-alert",
"alertType": "success"
},
"sourceId": "8a550c61-6cf3-4e6b-b0f7-1051b940f6b1",
"target": "data_query",
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z"
},
{
"id": "6df76a58-8e4f-476f-8beb-93f49989b8d8",
"name": "onDataQueryFailure",
"index": 4,
"event": {
"eventId": "onDataQueryFailure",
"message": "Failed to update application! Please check and try again.",
"actionId": "show-alert",
"alertType": "warning"
},
"sourceId": "8a550c61-6cf3-4e6b-b0f7-1051b940f6b1",
"target": "data_query",
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z"
},
{
"id": "4c1136c8-f555-4540-9c05-70534e050a64",
"name": "onSelect",
"index": 0,
"event": {
"eventId": "onSelect",
"message": "Hello world!",
"queryId": "0436841a-1db5-4dfa-bdcc-36ed83c832ca",
"actionId": "run-query",
"alertType": "info",
"queryName": "applyFilterToTable",
"parameters": {}
},
"sourceId": "6552ed1f-47c6-4912-9ee6-5ce23b4abf44",
"target": "component",
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:08.694Z"
},
{
"id": "58eb326d-009b-4dfc-af5f-2315c2e6a10d",
"name": "onClick",
"index": 0,
"event": {
"pageId": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"eventId": "onClick",
"message": "Hello world!",
"actionId": "switch-page",
"alertType": "info"
},
"sourceId": "3f0b54ee-90dd-464b-b7de-1f474d09ca34",
"target": "component",
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:08.703Z"
},
{
"id": "a6f6d0fb-c7f0-4160-a6e9-76e399a5c531",
"name": "onClick",
"index": 0,
"event": {
"eventId": "onClick",
"message": "Hello world!",
"queryId": "8a550c61-6cf3-4e6b-b0f7-1051b940f6b1",
"actionId": "run-query",
"alertType": "info",
"queryName": "update_data",
"parameters": {}
},
"sourceId": "6915dbea-4a72-404a-b507-f9e6de9dc258",
"target": "component",
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:08.710Z"
},
{
"id": "1e022f95-d214-4064-acb6-aa0c3e1ec462",
"name": "onClick",
"index": 0,
"event": {
"modal": "2cf74aa5-4c80-41aa-a59c-9371eb14a1c6",
"eventId": "onClick",
"message": "Hello world!",
"actionId": "close-modal",
"alertType": "info"
},
"sourceId": "904895d9-6c36-42c5-b63c-9bbe739063d4",
"target": "component",
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:08.719Z"
},
{
"id": "b64f22f9-bb92-421a-9149-ea146e72f5c4",
"name": "onPageLoad",
"index": 0,
"event": {
"eventId": "onPageLoad",
"message": "Hello world!",
"queryId": "4942bacf-65f0-4bca-92f4-3916038c07a9",
"actionId": "run-query",
"alertType": "info",
"queryName": "getAllApplications",
"parameters": {}
},
"sourceId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"target": "page",
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:08.728Z"
},
{
"id": "637815c4-516f-4529-8ff7-68f2d4a401e7",
"name": "onClick",
"index": 0,
"event": {
"ref": "Action0",
"modal": "3e634998-68b4-45a2-ab74-3b83726cd227",
"eventId": "onClick",
"message": "Hello world!",
"actionId": "show-modal",
"alertType": "info"
},
"sourceId": "55f68ae1-9ec1-4caf-98f3-ae1e84e2453f",
"target": "table_action",
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:08.736Z"
},
{
"id": "ae790095-c88e-4496-8af3-e0e0f44cb881",
"name": "onSelect",
"index": 0,
"event": {
"eventId": "onSelect",
"message": "Hello world!",
"queryId": "0436841a-1db5-4dfa-bdcc-36ed83c832ca",
"actionId": "run-query",
"alertType": "info",
"queryName": "applyFilterToTable",
"parameters": {}
},
"sourceId": "71b78497-f55b-476b-8b91-72dfde9588c8",
"target": "component",
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:08.749Z"
},
{
"id": "b94c593c-91ba-4b8b-baa1-dae9168441aa",
"name": "onSelect",
"index": 0,
"event": {
"eventId": "onSelect",
"message": "Hello world!",
"queryId": "0436841a-1db5-4dfa-bdcc-36ed83c832ca",
"actionId": "run-query",
"alertType": "info",
"queryName": "applyFilterToTable",
"parameters": {}
},
"sourceId": "482af8c4-9d40-406d-bca4-b1dfb35d1c46",
"target": "component",
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:08.760Z"
},
{
"id": "c898f43e-daab-4096-b3e8-4d39785f61e5",
"name": "onClick",
"index": 0,
"event": {
"eventId": "onClick",
"message": "Hello world!",
"queryId": "8a550c61-6cf3-4e6b-b0f7-1051b940f6b1",
"actionId": "run-query",
"alertType": "info",
"queryName": "update_data",
"parameters": {}
},
"sourceId": "6f8ae1e4-8b5d-4140-857c-4c4a933041e7",
"target": "component",
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:08.768Z"
},
{
"id": "a357569b-4cf2-43e0-9e33-cada6e6978c9",
"name": "onClick",
"index": 0,
"event": {
"modal": "3e634998-68b4-45a2-ab74-3b83726cd227",
"eventId": "onClick",
"message": "Hello world!",
"actionId": "close-modal",
"alertType": "info"
},
"sourceId": "32d7fbe6-8040-4fbb-80e4-be6a8601ccd7",
"target": "component",
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:08.772Z"
},
{
"id": "400baab7-54e3-4c0d-ad11-fd69bdc3dac8",
"name": "onClick",
"index": 0,
"event": {
"pageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"eventId": "onClick",
"message": "Hello world!",
"actionId": "switch-page",
"alertType": "info"
},
"sourceId": "61464f0f-7cb6-4c0e-8d15-c699b5f3b087",
"target": "component",
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:08.778Z"
},
{
"id": "18b250bd-5a70-4468-8a70-8d2eca04be91",
"name": "onPageLoad",
"index": 0,
"event": {
"eventId": "onPageLoad",
"message": "Hello world!",
"queryId": "c9085a6c-6da0-4486-b374-3ba5a0068e8c",
"actionId": "run-query",
"alertType": "info",
"queryName": "getAssignedApplications",
"parameters": {}
},
"sourceId": "a47fae6f-1999-490d-a470-c0a3f4119cd3",
"target": "page",
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:08.787Z"
},
{
"id": "8cb4da9a-d23c-4d0a-ab9a-bdc2bd9890be",
"name": "onDataQuerySuccess",
"index": 0,
"event": {
"modal": "2cf74aa5-4c80-41aa-a59c-9371eb14a1c6",
"eventId": "onDataQuerySuccess",
"message": "Hello world!",
"actionId": "close-modal",
"alertType": "info"
},
"sourceId": "8a550c61-6cf3-4e6b-b0f7-1051b940f6b1",
"target": "data_query",
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:08.795Z"
},
{
"id": "55bc6778-d28c-43a5-96b6-e6e77c512b2a",
"name": "onDataQuerySuccess",
"index": 2,
"event": {
"eventId": "onDataQuerySuccess",
"message": "Hello world!",
"queryId": "4942bacf-65f0-4bca-92f4-3916038c07a9",
"actionId": "run-query",
"alertType": "info",
"queryName": "getAllApplications",
"runOnlyIf": "{{page.name == \"All applications\"}}",
"parameters": {}
},
"sourceId": "8a550c61-6cf3-4e6b-b0f7-1051b940f6b1",
"target": "data_query",
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:08.804Z"
},
{
"id": "7cf873b6-996d-40fd-ab2b-6f59fe58b789",
"name": "onDataQuerySuccess",
"index": 3,
"event": {
"eventId": "onDataQuerySuccess",
"message": "Hello world!",
"queryId": "c9085a6c-6da0-4486-b374-3ba5a0068e8c",
"actionId": "run-query",
"alertType": "info",
"queryName": "getAssignedApplications",
"runOnlyIf": "{{page.name == \"Aassigned applications\"}}",
"parameters": {}
},
"sourceId": "8a550c61-6cf3-4e6b-b0f7-1051b940f6b1",
"target": "data_query",
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:08.813Z"
},
{
"id": "5026949d-9689-4f06-979e-7eac16a59163",
"name": "onDataQuerySuccess",
"index": 0,
"event": {
"eventId": "onDataQuerySuccess",
"message": "Hello world!",
"queryId": "678ab6ec-b2d7-45b9-a70c-5cd47c91b0ed",
"actionId": "run-query",
"alertType": "info",
"queryName": "getUniqueUnderwriters",
"parameters": {}
},
"sourceId": "4942bacf-65f0-4bca-92f4-3916038c07a9",
"target": "data_query",
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:08.827Z"
},
{
"id": "24d61279-6e6d-4db7-9c88-96c8c9eb83d0",
"name": "onSelect",
"index": 0,
"event": {
"eventId": "onSelect",
"message": "Hello world!",
"queryId": "0436841a-1db5-4dfa-bdcc-36ed83c832ca",
"actionId": "run-query",
"alertType": "info",
"queryName": "applyFilterToTable",
"parameters": {}
},
"sourceId": "be58d790-177c-45a0-af7a-cbaf415423d2",
"target": "component",
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:08.844Z"
},
{
"id": "1d3046d8-a8b2-4469-a0b8-6d3c434602b1",
"name": "onSelect",
"index": 0,
"event": {
"eventId": "onSelect",
"message": "Hello world!",
"queryId": "0436841a-1db5-4dfa-bdcc-36ed83c832ca",
"actionId": "run-query",
"alertType": "info",
"queryName": "applyFilterToTable",
"parameters": {}
},
"sourceId": "a9b8a81f-f93e-4029-b4df-0e21d18d2a25",
"target": "component",
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:08.684Z"
},
{
"id": "ef08ed7c-c867-417b-93b2-48086208c34f",
"name": "onClick",
"index": 0,
"event": {
"ref": "Action0",
"modal": "2cf74aa5-4c80-41aa-a59c-9371eb14a1c6",
"eventId": "onClick",
"message": "Hello world!",
"actionId": "show-modal",
"alertType": "info"
},
"sourceId": "ca66b796-6463-471b-a9ac-24d51a7aac42",
"target": "table_action",
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:08.837Z"
}
],
"dataQueries": [
{
"id": "678ab6ec-b2d7-45b9-a70c-5cd47c91b0ed",
"name": "getUniqueUnderwriters",
"options": {
"code": "const data = [\n ...new Set(queries.getAllApplications.data.map((row) => row.assigned_to)),\n];\ndata.sort();\nreturn data;",
"parameters": []
},
"dataSourceId": "ad376aaa-43bd-49e8-a882-41a6674dd87a",
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z"
},
{
"id": "0436841a-1db5-4dfa-bdcc-36ed83c832ca",
"name": "applyFilterToTable",
"options": {
"code": "const filters = components.table1.filters.filter(\n (row) => ![\"status\", \"application type\", \"assigned to\"].includes(row.column)\n);\n\nawait components.table1.clearFilters();\n\nif (components.status_dropdown.value != \"All\") {\n filters.push({\n column: \"status\",\n condition: \"equals\",\n value: `${components.status_dropdown.value}`,\n });\n}\n\nif (components.application_type_dropdown.value != \"All\") {\n filters.push({\n column: \"application type\",\n condition: \"equals\",\n value: `${components.application_type_dropdown.value}`,\n });\n}\n\nif (\n page.name == \"All applications\" &&\n components.assigned_to_dropdown.value != \"All\"\n) {\n filters.push({\n column: \"assigned to\",\n condition: \"equals\",\n value: `${components.assigned_to_dropdown.value}`,\n });\n}\n\nawait components.table1.setFilters(filters);",
"parameters": []
},
"dataSourceId": "ad376aaa-43bd-49e8-a882-41a6674dd87a",
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z"
},
{
"id": "8a550c61-6cf3-4e6b-b0f7-1051b940f6b1",
"name": "updateApplication",
"options": {
"operation": "update_rows",
"transformationLanguage": "javascript",
"enableTransformation": false,
"organization_id": "b31b02f4-faae-4a02-9051-adf0997937b2",
"table_id": "04df6269-fec2-47a8-970e-9bcdfd97d59d",
"join_table": {
"joins": [
{
"id": 1712508891028,
"conditions": {
"operator": "AND",
"conditionsList": [
{
"operator": "=",
"leftField": {
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
}
}
]
},
"joinType": "INNER"
}
],
"from": {
"name": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7",
"type": "Table"
},
"fields": [
{
"name": "id",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Applicant_Name",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Applicant_Type",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Loan_Amount",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Credit_Score",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Annual_Turnover",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Colletarel",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Status",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Notes",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Assigned_To",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Created_At",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Updated_At",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
}
]
},
"list_rows": {},
"update_rows": {
"columns": {
"0": {
"column": "applicant_name",
"value": "{{components.textinput1.value}}"
},
"1": {
"column": "application_type",
"value": "{{components.dropdown5.value}}"
},
"2": {
"column": "loan_amount",
"value": "{{components.numberinput1.value}}"
},
"3": {
"column": "credit_score",
"value": "{{components.numberinput2.value}}"
},
"4": {
"column": "annual_turnover",
"value": "{{components.numberinput3.value}}"
},
"5": {
"column": "collateral",
"value": "{{components.textinput3.value}}"
},
"6": {
"column": "status",
"value": "{{components.dropdown4.value}}"
},
"7": {
"column": "notes",
"value": "{{components.textarea1.value}}"
},
"8": {
"column": "updated_at",
"value": "{{moment().format()}}"
},
"c809fa57-e412-486b-b2cb-bf780dc1ec1a": {
"column": "assigned_to",
"value": "{{page.name==\"All applications\" ? components.textinput4.value : components.table1.selectedRow.assigned_to}}"
}
},
"where_filters": {
"b8056951-fe53-4312-aedd-6eb0b79bee2b": {
"column": "id",
"operator": "eq",
"value": "{{components.table1.selectedRow.id}}",
"id": "b8056951-fe53-4312-aedd-6eb0b79bee2b"
}
}
},
"parameters": [],
"showSuccessNotification": false
},
"dataSourceId": "c0cdcea8-e737-4977-ad76-123a33497e57",
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z"
},
{
"id": "4942bacf-65f0-4bca-92f4-3916038c07a9",
"name": "getAllApplications",
"options": {
"operation": "list_rows",
"transformationLanguage": "javascript",
"enableTransformation": false,
"organization_id": "b31b02f4-faae-4a02-9051-adf0997937b2",
"table_id": "04df6269-fec2-47a8-970e-9bcdfd97d59d",
"join_table": {
"joins": [
{
"id": 1712396565616,
"conditions": {
"operator": "AND",
"conditionsList": [
{
"operator": "=",
"leftField": {
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
}
}
]
},
"joinType": "INNER"
}
],
"from": {
"name": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7",
"type": "Table"
},
"fields": [
{
"name": "id",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Applicant_Name",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Applicant_Type",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Loan_Amount",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Credit_Score",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Annual_Turnover",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Colletarel",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Status",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Notes",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Assigned_To",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Created_At",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Updated_At",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
}
]
},
"list_rows": {
"where_filters": {},
"order_filters": {
"3c9a8ad4-a7eb-4496-821f-d720c5b26005": {
"column": "id",
"order": "desc",
"id": "3c9a8ad4-a7eb-4496-821f-d720c5b26005"
}
}
},
"requestConfirmation": false,
"showSuccessNotification": false,
"runOnPageLoad": false
},
"dataSourceId": "c0cdcea8-e737-4977-ad76-123a33497e57",
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z"
},
{
"id": "c9085a6c-6da0-4486-b374-3ba5a0068e8c",
"name": "getAssignedApplications",
"options": {
"operation": "list_rows",
"transformationLanguage": "javascript",
"enableTransformation": false,
"organization_id": "b31b02f4-faae-4a02-9051-adf0997937b2",
"table_id": "04df6269-fec2-47a8-970e-9bcdfd97d59d",
"join_table": {
"joins": [
{
"id": 1712396565616,
"conditions": {
"operator": "AND",
"conditionsList": [
{
"operator": "=",
"leftField": {
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
}
}
]
},
"joinType": "INNER"
}
],
"from": {
"name": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7",
"type": "Table"
},
"fields": [
{
"name": "id",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Applicant_Name",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Applicant_Type",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Loan_Amount",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Credit_Score",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Annual_Turnover",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Colletarel",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Status",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Notes",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Assigned_To",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Created_At",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
},
{
"name": "Updated_At",
"table": "d909696a-0425-4fa0-9bbe-c3fcff5cc0e7"
}
]
},
"list_rows": {
"where_filters": {
"9ac3c845-cfdf-4231-a361-ee1936f14133": {
"column": "assigned_to",
"operator": "eq",
"value": "{{globals.currentUser.email}}",
"id": "9ac3c845-cfdf-4231-a361-ee1936f14133"
}
},
"order_filters": {
"f455ad38-e4fd-4e63-8058-068e7d90591d": {
"column": "id",
"order": "desc",
"id": "f455ad38-e4fd-4e63-8058-068e7d90591d"
}
}
},
"requestConfirmation": false,
"showSuccessNotification": false,
"runOnPageLoad": false
},
"dataSourceId": "c0cdcea8-e737-4977-ad76-123a33497e57",
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"createdAt": "2024-04-26T00:05:07.951Z",
"updatedAt": "2024-04-26T00:05:07.951Z"
}
],
"dataSources": [
{
"id": "bb72c3cf-d7e7-48c3-a484-8fdce7766a5d",
"name": "restapidefault",
"kind": "restapi",
"type": "static",
"pluginId": null,
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"organizationId": null,
"scope": "local",
"createdAt": "2024-04-26T00:05:07.959Z",
"updatedAt": "2024-04-26T00:05:07.959Z"
},
{
"id": "ad376aaa-43bd-49e8-a882-41a6674dd87a",
"name": "runjsdefault",
"kind": "runjs",
"type": "static",
"pluginId": null,
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"organizationId": null,
"scope": "local",
"createdAt": "2024-04-26T00:05:07.974Z",
"updatedAt": "2024-04-26T00:05:07.974Z"
},
{
"id": "248bbd87-8861-4007-9035-fe568cb86776",
"name": "runpydefault",
"kind": "runpy",
"type": "static",
"pluginId": null,
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"organizationId": null,
"scope": "local",
"createdAt": "2024-04-26T00:05:07.986Z",
"updatedAt": "2024-04-26T00:05:07.986Z"
},
{
"id": "c0cdcea8-e737-4977-ad76-123a33497e57",
"name": "tooljetdbdefault",
"kind": "tooljetdb",
"type": "static",
"pluginId": null,
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"organizationId": null,
"scope": "local",
"createdAt": "2024-04-26T00:05:07.998Z",
"updatedAt": "2024-04-26T00:05:07.998Z"
},
{
"id": "97da1c6c-093b-428e-984a-6c7bd677ee6e",
"name": "workflowsdefault",
"kind": "workflows",
"type": "static",
"pluginId": null,
"appVersionId": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"organizationId": null,
"scope": "local",
"createdAt": "2024-04-26T00:05:08.012Z",
"updatedAt": "2024-04-26T00:05:08.012Z"
}
],
"appVersions": [
{
"id": "3fc344bf-aaa7-4f9d-896e-16b5c0138078",
"name": "v1",
"definition": null,
"globalSettings": {
"hideHeader": true,
"appInMaintenance": false,
"canvasMaxWidth": 100,
"canvasMaxWidthType": "%",
"canvasMaxHeight": 2400,
"canvasBackgroundColor": "#edeff5",
"backgroundFxQuery": "#edeff5"
},
"showViewerNavigation": false,
"homePageId": "3141074a-1612-4f1a-b63a-28c163ac67d8",
"appId": "af3aaaa3-9a59-414d-b709-088e47f715f8",
"currentEnvironmentId": "5b7f33b3-b9a9-43b0-a9b2-82bb37fca4d4",
"promotedFrom": null,
"createdAt": "2024-04-26T00:05:07.941Z",
"updatedAt": "2024-04-30T23:52:08.721Z"
}
],
"appEnvironments": [
{
"id": "5b7f33b3-b9a9-43b0-a9b2-82bb37fca4d4",
"organizationId": "f2a832bb-fc39-49c5-be7f-7037ebb79b84",
"name": "development",
"isDefault": false,
"priority": 1,
"enabled": true,
"createdAt": "2023-04-26T19:44:06.852Z",
"updatedAt": "2023-04-26T19:44:06.852Z"
},
{
"id": "1071e258-9bd6-496c-a11c-9fe8670eedcc",
"organizationId": "f2a832bb-fc39-49c5-be7f-7037ebb79b84",
"name": "staging",
"isDefault": false,
"priority": 2,
"enabled": true,
"createdAt": "2023-04-26T19:44:06.852Z",
"updatedAt": "2023-04-26T19:44:06.852Z"
},
{
"id": "1841fd5c-f11a-4a1a-97b2-f2312316cb8d",
"organizationId": "f2a832bb-fc39-49c5-be7f-7037ebb79b84",
"name": "production",
"isDefault": true,
"priority": 3,
"enabled": true,
"createdAt": "2023-04-26T19:44:06.852Z",
"updatedAt": "2023-04-26T19:44:06.852Z"
}
],
"dataSourceOptions": [
{
"id": "7284c1c5-f2ce-4db6-b9e6-6cc5f385898a",
"dataSourceId": "bb72c3cf-d7e7-48c3-a484-8fdce7766a5d",
"environmentId": "5b7f33b3-b9a9-43b0-a9b2-82bb37fca4d4",
"options": null,
"createdAt": "2024-04-26T00:05:07.969Z",
"updatedAt": "2024-04-26T00:05:07.969Z"
},
{
"id": "f5f963d6-a134-4dbe-80db-5887a6de9726",
"dataSourceId": "bb72c3cf-d7e7-48c3-a484-8fdce7766a5d",
"environmentId": "1841fd5c-f11a-4a1a-97b2-f2312316cb8d",
"options": null,
"createdAt": "2024-04-26T00:05:07.969Z",
"updatedAt": "2024-04-26T00:05:07.969Z"
},
{
"id": "6a966a43-a33f-42d5-aea9-7c7df263e7f0",
"dataSourceId": "bb72c3cf-d7e7-48c3-a484-8fdce7766a5d",
"environmentId": "1071e258-9bd6-496c-a11c-9fe8670eedcc",
"options": null,
"createdAt": "2024-04-26T00:05:07.969Z",
"updatedAt": "2024-04-26T00:05:07.969Z"
},
{
"id": "bddca269-f141-40b1-9a83-f4abbe75ff4d",
"dataSourceId": "ad376aaa-43bd-49e8-a882-41a6674dd87a",
"environmentId": "1071e258-9bd6-496c-a11c-9fe8670eedcc",
"options": null,
"createdAt": "2024-04-26T00:05:07.982Z",
"updatedAt": "2024-04-26T00:05:07.982Z"
},
{
"id": "ba9009f3-25a6-4e91-aedc-635b82f2ffc8",
"dataSourceId": "ad376aaa-43bd-49e8-a882-41a6674dd87a",
"environmentId": "1841fd5c-f11a-4a1a-97b2-f2312316cb8d",
"options": null,
"createdAt": "2024-04-26T00:05:07.982Z",
"updatedAt": "2024-04-26T00:05:07.982Z"
},
{
"id": "aef6eba9-b1b2-4d31-aaf7-e2bdf6ce15c6",
"dataSourceId": "ad376aaa-43bd-49e8-a882-41a6674dd87a",
"environmentId": "5b7f33b3-b9a9-43b0-a9b2-82bb37fca4d4",
"options": null,
"createdAt": "2024-04-26T00:05:07.982Z",
"updatedAt": "2024-04-26T00:05:07.982Z"
},
{
"id": "fe95fad4-848b-4bdc-bb85-5c8c051ae80e",
"dataSourceId": "248bbd87-8861-4007-9035-fe568cb86776",
"environmentId": "1071e258-9bd6-496c-a11c-9fe8670eedcc",
"options": null,
"createdAt": "2024-04-26T00:05:07.995Z",
"updatedAt": "2024-04-26T00:05:07.995Z"
},
{
"id": "33728d93-b019-482f-9ac9-b99a0b7c1f5e",
"dataSourceId": "248bbd87-8861-4007-9035-fe568cb86776",
"environmentId": "1841fd5c-f11a-4a1a-97b2-f2312316cb8d",
"options": null,
"createdAt": "2024-04-26T00:05:07.995Z",
"updatedAt": "2024-04-26T00:05:07.995Z"
},
{
"id": "4e67e1a1-bcd2-4e55-b31d-b7f1e145b106",
"dataSourceId": "248bbd87-8861-4007-9035-fe568cb86776",
"environmentId": "5b7f33b3-b9a9-43b0-a9b2-82bb37fca4d4",
"options": null,
"createdAt": "2024-04-26T00:05:07.995Z",
"updatedAt": "2024-04-26T00:05:07.995Z"
},
{
"id": "5a8f7d53-00c8-45c5-ba5f-75ac4ba5ccfe",
"dataSourceId": "c0cdcea8-e737-4977-ad76-123a33497e57",
"environmentId": "1071e258-9bd6-496c-a11c-9fe8670eedcc",
"options": null,
"createdAt": "2024-04-26T00:05:08.008Z",
"updatedAt": "2024-04-26T00:05:08.008Z"
},
{
"id": "8d77bfc6-b68d-4987-bfb0-4e5e88b3214d",
"dataSourceId": "c0cdcea8-e737-4977-ad76-123a33497e57",
"environmentId": "1841fd5c-f11a-4a1a-97b2-f2312316cb8d",
"options": null,
"createdAt": "2024-04-26T00:05:08.008Z",
"updatedAt": "2024-04-26T00:05:08.008Z"
},
{
"id": "8827ab31-e9dd-4806-b16a-a19677c7e9bd",
"dataSourceId": "c0cdcea8-e737-4977-ad76-123a33497e57",
"environmentId": "5b7f33b3-b9a9-43b0-a9b2-82bb37fca4d4",
"options": null,
"createdAt": "2024-04-26T00:05:08.008Z",
"updatedAt": "2024-04-26T00:05:08.008Z"
},
{
"id": "16fac2c7-6fc7-441d-b68f-5daac014c4fd",
"dataSourceId": "97da1c6c-093b-428e-984a-6c7bd677ee6e",
"environmentId": "5b7f33b3-b9a9-43b0-a9b2-82bb37fca4d4",
"options": null,
"createdAt": "2024-04-26T00:05:08.025Z",
"updatedAt": "2024-04-26T00:05:08.025Z"
},
{
"id": "3fb38075-460e-4134-9293-7c1eb939053e",
"dataSourceId": "97da1c6c-093b-428e-984a-6c7bd677ee6e",
"environmentId": "1841fd5c-f11a-4a1a-97b2-f2312316cb8d",
"options": null,
"createdAt": "2024-04-26T00:05:08.025Z",
"updatedAt": "2024-04-26T00:05:08.025Z"
},
{
"id": "d1a73839-1093-41ce-90bb-5e17da37ae76",
"dataSourceId": "97da1c6c-093b-428e-984a-6c7bd677ee6e",
"environmentId": "1071e258-9bd6-496c-a11c-9fe8670eedcc",
"options": null,
"createdAt": "2024-04-26T00:05:08.025Z",
"updatedAt": "2024-04-26T00:05:08.025Z"
}
],
"schemaDetails": {
"multiPages": true,
"multiEnv": true,
"globalDataSources": true
}
}
}
}
],
"tooljet_version": "2.35.4-ee2.15.26-cloud2.3.10"
}