Field Visibility in Configurator seems to revert back to Invisibility = true;

I’m using Epicor 10.1.500 and attempting to change the visibility of a field based on a few other criteria. Currently the flag is set in a single UD Method so it’s the only place in the configurator that it gets set (This was verified by searching Inputs.fieldName.Invisible in the export file). I put a message box in the code to show me what the value is and it appears to be be generating the correct value but after the method runs the visibility reverts back to hidden somehow.

Any thoughts would be appreciated.