Idea Summary
Provide the option for runtimely evaluate a Build Option Status with PL/SQL function body returning boolean or some other regular APEX conditionals, like item value equals to, etc.
Use Case
I have a feature toggle table that is used by other applications (like microservices) which uses the same database as my APEX application. I would like to be able to use the same table as a feature toggle to APEX aswell, so we can better manage, have better auditing trace about changes, etc.
Preferred Solution (Optional)
Provide a third option to the “Status” attribute on the build option configuration as “runtime evaluated” or “dynamic” which allows us to select a “Condition Type” attribute that allow to select “Function Body returning boolean” or any other regular condition types that APEX usually provides.