How to update incident using import set API

String
Kilo Sage

I have created a customised import set where incident ticket is created ,but now how to update the incident using import set API from 3rd party inbound Json.

1 ACCEPTED SOLUTION

@kiranchand 

you must be mapping the coalesce field via field map under the transform map

if the incoming value matches with target table it will update; if not found then it will insert

you need to have POST method

Only POST and GET are supported for Inbound REST Import Set

refer below link

Inbound REST Scripted Web Service

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

View solution in original post

10 REPLIES 10

Ankur Bawiskar
Tera Patron
Tera Patron

@kiranchand 

Can you share what is currently configured?

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Hi @Ankur Bawiskar 

1.created services fields

2.Created Incident transform map

3.Mapping assist(Field maps)

4.using transform scripts sending the create incident res 

Ankur Bawiskar
Tera Patron
Tera Patron

@kiranchand 

refer below link for reference:

Exercise: Create a Web Service Import Set

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Exactly same i created .