diff --git a/landa/organization_management/doctype/external_contact/test_records.json b/landa/organization_management/doctype/external_contact/test_records.json new file mode 100644 index 00000000..a53a6d60 --- /dev/null +++ b/landa/organization_management/doctype/external_contact/test_records.json @@ -0,0 +1,15 @@ +[ + { + "doctype": "External Contact", + "external_organization_name": "Test External Organization", + "organization": "REG" + }, + { + "doctype": "External Contact", + "first_name": "Jane", + "last_name": "Doe", + "date_of_birth": "1990-01-01", + "external_organization_name": "Test External Organization 2", + "organization": "REG" + } +] \ No newline at end of file