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
-d-g--d-g- 

Field Updates Question

Hi, I'm having problem with test code: I am getting Assertion Failures when I try to deploy it.  I have tried to disable all field validations and workflows on the system while I attempt to deploy it, but its not working.  Today I was looking at "Field Updates" and there are some formulas that could affect the fields that the code is  working with.  My question is: if I have disabled the Field Updates associated workflow, are these updates still happening?  What can I do to temporarily disable them while I put my code on the system, or do I need to code around them?  Any explanation, would be great, thanks!

 

-dg

HariDineshHariDinesh

Hi,

 

My question is: if I have disabled the Field Updates associated workflow, are these updates still happening?

 

For this: No. if you remove the field update from Work Flow those will not be fired.

 

So you can remove this from WF for temporarily to put your code.

But this is not suggestible from my end.

Why you are not looking for code refracting then it will be better and you don’t need to change it again to deploy your code.