PHP Code:
{
"viewSetupHandlers": {
"record/detail": [
"__APPEND__",
"custom:your-handler-class-path"
]
}
}
here is the full doc for this https://docs.espocrm.com/development...etup-handlers/
{
"viewSetupHandlers": {
"record/detail": [
"__APPEND__",
"custom:your-handler-class-path"
]
}
}
Leave a comment: