You need to sign in to do that
Don't have an account?

How to get selected records from list view in Lightning and add those to other object?
I have custom object called 'Mall'. Once users have selected the Malls, there would be a button on the top right that says "Add to Account".
When the user clicks the button, it will ask them to select an account (they will be able to search accounts). Once they select an Account, there will be a button that says 'Add'.
When they click add, the Malls that they selected on the list view would be added to the selected account they chose.
How can I achieve this functionality in Lightening ?
When the user clicks the button, it will ask them to select an account (they will be able to search accounts). Once they select an Account, there will be a button that says 'Add'.
When they click add, the Malls that they selected on the list view would be added to the selected account they chose.
How can I achieve this functionality in Lightening ?
The only way appears to me is using the visualforce page with lightning css.
when user clicks on the button on Opportunity related RFQ List it will generate Quote related to the same Opportunity if you are still stuck with a problem then I can send code, reply if you want a code.
Apex controller
Mark Best it solve your problem
Because the Behavior setting for custom buttons and links isn’t supported. When users click custom buttons in published sites, the Visualforce page is always displayed in the current window.
Does anyone know how to solve this problem?