Quantcast
Channel: Discussion Forum > Connect Data Services
Viewing all articles
Browse latest Browse all 2504

why an incident attachment was appended to multiple incident thread by SOAP API? (1 Comment)

$
0
0

Topic by Sven Li

Content

Our Add-In leveraged RightNow web service SOAP API to append attachment and thread to an exist incident. In our code (see code block), we added a thread object and an attachment object to incident, then invoke update method. The expect result was that thread and attachment was added to the incident,and we could see attachment in thread area(see screenshot). But why exception happened that an attachment was appended to multiple thread when we used same way? For example, we wanted to upload 32 attachment threads to an exist incident and invoked below codes 32 times. Our expectation was each thread only had an attachment merged (See screenshot). But the real result was not like that. We got both situation here, good thread with an attachment appended, which is normal, but bad threads with multiple attachment (See screenshot).

Version

February 2014

Code Block

Image


Viewing all articles
Browse latest Browse all 2504

Trending Articles