We are transforming our classic app to lightning experience. In account tab , we have Opportunity related list which has a javascript button. Since lightning is not supporting JS button, we have to go with Lightning Quick Action instead of JS button. We have created the Lighting quick action but how to add the same in the related list. Does anybody have any idea or is there any other work around. I have gone through the below link but did not get any idea.
Please Help me out to implement the same.
Thanks in advance
Somnath
+358469696954
4 Kommentare
You could create a new custom lightning component that leverages Lightning Data Service to use values from the current record(s) to create a new record regardless of that being related or not to the current record.