chore: add more fields to Prospect list view

This commit is contained in:
Rucha Mahabal
2021-08-27 16:26:12 +05:30
parent 212921aace
commit e170ad2df3

View File

@@ -39,6 +39,8 @@
{ {
"fieldname": "industry", "fieldname": "industry",
"fieldtype": "Link", "fieldtype": "Link",
"in_list_view": 1,
"in_standard_filter": 1,
"label": "Industry", "label": "Industry",
"options": "Industry Type" "options": "Industry Type"
}, },
@@ -57,6 +59,8 @@
{ {
"fieldname": "territory", "fieldname": "territory",
"fieldtype": "Link", "fieldtype": "Link",
"in_list_view": 1,
"in_standard_filter": 1,
"label": "Territory", "label": "Territory",
"options": "Territory" "options": "Territory"
}, },
@@ -72,12 +76,14 @@
{ {
"fieldname": "currency", "fieldname": "currency",
"fieldtype": "Link", "fieldtype": "Link",
"in_list_view": 1,
"label": "Currency", "label": "Currency",
"options": "Currency" "options": "Currency"
}, },
{ {
"fieldname": "annual_revenue", "fieldname": "annual_revenue",
"fieldtype": "Currency", "fieldtype": "Currency",
"in_list_view": 1,
"label": "Annual Revenue", "label": "Annual Revenue",
"options": "currency" "options": "currency"
}, },
@@ -151,7 +157,7 @@
], ],
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"links": [], "links": [],
"modified": "2021-08-26 12:10:49.191839", "modified": "2021-08-27 16:24:42.961967",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "CRM", "module": "CRM",
"name": "Prospect", "name": "Prospect",