Adding List view on Create Form Doctype

  • This is my Driver’s doctype, which contains the following fields.
  • On this page I need to show the list view of the driver doctype.
  • If I add new entries and click save, the driver doctype list view should auto-refresh.
  • It will show the updated list.

how can I achieve the above functionalities?

If you want to add the field in listview level, then you have to set as “In List View” and update the form.

Otherwise, you can also set it from the List Settings.

Sorry, I don’t need to add more fields to the list view, I need it like creating a doctype form and the list view should be shown on the same page. Like the below image

Not possible yet. that for, you have to customize the form view.

Sorry, I don’t need to add more fields to the list view, I need it like creating a doctype form and the list view should be shown on the same page. Like the below image

If I add new entries, It will auto-refresh the list view. Is there any way to achieve this?

read this:

Thanks for the response