19
SepGrab Deal : Upto 30% off on live classes + 2 free self-paced courses - SCHEDULE CALL
Salesforce has already provided prebuilt application such as workflow, approval process, process builder etc for the CRM functionality. It may be possible that the Organization has much more complex business requirements which cannot achieve by current prebuilt applications. When it happensthe Force.com platforms has following ways for developer to build custom functionality. We Can use Apex for Web Services, Email Services, Provide solution for Complex business requirements which cannot fulfilled by workflow rule. Add custom logic to another operation such as saving record.
How to Write Basics Access modifier:-
Read: Difference Between Microsoft Dynamics and Salesforce CRM.
Apex code:-
Read: What is Salesforce CRM? - CRM Benefits, Uses, and More
Ans:-
Public class listofAccountRecordClass
{
Public list<account>getAccountList(){
List<account>accountList = [select id,name,phone,industry,rating from account];
If(!accountList.isEmpty()){
returnaccountList;
}
System.debug(‘accountList’+accountList);
return new list<Account>();
}
}
GO TO ANONYMOUS WINDOW.
Call the class.
Read: Salesforce Marketing Cloud: A Powerful Marketing Platform
The JanBask Training Team includes certified professionals and expert writers dedicated to helping learners navigate their career journeys in QA, Cybersecurity, Salesforce, and more. Each article is carefully researched and reviewed to ensure quality and relevance.
Cyber Security
QA
Salesforce
Business Analyst
MS SQL Server
Data Science
DevOps
Hadoop
Python
Artificial Intelligence
Machine Learning
Tableau
Search Posts
Related Posts
What are Field Dependencies? How to create Field Dependency in Salesforce?
127.7k
What is the Collection in Salesforce?
651.7k
What are Escalation Rules in Salesforce?
360k
How to Integrate Salesforce with Outlook, Gmail, & Mailchimp
307.7k
How to Improve Coding Skills & Become Better Salesforce Developer?
702.1k
Receive Latest Materials and Offers on Salesforce Course
Interviews