You need to sign in to do that
Don't have an account?
dietcola
automatically create custom object record upon lead conversion
I have no idea if it's possible, but is there a way that I can create a workflow rule or something that automatically createc a record in one of my custom objects every time a Lead is converted to a Person Account?
I would also need to create field updates on the custom object to auto-fill a few fields, but I'm very okay with one step at a time. =)
Many thanks in advance!
Hi,
You cannot create a new record by using workflow rules, but you can do this by Apex Coding. On convert lead button you can add the functionality for for creating a new record and update few fields accordingly in the same class. You can find a lot of info on the discusion board for the heads up.
Hope the information is helpful.
Regards
Wm