In Classic, We have custom List button which pre-populate 5-7 fields value and open a new record edit page.
In lightning we can achieve same by using Quick action, but problem we can only keep few fields on layout not All fields which we get in custom list button of Classic as we do like this.
/500/e?FieldId1=value&fieldId2=value
Did anyone achieved such things before ?
Any help will be appreciated.
1 comment
@Ankush Somani, how many fields are you trying to add? You may want to consider a Lightning Component run from a button. I would encourage you to see if we can replace your button through the Lightning Experience Configuration Converter - https://lightning-configuration.salesforce.com/#JS_Alternatives