function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
arnaud c.ax1343arnaud c.ax1343 

aaaaaarrrgghh !!! Are Change Sets just for non productive people??

so i have some code that i just wanted to edit in my sandbox and deploy "quickly" to prod using a change set. how wrong was i to assume that it would deploy within 30 minutes at most! It can take up to hours of waiting for salesforce to deploy my code which is ridiculous.

 

my question to the board  : is there any way for me to deploy code fast without using the force.com IDE?

 

my question to salesforce: when will you actually set some realistic execution time on change set delivery to production sites? In an emergency when the only tool i have is my browser, i need the system to be reliable enough to allow me to fix some code in a sandbox and push to production within minutes, not HOURS.

AdminBoosterAdminBooster

You can use Ant to deploy your code without using the IDE

sfdcfoxsfdcfox

I'm working on a new tool for ultra-fast code syncing across multiple organizations (e.g. multiple developers coalescing into a single master project, or a sandbox-production link without change sets or Force.com IDE). I'll be sure to post it when it's ready to go, so be sure to keep a watch out for it.