Hi,
Is it possible to trigger a workflow using this button - https://docs.espocrm.com/development/custom-buttons/ ?
Is it possible to trigger a workflow using this button - https://docs.espocrm.com/development/custom-buttons/ ?
{ "menu": { "detail": { "dropdown": [ "__APPEND__", { "name": "startProcessGlobal", "action": "startProcessGlobal", "label": "Start Process", "acl": "create", "aclScope": "BpmnProcess", "hidden": true, "data": { "handler": "advanced:start-process-action-handler" }, "initFunction": "init" } ] } } }
Comment