Error message:
my code:
I think the error in this line:
query: “erpnext.contacts.doctype.contact.contact.get_contact_display”
Error message:
my code:
I think the error in this line:
query: “erpnext.contacts.doctype.contact.contact.get_contact_display”
I believe the error is in this line:
query: "erpnext.contacts.doctype.contact.contact.get_contact_display"
This function is not from the ERPNext repository, it’s from the Frappe repository. So, it should be referenced as:
"frappe.contacts.doctype.contact.contact.get_contact_display_list"
OR You can try this also:
erpnext.stock.doctype.delivery_trip.delivery_trip.get_contact_display
Both not working!
I need to display all contacts