You need to sign in to do that
Don't have an account?
Deploying Public Custom settings with Eclipse and ant tool
I have created a number of public custom settings - I really do want the settings to be public since I am using them to allow users to set options. In my development org I define the settings as public. When they are deployed to an other environment either through eclipse or the ant task, the custom setting is protected.
Is there a bug in the deployment tool? When I look at the custom settings in the object in eclipse I see no reference to it being public so perhaps that is where the issue is.
Has anyone been able to successfully deploy public custom settings and if so, how did you do it?
Thanks,
Diane
All Answers
This seems like the perfect answer except I can't make it work.
I added <customSettingsVisibility>Public</customSettingsVisibility> to the xml file for my custom setting and then deployed using the migration tool. I have confirmed that the migration tool is at the winter '10 level. I get the following error message
I have tried spelling public with upper and lower case and still the same result.
I appreciate your help with this.
Regards,
Diane
Do you know if both Hierarchy and List Custom Settings can be deployed?
It looks to be like List Custom Settings behave a lot like regular Custom Objects. I can see them in Eclipse by sellecting them in Custom Objects.
It appears that Hiearchy Custom Objects are a different beast though.
Any way to deploy these?
It would also be great if I could deploy data but I don't see anything to do that either. I see my List Custom Settings offered in Data Loader so I figured I could use that for List. Do I just have to type the data in for Hierarchy Custom Settings?