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

How can upload workflows from Eclipse to Sandbox?
Hello
We refreshed our sandbox from PROD and now we have some before refreshing .workflow files that we need to upload to our refreshed sandbox. Is this possible? Please, let me know how proceed as I am strugling to do so. I am using force.com Eclipse. I tried moving the needed *.worflow files to the src\workflow folder and upload them to the sandbox but it is not happening.
Thanks
We refreshed our sandbox from PROD and now we have some before refreshing .workflow files that we need to upload to our refreshed sandbox. Is this possible? Please, let me know how proceed as I am strugling to do so. I am using force.com Eclipse. I tried moving the needed *.worflow files to the src\workflow folder and upload them to the sandbox but it is not happening.
Thanks
You can also create a change set on production and push to Sandbox for deploying of these workflows. Do you want to give a try.
Also sure that we pushed workflows using ant migration which is pretty much similar to IDE - will dig more on this.
Sales force Deployment Tool Change Set:
Given below are the advantage and limitation of the Change set tools which are used in code and configuration changes deployment from Sandbox to Production.
Advantage:
- The change set remains active in organization for a period of time allowing for an audit of changes (beyond the setup audit trail). This functionality is in Sales force setup.
- Change set can be include almost anything for example classes, pages, reports, objects, page layouts, record types, email templates etc.
- Easy to deploy sandbox to production.
- Authorize deployment connection.
- Create outbound change set in sandbox environment.
- Upload from Sandbox environment.
- Review inbound change and deploy in production.
- Faster as compare to all other tool like Eclipse IDE.
Disadvantage: