Is it possible to update the value of the 'Opened By' field of an existing case via the API?
I have tried with setting ixPersonOpenedBy="xx" it does nothing, even though I am logged in as an admin.
|
1
1
|
Is it possible to update the value of the 'Opened By' field of an existing case via the API? I have tried with setting ixPersonOpenedBy="xx" it does nothing, even though I am logged in as an admin. |
|||
|
|
|
3
|
You can specify the user to open a case as for new cases, but not edit it for existing cases. The closest you can come to this functionality is to close and reopen the case (which sets ixPersonOpenedBy to the reopener) or via a custom plugin. |
||||||||||||
|