Topic by Bastiaan van der Kooij
Content
I have build a custom process on a custom object called orders. The process is triggered on create and update. The logic looks up an incident with a field that is the same as a field in the order, when a match is found the incident ID is stored in the order.
The process is running fine when I update / create one order, however when I select more than one order and change a field to trigger the custom process, it is not working. I've tried changing the CPM to execute asynchronic but then even with one order change it feels the load is to heavy and it keeps postponing the update, let alone updating multiple orders at once.
The CPM must eventually be triggered by large uploads from an external SOAP connection, so I need to ensure it will be triggered for each order, even when the upload has many orders at once.
Anybody has an idea on why the CPM is not triggered for multiple Orders?