10
DecBlack Friday Deal : Up to 40% OFF! + 2 free self-paced courses + Free Ebook - 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: What is Salesforce Sandbox? How to Create & Uses of Sandbox?
Apex code:-
Read: How Long Does It Take To Learn Salesforce? Get a Real Estimate
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 Architect Certification Study Guide & Tips to Land The Job
A dynamic, highly professional, and a global online training course provider committed to propelling the next generation of technology learners with a whole new way of training experience.
Cyber Security
QA
Salesforce
Business Analyst
MS SQL Server
Data Science
DevOps
Hadoop
Python
Artificial Intelligence
Machine Learning
Tableau
Search Posts
Related Posts
Unleash the Future of Salesforce Developer: Exploring the Revolutionizing Frontier 348.1k
Know The Best Tips To Be Followed For Salesforce Admin Certification Test 294.7k
Advance Your Career by Imbibing the Skills with Salesforce Certification 4.4k
Salesforce Developer Salary in the USA| Updated Guide for 2021 262.6k
Salesforce Developer Salary Guide: How Much Can You Earn? 8.9k
Receive Latest Materials and Offers on Salesforce Course
Interviews