Hi All,
I am working on a Lightning Solution for a Custom JS button from our classic Org as Js buttons are not supported in lightning. The lightning button conditionally redirects user to a standard edit page of an object and pre-populates some fields via url hack. In some cases it redirects user to that page and in other cases it throws an alert message to the user. Url hacks do not work in lightning.
Currently I am working on building a lightning component and associating it with a lightning action. But I am not completely sure what the URL should look like in Lighting to achieve the same classic functionality(standard edit page prepopulating some fields).
Is there a better way to achieve similar functionality in lightning?
Thanks,
Nihar.
19 件のコメント
Thanks @Fabien Taillon. I think they will be giving similar feature for edit as well which makes things more easier.