You need to sign in to do that
Don't have an account?

how to create and fill custom settings from Force.com API or any way like a file import
Hi,
is there a way to create and fill custom settings from Force.com API or from a kind of file import?
You need to sign in to do that
Don't have an account?
Hi,
is there a way to create and fill custom settings from Force.com API or from a kind of file import?
Custom Settings are available in the Metadata API, and can be deplyoed by using Eclipse and Change Sets. We can export/import custom settings via the web services api. In other words, a query call can extract all data of a custom setting.
Hope this helps.