We have a custom table in the quotation doctype which has severall columns which are mandatory and some which are just useful to see. I can change which columns are shown for my user but I want to set the default columns for all users. How can I set it, that it changes it for all users on the system?
Customize the child table doctype and go through the fields, in the field properties, check/uncheck the âin list viewâ for any field that you want to show/hide.
I just tried adding another column using the steps in the answers above, but it doesnât show up. I had to uncheck âin list viewâ for all entries, save and then check them again and then they appeared. But this doesnât seem to work anymore. In general the whole thing seems kinda random. From time to time the newly added column appears but mostly itâs missing.
I cleared the cache and reloaded the site, but itâs still not there.
I figured it out. In my case all I had to do was ensure I unchecked all other fields that had âIn List Viewâ checked. Iâm referring to fields that were checked by default but which I didnât need in the grid view
One small addition, on any enabled field with âIn List Viewâ, donât forget to set minimum of 1 in field âColumnsâ. And as described âNumber of columns for a field in a Grid (Total Columns in a grid should be less than 11)â so take that in the account for all enabled fields.