FreePBX 17
SuiteCRM version 7.15.2 Released 31st July 2026
API v4 Query Config
A new configuration option to disable_v4_api_query_where has been added. This option allows administrators to disable the v4 API query where clause. By default, this option is set to true, meaning the v4 API query where clause is disabled. To enable it, set the option to false in the config_override.php.
-
edit config_override.php
-
add disable_v4_api_query_where = FALSE in the same syntax as the others.
-
Save and enjoy.