Topic by Saravanan Sekar
Content
Hi All,
I am using curl in CPM to create record in EBS system, once the record created am mapping that respective record ID against the Incident.
Here, the record gets created successfully and the ID also coming (Tested Completely in Test_harness as well as in Controller with the existing incident), but when I call the CPM from business rule for new records (dynamically), the EBS record ID value is not getting stored against incident but the record created successfully in EBS system.
I am also using RNCPHP\ConnectAPI::commit(); in my code to stop triggering more than once.
Any input is welcome, Thanks in advance.
~ S.Saravanan