Which parts of lightning components are server-side and which are client-side ? : salesforce lightning component
Answer / Bhavana Bhardwaj
In Aura components, the controller (JavaScript) is client-side, while the helper (Apex) can be used for server-side logic. In LockerService components, everything except for Apex methods and custom controllers is client-side.
| Is This Answer Correct ? | 0 Yes | 0 No |
How soap can be accessed? : salesforce integration
What are the standard reports in salesforce?
Define sosl ?
What is a workflow? What is a workflow rule?
Other than Data Loader any other way to import Bulk Data?
Which permission is required to set the running user other than you in dashboard? : salesforce admin
What is the purpose of using with sharing and without sharing?
Define a validation rule?
What are maps in apex?
If an action is scheduled to be executed for a time-based workflow, is it possible to delete the workflow?
What is static resources?
Why do we need to write test classes? : salesforce crm