
Hello all,
I have a visual force as a list view button on a related list on a standard object. The visual force page picks data from the standard object and populates data onto standard page of the custom object using URL hacking. There is a lot of data that is being copied from standard object to custom object via this url hack. The page works in lightning but does not copy any data from standard to custom object which I think might be because Url hacking is not possible in lightning. Whats the best way to get this to work apart from creating a lightning component to achieve the same functionality.
Thanks,
Nihar.
5 commenti

@Sfdc Yodha I am currently implementing that solution. I wanted to know if there are any other alternatives as the visual force page and its associated controller involve a lot of data validation checks and other features. Instead of building from ground up in lightning component I thought it would be easier if there is a way to achieve the same. Thank you for the response. :)