field man limitation
This commit is contained in:
@@ -417,7 +417,8 @@
|
||||
"type": "varchar",
|
||||
"notStorable": true,
|
||||
"exportDisabled": true,
|
||||
"disabled": true
|
||||
"disabled": true,
|
||||
"fieldManagerParamList": []
|
||||
},
|
||||
"acceptanceStatusMeetings": {
|
||||
"type": "enum",
|
||||
@@ -428,7 +429,8 @@
|
||||
"exportDisabled": true,
|
||||
"view": "crm:views/lead/fields/acceptance-status",
|
||||
"link": "meetings",
|
||||
"column": "status"
|
||||
"column": "status",
|
||||
"fieldManagerParamList": []
|
||||
},
|
||||
"acceptanceStatusCalls": {
|
||||
"type": "enum",
|
||||
@@ -439,7 +441,8 @@
|
||||
"exportDisabled": true,
|
||||
"view": "crm:views/lead/fields/acceptance-status",
|
||||
"link": "calls",
|
||||
"column": "status"
|
||||
"column": "status",
|
||||
"fieldManagerParamList": []
|
||||
},
|
||||
"campaign": {
|
||||
"type": "link",
|
||||
|
||||
@@ -158,7 +158,8 @@
|
||||
"type": "varchar",
|
||||
"notStorable": true,
|
||||
"exportDisabled": true,
|
||||
"disabled": true
|
||||
"disabled": true,
|
||||
"fieldManagerParamList": []
|
||||
},
|
||||
"acceptanceStatusMeetings": {
|
||||
"type": "enum",
|
||||
@@ -169,7 +170,8 @@
|
||||
"exportDisabled": true,
|
||||
"view": "crm:views/lead/fields/acceptance-status",
|
||||
"link": "meetings",
|
||||
"column": "status"
|
||||
"column": "status",
|
||||
"fieldManagerParamList": []
|
||||
},
|
||||
"acceptanceStatusCalls": {
|
||||
"type": "enum",
|
||||
@@ -180,7 +182,8 @@
|
||||
"exportDisabled": true,
|
||||
"view": "crm:views/lead/fields/acceptance-status",
|
||||
"link": "calls",
|
||||
"column": "status"
|
||||
"column": "status",
|
||||
"fieldManagerParamList": []
|
||||
},
|
||||
"teams": {
|
||||
"type": "linkMultiple",
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
"type": "bool",
|
||||
"notStorable": true,
|
||||
"readOnly": true,
|
||||
"disabled": true
|
||||
"disabled": true,
|
||||
"fieldManagerParamList": []
|
||||
}
|
||||
},
|
||||
"links": {
|
||||
|
||||
@@ -224,7 +224,8 @@
|
||||
"type": "varchar",
|
||||
"notStorable": true,
|
||||
"exportDisabled": true,
|
||||
"disabled": true
|
||||
"disabled": true,
|
||||
"fieldManagerParamList": []
|
||||
},
|
||||
"acceptanceStatusMeetings": {
|
||||
"type": "enum",
|
||||
@@ -235,7 +236,8 @@
|
||||
"exportDisabled": true,
|
||||
"view": "crm:views/lead/fields/acceptance-status",
|
||||
"link": "meetings",
|
||||
"column": "status"
|
||||
"column": "status",
|
||||
"fieldManagerParamList": []
|
||||
},
|
||||
"acceptanceStatusCalls": {
|
||||
"type": "enum",
|
||||
@@ -246,7 +248,8 @@
|
||||
"exportDisabled": true,
|
||||
"view": "crm:views/lead/fields/acceptance-status",
|
||||
"link": "calls",
|
||||
"column": "status"
|
||||
"column": "status",
|
||||
"fieldManagerParamList": []
|
||||
},
|
||||
"teamRole": {
|
||||
"type": "varchar",
|
||||
|
||||
Reference in New Issue
Block a user