63. Virtual Doctypes Part 1 - Frappe ERPNext

Learn how to work with Frappe virtual doctype

category: Frappe Framework


Learn how to work with Frappe virtual doctype. Virtual DocType is a feature-extension for DocType which allows developers to create DocTypes with custom data sources and DocType controller. You'll learn to: 1. Retrieve dataset from external application 2. Create new document 3. Update the document All using custom controller built by you once you complete this tutorial.


github: github: gitub.com/mymi14s/estate_app

Prev 62. Web Form - Frappe ERPNext
Next: 64. Virtual Doctype Part2 - Frappe ERPNext