Topic by Guilherme Borges
Hi,
I've tried to update the field "Assigned To" of an incident at the Custom Processes. We can assign to an existing account, but we cannot assign to nobody (and this is what I want). I used:
$incident->AssignedTo->Account = new RNCPHP\Account();
But this code is not working and I get a error when I run this code updating an incident.
If anyone know how to do it, I will be very grateful.
Thanks and have a good day.