Error while installing heatlhcare app

I am getting below error while installing healthcare App.

Installing healthcare…
Updating DocTypes for healthcare : [========================================] 100%
An error occurred while installing healthcare: Could not find Row #20: Reference Document Type: Certification Application
Traceback (most recent call last):
File “apps/frappe/frappe/commands/site.py”, line 344, in install_app
_install_app(app, verbose=context.verbose)
File “apps/frappe/frappe/installer.py”, line 255, in install_app
frappe.get_doc(‘Portal Settings’, ‘Portal Settings’).sync_menu()
File “apps/frappe/frappe/website/doctype/portal_settings/portal_settings.py”, line 37, in sync_menu
self.save()
File “apps/frappe/frappe/model/document.py”, line 277, in save
return self._save(*args, **kwargs)
File “apps/frappe/frappe/model/document.py”, line 310, in _save
self._validate_links()
File “apps/frappe/frappe/model/document.py”, line 835, in validate_links
frappe.throw(
(“Could not find {0}”).format(msg),
File “apps/frappe/frappe/init.py”, line 448, in throw
msgprint(msg, raise_exception=exc, title=title, indicator=‘red’, is_minimizable=is_minimizable, wide=wide, as_list=as_list)
File “apps/frappe/frappe/init.py”, line 427, in msgprint
_raise_exception()
File “apps/frappe/frappe/init.py”, line 382, in _raise_exception
raise raise_exception(msg)
frappe.exceptions.LinkValidationError: Could not find Row #20: Reference Document Type: Certification Application

frappe v-14 beta 3
erpnext v-14 beta 4

@ChillarAnand

we created a new doctype called “Certification Application” and went ahead.

No issue after that.

1 Like