Hi Nicolas, I don't use this module, but I know several installations
that use it, would be better to have opinions from real users.
My 2¢:
> - Activity Type : migrate from a List (System level) to a real table
This sounds a bit disruptive for actual installations, you would need to
take care of migrating the old list values (String) to the new table
values (Activity_ID)
Because of that I think the table must be System+Tenant - this is, the
System has the predefined values actually on the list, allowing to add
new values in tenants.
> - Add a "Position Name" to be used instead (ro in parallel) of the
"Position" (C_Job_ID) field ; but maybe is doable using the current
"Title" field
Right, for me Title sounds correct too
> - Be able to use Lead for both Sales and Purchase ; their idea is to
manage recruitment of vendors (subcontractors).
> -> my idea is to :
> - add a IsVendorLead (so we would have structure as
C_BPartner (IsCustomer=IsSalesLead ; IsVendor=IsVendorLead)
> - adapt the ConvertLead process to tick IsCustomer/IsVendor
according to IsSalesLead/IsVendorLead
It sounds fine IMO.
> - add a 'Vendor lead' window
> - add a 'Vendor Opportunities' window (and maybe a
C_Opportunity.IsSOTrx, but maybe be can guess using
C_BParter.IsCustomer/IsVendor)
Not sure if is worthy - I guess you can adapt the existing window to
manage the lead, what if (same as in Business Partner) a lead is a
customer and vendor lead at the same time?
Regards,
Carlos Ruiz
Am 16.12.20 um 08:21 schrieb Nicolas Micoud:
> Nicolas --