Login
Remember
Register
Ask a Question
Why use Batch Apex instead of Normal Apex?
0
votes
asked
Feb 3, 2020
in
Salesforce
by
SakshiSharma
Why use Batch Apex instead of Normal Apex?
#salesforce-normal-apex
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 4, 2020
by
rajeshsharma
Ways to call an Apex class in Salesforce are as follows:
From the Visualforce page
From Developer Console
From JavaScript links
By using a trigger
From another class
From home page components
...