The Script for a Calculated Field still executes even when the Field is DisabledDescriptionWhen using a Calculated Field on any Table we see that the Calculated Script is still being executed even though the Field is Disabled and does not appear on the Form.Steps to Reproduce Create a Calculated Field on the [incident] Table2. Set the Script to run a Query on a Random Table3. Save the Field4. Disable the Field5. Open a New Incident Record6. See the Script still executesWorkaroundThis is Expected Behaviour and has been working this way in the Platform since the Geneva Release. An Inactive Field will only be prevented from displaying on Forms, Selections and Reporting but it is still usable by Script and in URL Parameters which allow the Calculation to execute even though the Field is Disabled. To resolve the issue please uncheck the "Calculated" Field or comment out the code inside it.Related Problem: PRB1599413