In this article, I am going to explain the “Picklist” and “Picklist (Multi-Select)” data type fields in the Salesforce lightning platform. Picklist The picklist data type field contains much of the data available on the list. But users can select any one of the data from the list...
When the Classic screen loads, clickSetupin the top navigation bar. Next, you’ll need to scroll down and look for theBuildmenu item on the left hand side. ClickCreateto expand the list, and then click theAppslink underneath it. Now we’re going to scroll down to theConnected Appssectio...
Map<String,Account>accMap=newMap<String,Account>([SELECTId,NameFROMAccount]);System.debug(LoggingLevel.INFO,'*** accMap: '+accMap);Set<String>accidSet=accMap.keySet();List<String>strList=newList<String>{'I','II'};String valList='(';for(String str:strList){valList+='\''+(String)...