-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Object to Object Conversion (eg Lead to Opportunity) #10422
Comments
Hey, I'm sorry I'm not sure I understand. Do you mean (Lead -> People + Company) type of conversion like in Salesforce? (which would be a custom -> standard object conversion since we don't have a Lead object today). |
Essentially yes it is an object to object conversion, like in salesforce. Allow each system to define mappings for object to object conversion. The idea is that a lead needs to be converted into 1 or more objects to be used after initial review. This will solve for lead (custom object) conversion as well as other object conversion scenarios. The exact destination object converted into will change depending on the user's selected crm implementation. So the request is for the ability to define 1 or more template conversion mappings between a source and a destination object(s). This would mean essentially creating a 'conversion template' which says:
The idea is that a conversion should not pay attention to whether the destination is a standard or a custom object. It simply allows a template to define source and destination. |
Scope & Context
I would like to request enhanced object management in Twenty CRM.
The ticket is about enabling users to convert leads directly into any custom object of their choosing, instead of manually copying data.
Current behavior
Currently, when a lead is received and stored as a custom object, it cannot be directly converted into another object like an opportunity.
This forces users to manually transfer data from the lead to the desired object type, which is inefficient and error-prone.
Expected behavior
Users should be able to select a lead and convert it directly into a custom object of their choice.
The system should automatically map and transfer the data from the lead into the custom object format.
Technical inputs
The text was updated successfully, but these errors were encountered: