You need to sign in to do that
Don't have an account?
Dhairya
Workflow deployment error
Hi,
I have one workflow rule set up in sandbox and that cause VF page email alert to user.
(1) Succesfuly delpoy VF page under communication tempalate
(2) Create new Force.com project which only consist that WFR component
(3) When Deploying that WFR in production using deploy to server ask for test trigger coverage and code coverage etc.
While i am just deploying simple WFR.
This is my first deployment experience. Appreciate your response.
Thanks
Hi,
During code migration you should have average 75% code coverage. While migrating the code Run All Test will happen and it will check for code coverage.
For more information on the code coverage please browse in community.
Thanks,
Kodisana
Thanks for reply.
I agree but that is for apex development. But what about WFR which is built using declarative way?
Apprereciate your response.
Dhairya
Hi,
When ever you deploy the any meta data Run All Test will happen and it will check for >=75%.
Thanks,
Kodisana
your WFR contains VF page ( and probably controller ) for email alert,
This is the reason why it asks for coverage
Cheers,
Bala