Topic by Steve Flynn
Can someone tell me whether I can edit the text in an incident thread through Connect? I have all the code in place for this, but when I attempt to update I get an error:
"ID may not be set due to visibility restrictions while performing the action: update
While processing Incident->Threads(rno_v1_2::ThreadList)->ThreadList(rno_v1_2::Thread[])->ID(rnb_v1_2::ID)"
I'm not trying to update the ID, I'm trying to update the text - I've given the update function the thread ID and have set the action property to 'update', and actionSpecified to 'true'. I'm only sending one thread per update.
Has anyone done this before, or can anyone verify that this is even possible before I spend any more time on it?
Thanks.