You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Execute rules after updating the object, PHP Connect API

Received Response
23
Views
1
Comments
edited Jun 8, 2022 12:09PM in General Technical Discussions 1 comment

Content

http://documentation.custhelp.com/euf/assets/devdocs/may2013/Connect_PHP/Content/Connect%20for%20PHP%20API/Connect%20PHP%20API/Object%20Lifecycle/CRUD%20Behavior/Processing%20Options%20Overview.htm#CreateProcessingOptions

$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();

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!