feat: add option to update modified on communication recieved (#45307)

This commit is contained in:
Ejaaz Khan
2025-01-17 16:40:35 +05:30
committed by GitHub
parent 9163f60191
commit aa38895caf
4 changed files with 35 additions and 4 deletions

View File

@@ -345,7 +345,10 @@ doc_events = {
"erpnext.support.doctype.service_level_agreement.service_level_agreement.on_communication_update",
"erpnext.support.doctype.issue.issue.set_first_response_time",
],
"after_insert": "erpnext.crm.utils.link_communications_with_prospect",
"after_insert": [
"erpnext.crm.utils.link_communications_with_prospect",
"erpnext.crm.utils.update_modified_timestamp",
],
},
"Event": {
"after_insert": "erpnext.crm.utils.link_events_with_prospect",