You need to sign in to do that
Don't have an account?
Add/delete values in pick list through apex and visualforce
Hi i have a picklist named services__c in client__c sobject. i have 4 values in this. now i want to create a UI where i can add/delete picklist values. Any suggestions would be greatly appreciated ?
Hi,
Please go through below, it may be of your help:-
http://boards.developerforce.com/t5/Apex-Code-Development/Update-picklist-values-and-their-dependencies-using-Metadata-API/td-p/695685
Hi Digamber thanks for the reply. i tried your link and it is throwing me with errors
Compile Error: Invalid type: MetadataService.MetadataPort
I have not used metadata api till now. can you please help me little more ?