Hello everyone. I followed the documentation in hopes of implementing a process.
I’m on suitecrm 8.3.1, upgraded from suitecrm 7. the logic fields work fine, i tested the documentation to add a required logic field
i have created this
src\extensions\defaultExt\modules\Cases\Service\Fields\CaseCalculatePriority.php
using the documentation for process handler, and i redeclared the field priority in the file
src\public\legacy\custom\modules\Cases\metadata\detailviewdefs.php
when i step into the debugger, i can see that my process is detected because when I go in the detail view of a record, its steps through the constructor as well as the getProcessType(). However, the function run() is supposed to get called at some point i presume, but never does. and i don’t see any calls to my process in the network section of the firefox devtools.
i’m on windows 11 with a local setup using laragon and apache. The other features of suitecrm 8 work fine. I cleared the cache, and did a quick rebuild in the admin section. Am i missing a step in order for the process to work ?