Hi everyone, does anyone know if it's possible to ...
# suitescript
r
Hi everyone, does anyone know if it's possible to mimic the lead conversion feature using SuiteScript? I'm trying to recreate the procedure we currently follow which splits the lead into a prospect entity and an associated contact record
b
i don't think it would be easy
you can try manually creating the records via script
anything that sets the
other relationships
field will either require you to use an entity duplication task to merge the entities
or try using record.transform in an undocumented way
r
Thanks!