Sorting objects in list according to othe fields - Salesforce ...
文章推薦指數: 80 %
Use ORDER BY clause and directly store sorted results in the list. ... 2. Another possible way is to add the data to a Map and sort by keyset.
LoginwithSalesforce
Don'thaveanaccount?
SignupforaDeveloperEdition
BrowsebyTopic
ApexCodeDevelopment(86622)
GeneralDevelopment(53776)
VisualforceDevelopment(36733)
APIsandIntegration(15806)
Lightning(15647)
Trailhead(11258)
Formulas&ValidationRulesDiscussion(10640)
OtherSalesforceApplications(7731)
JobsBoard(6626)
Force.comSites&Site.com(4714)
Mobile(2608)
JavaDevelopment(3888)
.NETDevelopment(3500)
Security(3170)
Mobile(2608)
VisualWorkflow(2338)
AppExchangeDirectory&Packaging(2325)
Perl,PHP,Python&RubyDevelopment(2012)
ChatterandChatterAPIDevelopment(1702)
SalesforceLabs&OpenSourceProjects(1215)
DesktopIntegration(1140)
Architecture(926)
SchemaDevelopment(912)
Apple,MacandOSX(791)
VBandOfficeDevelopment(633)
EinsteinPlatform(188)
Salesforce$1MillionHackathon(180)
SalesforceSummerofHacks(173)
ViewMoreTopics
SeeAllPosts
Ask
Search:
ResetSearch
WelcometoSupport!
SearchforanansweroraskaquestionofthezoneorCustomerSupport.
Needhelp?
Dismiss
Youneedtosignintodothat
Signintostartsearchingquestions
Don'thaveanaccount?
SignupforaDeveloperEdition
ShowAllQuestionssortedbyDatePosted
ShowAllQuestionsUnansweredQuestionsUnsolvedQuestionsSolvedQuestions
sortedbyDatePostedRecentActivityMostPopular
+StartaDiscussion
Youneedtosignintodothat
Signintostartadiscussion
Don'thaveanaccount?
SignupforaDeveloperEdition
SolvedQuestionsThisQuestion
ArunYadav13 SortingobjectsinlistaccordingtoothefieldsHiIneedtoSortentriesofquoteLineItemListbyPriceBookEntry.Product2.Product_Family__r.Sort_Order__candPriceBookEntry.Product2.ProductCodeandthenstorethesortedlistinorderedLineItem.HowcanIdothisusingapexcode. May16,2016·Like0·Follow1
BestAnswerchosenbyArunYadav13MedhyaMahajan//AssumingPriceBookEntry.Product2.Product_Family__r.Sort_Order__cisoftypeString Map
延伸文章資訊
- 1Sorting of sObjects in Salesforce - ABSYZ
I had a requirement where I had to sort a list of custom object records (Product__c) by a custom ...
- 2Sorting Lists in Salesforce - Focus on Force
Another way to sort on multiple fields in APex is to write your data to a table used to store dat...
- 3Salesforce Apex List Sort Study
Salesforce Developers. Study. Details: The List.sort method sorts these two elements based on the...
- 4Sorting objects in list according to othe fields - Salesforce ...
Use ORDER BY clause and directly store sorted results in the list. ... 2. Another possible way is...
- 5Custom sorting of a collection in Apex – Netsutra Blog
Apex will allow you to make an order List of objects that you can then iterate over and manipulat...