Skip to main content
Skip table of contents

What happens when I have a dependency with a disabled function?

Situation

I have a Privacy project with several functions and dependencies.

I have a function FUNC_CENTRAL which depends on function FUNC_BEFORE. 

Now I have disabled function FUNC_BEFORE. Will this break the dependency structure?


Explanation

The answer is that the Dependency remains active!

FUNC_CENTRAL will execute after FUNC_BEFORE.

A disabled function keeps all the functionality of an enabled function except for the actual execution of the function !.

Keep in mind that indexes, constraints and triggers will still be removed or disabled

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.