You need to sign in to do that
Don't have an account?
Can we perform CRUD operation on multiple records at a time in lightening without using @auraEnabled apex classes in lightening component itself?
As I know about Lightening Data Service feature which is performing CRUD on a single record at a time.But I want to perform CRUD on multiple records at a time.
We can write all apex logic on Visualforce page using ajax toolkit and then we can include visulaforce page through Iframe tag in lightning component.it has solved my problem.