function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
InspectorInspector 

Country Drop Down

I'd like to add a country-drop down picklist to an object. Is there an existing shortcut for handling this?

Ispita_NavatarIspita_Navatar

Hi Newbie,

 Are you looking for a way in which you will be allowed to create the "Country" picklist without actually feeding the individual picklist items ? 

If that is what you are looking for in that case applications in dot net using metadata API will be the answer , but then the question who will code that or more pertinent quesstion will you want to accquire such an elaborate application for just creating a picklist.

So it would be good if you use the normal salesforce "Setup" UI for the purpose of creating the "country" field.

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.

Sridhar BonagiriSridhar Bonagiri

Hi,

 

I think there is no existing shortcut for handing your situtation. You need to enter picklist entrier manually.

 

Sridhar Bonagiri

InspectorInspector

Yes, you answered my question. Thank you!