Note that there are some explanatory texts on larger screens.

plurals
  1. POHow can I add more values to a Picklist in Salesforce?
    primarykey
    data
    text
    <p>I have to show many values in a Picklist, and up to certain limit it works. However, it throws an error when it reaches a certain limit when I assign to it. So help me out, how can I manage to store more values in a Picklist?</p> <p>Formula is like below:</p> <pre><code>CASE( Name, "Virgin Australia",HYPERLINK("http://www.virginaustralia.com/Personal/Bookings/Managebookings/index.htm","Virgin Australia"), "Virgin Atlantic",HYPERLINK("https://www.virgin-atlantic.com/en/us/manageyourflights/updatebooking/index.jsp","Virgin Atlantic"), "Virgin America",HYPERLINK("http://www.virginamerica.com/view-itinerary.html","Virgin Australia"), "US AIR",HYPERLINK("http://reservations.usairways.com/Default.aspx","Virgin America"), "United Airlines",HYPERLINK("http://www.united.com/page/genericpage/0,,52172,00.html?navSource=dropDown&amp;linkTitle=itineraries","United Airlines"), "Turkish Air",HYPERLINK("http://www4.thy.com/mybookings/reservations.tk?target=view&amp;lang=en","Turkish Air"), "Turkish Air",HYPERLINK("http://www.thaiair.com/AWR_PREM/view-trip.jsp","Turkish Air"), "Swiss Airlines",HYPERLINK("http://www.swiss.com/web/EN/Pages/index.aspx?Country=US","Swiss Airlines"), "Southwest Airlines",HYPERLINK("https://www.southwest.com/flight/lookup-air-reservation.html?int=GSUBNAV-AIR-RETRIEVE&amp;forceNe...","Southwest Airlines"), "South African",HYPERLINK("https://www.flysaa.com/Journeys/reservation/searchpnr.action?nameSpace=reservation","South African"), "Singapore Airlines",HYPERLINK("https://www.singaporeair.com/manageBooking-flow.form?execution=e1s1","Singapore Airlines"), "QATAR AIRWAYS",HYPERLINK("http://www.qatarairways.com/us/en/homepage.page","QATAR AIRWAYS"), "Qantas Airlines",HYPERLINK("http://www.qantas.com.au/travel/airlines/your-booking/global/en","Qantas Airlines"), "Malaysia",HYPERLINK("https://book.malaysiaairlines.com/itd/itd/lang/en/reservations","Malaysia"), "Lufthansa",HYPERLINK("http://www.lufthansa.com/online/portal/lh/us/my_account/my_bookings","Lufthansa"), "KLM - Royal Dutch Airlines",HYPERLINK("http://www.klm.com/travel/us_en/index.htm#tab=db_mmb","KLM - Royal Dutch Airlines"), "Japan Air",HYPERLINK("http://www.5971.jal.co.jp/eng/SearchReservation.do","Japan Air"), "Etihad Airlines",HYPERLINK("http://www.etihadairways.com/sites/etihad/_layouts/etihad/obe/RetrieveBooking.aspx","Etihad Airlines"), "Emirates",HYPERLINK("https://fly.emirates.com/MYB/MMBLogin.aspx","Emirates"), "Delta Airlines",HYPERLINK("http://www.delta.com/","Delta Airlines"), "Copa Airlines",HYPERLINK("http://www.copaair.com/sites/US/EN/Pages/homepage.aspx","Copa Airlines"), "Continental Airlines",HYPERLINK("http://www.continental.com/web/en-US/apps/reservation/default.aspx","Continental Airlines"), "") </code></pre> <p>Gets Error: Compiled formula is too big to execute (5,171 characters). Maximum size is 5,000 characters</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload