Apex List In SalesForce - C# Corner
文章推薦指數: 80 %
About SalesForce · public class ApexList { · public static void Listtest() { · List < String > Dept = new List < String > { · 'CSE', · 'EEE', · 'ECE' ...
ApexListInSalesForce
VijayaragavanS
UpdateddateSep11,2019
29.3k
0
2
Readingthisarticle,youcanlearnandtesttheApexListandMethodsinSalesForce.
facebook
twitter
linkedIn
Reddit
WhatsApp
Email
Bookmark
Print
OtherArtcile
Expand
AboutSalesForce
SalesForceisacloud-basedonlinesolutionforcustomerrelationshipmanagementorCRM.SalesForceprovidesallofourdepartmentslikemarketing,sales,commerce,andservicewithasharedviewofourcustomerswithasingleintegratedCRMplatform.
Apexisastronglytyped,object-orientedprogramminglanguagethatallowsdeveloperstoexecuteflowandtransactioncontrolstatementsonSalesForceserversinconjunctionwithcallstotheAPI.UsingsyntaxthatlookslikeJavaandactslikedatabasestoredprocedures,Apexenablesdeveloperstoaddbusinesslogictomostsystemevents,includingbuttonclicks,relatedrecordupdates,andVisualforcepages.ApexcodecanbeinitiatedbyWebservicerequestsandfromtriggersonobjects.–Salesforce
ApexCollectionsisatypeofvariable,itcanstoremultiplenumbersofrecords.ThedifferenttypesofCollectionsare,List,SetandMap.
Alistislikeanarray,asequentialcollectionofelementswithfirstindexpositionaszero.Listcancontainelementsofprimitivetypes,sObjects,user-definedobjects,Apexobjectsorevenothercollections.Alistcancontainuptofourlevelsofnestedcollections.Listcancontainduplicateelements
Readingthisarticle,youcanlearnandtesttheApexListandMethodsinSalesForce.
TheprerequisitesfortestingApexListsinSalesForceas,
RegisteraSalesforceFreeTrialaccountusingthefollowinglink.
Step1
LogintoyourSalesForceaccountandclicktheDeveloperConsole.
Step2
Now,wecancreateanewApexClassApexListfilenamedasApexList.apxc,
AftercreatingApexclassApexList,addaListtestmethodforcreatingandtestingtheListanditsmethods.
TheGeneralSyntaxforApexListis,
List
延伸文章資訊
- 1How to List And Set Methods in Salesforce - JanBask Training
Salesforce Set methods comprise an Apex Set class that is responsible for the gathering of unique...
- 2Salesforce List Class Apex Study
Details: If you are interested in learning Salesforce Apex, then we have compiled a list of Best ...
- 3Lists | Apex Developer Guide
A list is an ordered collection of elements that are distinguished by their indices. List element...
- 4Apex Developer Guide - Salesforce Implementation guides
Follow a step-by-step tutorial to create an Apex class and trigger, ... Apex and the Lightning pl...
- 5What is List Class in Salesforce? - Forcetalks
A list is an ordered collection of elements that are distinguished by their indices. List element...