ERPnext v15, CRM module of ERPnext (not standalong). Somehow confusing and fragmented logic.
-
Set up appointment app/appointment/
1.1. there are mandatory email and name (that are duplication for existing customers and can not be changed in form customization), but fine. Duplicating it.
1.2. Link in customer doctype and customer name - ok. -
it offers to link appointment doctype to calendar event app/event/EV00004
as a result we have 2 objects - appointment and event with different data (the start date is synced although) and also communication doctype related to it.
then if we reschedule the app/event/EV00004 then the app/appointment/APMT-Jim%20Vorough-0001 start date is not changing. So basically the question is which doctype to use for appointments - assume the Event? any more streamlined UI and steps for such popular operation?
thanks