Hi All,
Since we are migrating to Lightning, so all the custom URL buttons will not work there. Can we mimic the behavior of pre populating data from one record to another record using Flow. Means when user click on button, flow should copy the passed parameter values and populate in to other record in edit mode.
I can accomplish this through Lightning component but wanted to make sure that Flow can/cannot do it.
Thanks
Kuldeep
2 comentarios
Hi @Kuldeep Negi in this case to accomplish this you should keep in mind the next three things:
- A Quick Action that calls a Flow
- Flow
- A Custom Lightning Component.