The field is getting cleared when I refresh the page

I have a field name “assigned_to”. I have saved the document and I opened it. When I refresh the page, the “assigned_to” field gets cleared. how to resolve it?

Kindly check your scripts for clear the particular field.

Your question is not clear but I assume from the field name “assigned_to” it is a field that accepts multiple users/employees so I would suppose this is either a link field for a single user/employee assignment or a child-table, or multiselect for multiple users/employees assignment.

In case this was a link field, make sure there are no other fields within the doctype that link to the User doctype.

Otherwise, for child tables and multiselect fields, make sure the link field in the child doctype has “in list/grid view” enabled.

1 Like

Thank you for your response.