You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Developer I am expecting to retrieve all the custom settings in a particular sandbox and generate a JSON all the names of fields with the values when I execute a gradle task.
The reason behind this is to provide a way to avoid any manual configuration as part of any deployment process. At the moment a developer usually is working in a sandbox, one of the aspect that as a developer I would like to do is retrieve all the custom settings as a JSON file and then use it to generate anonymous classes to insert those custom settings based on the JSON file.
The text was updated successfully, but these errors were encountered:
caelcs
changed the title
Generate Json for Custom Settings in order to then been able to deploy it in any environment
Generate JSON file with all the Custom Settings in order to then been able to deploy it in any environment
Mar 31, 2016
I am more than glad to fork the project and make a pull request with a tentative solution for this. Is this something that you would consider a nice to have in your plugin?
As a Developer I am expecting to retrieve all the custom settings in a particular sandbox and generate a JSON all the names of fields with the values when I execute a gradle task.
The reason behind this is to provide a way to avoid any manual configuration as part of any deployment process. At the moment a developer usually is working in a sandbox, one of the aspect that as a developer I would like to do is retrieve all the custom settings as a JSON file and then use it to generate anonymous classes to insert those custom settings based on the JSON file.
The text was updated successfully, but these errors were encountered: