Calling Apex method from a Quick Action in Salesforce Lightning using Aura component
Using aura:handler name = "init", we an invokeApex method from a Quick Action in Salesforce Lightning using Aura component. From the action attribute, call the JavaScript function. In the JavaScript ....