multiple assigned users parameter

This commit is contained in:
Yuri Kuznetsov
2024-09-19 14:02:13 +03:00
parent 60fc6279ff
commit b752f43ee9
12 changed files with 251 additions and 110 deletions
@@ -14,6 +14,13 @@
"tooltip": true,
"view": "views/admin/entity-manager/fields/duplicate-check-field-list"
}
},
"assignedUsers": {
"location": "scopes",
"fieldDefs": {
"type": "bool",
"tooltip": true
}
}
},
"Contact": {
@@ -31,6 +38,13 @@
"tooltip": true,
"view": "views/admin/entity-manager/fields/duplicate-check-field-list"
}
},
"assignedUsers": {
"location": "scopes",
"fieldDefs": {
"type": "bool",
"tooltip": true
}
}
},
"Lead": {
@@ -48,6 +62,49 @@
"tooltip": true,
"view": "views/admin/entity-manager/fields/duplicate-check-field-list"
}
},
"assignedUsers": {
"location": "scopes",
"fieldDefs": {
"type": "bool",
"tooltip": true
}
}
},
"Opportunity": {
"assignedUsers": {
"location": "scopes",
"fieldDefs": {
"type": "bool",
"tooltip": true
}
}
},
"Document": {
"assignedUsers": {
"location": "scopes",
"fieldDefs": {
"type": "bool",
"tooltip": true
}
}
},
"Case": {
"assignedUsers": {
"location": "scopes",
"fieldDefs": {
"type": "bool",
"tooltip": true
}
}
},
"KnowledgeBaseArticle": {
"assignedUsers": {
"location": "scopes",
"fieldDefs": {
"type": "bool",
"tooltip": true
}
}
},
"Meeting": {
@@ -144,6 +201,13 @@
"tooltip": true,
"view": "crm:views/admin/entity-manager/fields/status-list"
}
},
"assignedUsers": {
"location": "scopes",
"fieldDefs": {
"type": "bool",
"tooltip": true
}
}
},
"@Event": {
@@ -182,6 +246,13 @@
"tooltip": true,
"view": "crm:views/admin/entity-manager/fields/status-list"
}
},
"assignedUsers": {
"location": "scopes",
"fieldDefs": {
"type": "bool",
"tooltip": true
}
}
}
}