Lightning Aura Components – Can’t Change Case Owner Using

Is there any way to change Owner of case using Lightning record edit form?

I Want to use OwnerId Field only. When I use

<lightning:inputField variant="label-hidden" fieldName="OwnerId" autocomplete="off"/>

it comes fixed in form and can't be changed.

Best Answer

OwnerId is not supported by lightning:inputField.

The Owner, CreatedBy, and LastModifiedBy fields are not supported for lookups.

You will need to utilize other approach here to be able to update this field.