How we can hide the name field from list view?

I have create a new doc type and we need name field hide from list view .

Hi,
1.Go to that Doc type
2.open name field
3. uncheck “List view” option

@shraddha Do you know name field is not included in doctype because it is default field in a doctype?

@vaibhavk,

Please set the title field for the doctype then in list it will show the title instead of name, you can check it with the Sales Order List

@makarand_b I have added ‘Title’ field in My Doctype. It is working, but previous entry for display {abbreviation name} value. How we manage value for previous entries.

That may be because the title field value is not available for the document you will need to save the document to get the title name

@makarand_b Thanks for help