Execute rules after updating the object, PHP Connect API
Content
$incident->save(RNCPHP\RNObject::SuppressRules);
Reading the documentation, it seems to me that the default behavior should be the rules executed after updating the object, but this did not happen.
This is not a base incident passed through parameters in CPM.
Is there a way to force the rules to execute after the updating?
Code Snippet
$parentIncident = RNCPHP\Incident::fetch($parentIncidentId); $parentIncident->save();
Tagged:
1