Hi,
I was trying to add bottom panel in team
"bottomPanels": {
"edit": [
{
"name": "description",
"label": "Remarks",
"view": "Advanced:Quote.Record.Panels.remarks",
"sticked": true
}
]
},
which gives me error-Uncaught (in promise) TypeError: Cannot read property 'indexOf' of undefined.
If I add this in any other entity it is working . Why not working in Team?
Please help.
Thanks.
I was trying to add bottom panel in team
"bottomPanels": {
"edit": [
{
"name": "description",
"label": "Remarks",
"view": "Advanced:Quote.Record.Panels.remarks",
"sticked": true
}
]
},
which gives me error-Uncaught (in promise) TypeError: Cannot read property 'indexOf' of undefined.
If I add this in any other entity it is working . Why not working in Team?
Please help.
Thanks.
Comment