Process Designer - ObjectEvent Handlers
Content
Hi,
My requirement is when ever incident is created from Agent desktop that incident should be created in sales cloud
I have code of creation of creation of incident record in sales cloud using SOAP by Curl PHP (curl.php)
The point is I am trying to use Object Event Handler and on save of Incident in agent desktop I should invoke my Curl PHP (curl.php) code in order to create incident in sales cloud.
Could any one suggest me the code on Event Handler for invoking the (curl.php)
I need to capture incident fields while creating and pass to my (curl.php)
0