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
DhairyaDhairya 

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

skodisanaskodisana

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

DhairyaDhairya

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

 

 

skodisanaskodisana

Hi,

 

When ever you deploy the any meta data Run All Test will happen and it will check for >=75%.

 

Thanks,

Kodisana

b-Forceb-Force

your WFR contains VF page ( and probably controller ) for email alert,

 

This is the reason why it asks for coverage

 

Cheers,

Bala