We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Integtation b/n snow to snow

Sahasra
Tera Contributor

I tried  to integrate snow instance with other snow instance.It is throwing an like in the pic.can anyone help me with the code

Thanks in advance

1 ACCEPTED SOLUTION

Murthy Ch
Giga Sage

@Sahasra 

-Remove 8th line because you have already written in 10th line

From 15th line update something like below:

var responseJSON= JSON.parse(responseBody);

var targetIncidentNumber= responseJSON.number;
var targetIncidentsid=responseJSON.sys_id;

Thanks

Murthy

Thanks,
Murthy

View solution in original post

2 REPLIES 2

Murthy Ch
Giga Sage

@Sahasra 

-Remove 8th line because you have already written in 10th line

From 15th line update something like below:

var responseJSON= JSON.parse(responseBody);

var targetIncidentNumber= responseJSON.number;
var targetIncidentsid=responseJSON.sys_id;

Thanks

Murthy

Thanks,
Murthy

Still showing this line error.Murthy can u help me pls