11-20-2022, 08:02 PM
(11-19-2022, 11:15 AM)joebordes Wrote: Hi
This happens on some installs. When it does, execute the build/HelperScripts/CustomViewSync.php script
Either copy that script to the top directory of your coreBOS install (where the config.inc.php) file is and execute it in the browser
https://your_url/your_corebos/CustomViewSync.php
or execute from the command line, also from the top directory of your coreBOS install
php build/HelperScripts/CustomViewSync.php
that should add the necessary records to the View Permission module. Note that this module MUST be active and all users must be able to read and write to their records at least.
Hi,
This was the solution.
Thank you !