The Now Platform® Washington DC release is live. Watch now!

Help
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

how to create an incident in salesforce when an incident is created in servicenow(Case)?

shinchan
Kilo Explorer

I have integrated servicenow to salesforce and able to create incidents in servicenow when its created in salesforce(written trigger in salesforce). I want to make it bi-directional.I.e.,Whenever incident is created in servicenow I want it to be created in salesforce org automatically.How can I achieve it?any trigger rules in servicenow?

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

Hi Vinuta,



you need to consume the salesforce api and send the necessary details.


have after insert business rule on incident table and consume the REST or SOAP endpoint.



https://api.status.salesforce.com/v1/docs/#/



Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.


Thanks


Ankur


Regards
Ankur

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hello VInuta,



You may find the below thread helpful.