greetings,
is there any way to set the status from a case to e.g. open, after there was an email imported to this case?
is there any way to set the status from a case to e.g. open, after there was an email imported to this case?
$case->set('status', 'Some Status');
$this->getEntityManager()->saveEntity($case);
Comment