[communication] covert-wip
diff --git a/erpnext/hooks.py b/erpnext/hooks.py
index 65eee1f..577eaea 100644
--- a/erpnext/hooks.py
+++ b/erpnext/hooks.py
@@ -26,6 +26,8 @@
 
 standard_queries = "Customer:erpnext.selling.doctype.customer.customer.get_customer_list"
 
+communication_covert_to = ["Lead", "Support Ticket", "Job Application"]
+
 doc_events = {
 	"Stock Entry": {
 		"on_submit": "erpnext.stock.doctype.material_request.material_request.update_completed_qty",