When creating an account a user is shown a VF with required fields in order to ensure the core essentials are filled out. Where i get stuck is that i have been asked to add a State to the Billing State option. This is part of the standar 'Address' field which is just a text field. However, on the VF page its a drop down. Where the hell do i need to go to edit this list?
5 个回答
Hey Tom,
Go to Setup->Develop->Pages to see a list of all the VF pages in your org. Select the page that you need to edit (hopefully you'll be able to locate it by name). If the page is not a part of a managed package, you should then be able to edit the page. Now to add your new State you'll want to search through the code of the page and find where the State field and its picklist values are located. Once you find this, just copy an existing line that has a picklist value and replace it with your new state.
Best of luck!