HI Team,
I converted a java button to Lightning button with the salesforce converter (Lightning Experience Configuration Converter.), which automatically converts and deploy java buttons to Lightning, but when I click on the lightning button it says "Sample Lightning Component Action".
Kindly guide what I am supposed to do?
When I see the status it says button is "Lightning converted (Partial)"
1 comentário
@Neha Gupta , the Lightning Experience Configuration Converter can’t fully recreate some types of JavaScript buttons. These items are marked as Lightning Component (Partial). In these cases, you get a quick action to trigger the component, but you must manually complete the component code.
See
https://help.salesforce.com/articleView?id=lcc_javascript_buttons_convert_to_lc_partial.htm for more details.