I added the columns what i required using table setting icon (Admin)
But, that columns are not displaying for the employee (User)
I added the columns what i required using table setting icon (Admin)
But, that columns are not displaying for the employee (User)
Because users can change the table view from the gear icon, it’s a flexible feature.
Got it, Thank you…
Yes you are right, but can we do something like default view for child table that will be same for all users initially?
also When you create a new child DocType in Frappe/ERPNext, the order of fields is controlled by the idx (index) property in the DocType definition.
Whatever sequence you define during creation (either in the Doctype editor UI or in the JSON file) will be the sequence every user sees.
Field Sequence for Child DocType
Column Break
Column Break
then your sequence will look like
| Activity Type | From Time | To Time | Hrs | Project |