You need to sign in to do that
Don't have an account?
priyanka m 8
How to call service now api's in salesforce and map the fields between incident and case
I want to integrate servicenow and salesforce. I am able to create the incident from salesforce from apex class. But I want to create the incident in servicenow when case is created in salesforce.
How this can be achieved?
How this can be achieved?
You can write Apex trigger on case object, that trigger will call an Apex class, which will then create an 'Incident' in ServiceNow. Something like the code given below.
Mark Best Answer if this fulfills your requirement.
Hi Arun,
I am new to salesforce. I am trying to integrate salesforce to servicenow.
I have created "APEX Class and the APEX trigger" as mentioned in your thread.
When i am trying to ececute the code i am getting "Unexpected token trigger error".
Am i doing something wrong ? Can you help me on that?
Thanks in advance!
Thanks,
Bhojraj Dhakate