Page 1 of 1

nuRefreshDisplayObject not allowed for an user

Posted: Sun Apr 04, 2021 5:28 pm
by absalom
I have a form containing the nuRefreshDisplayObject() function in its Javascript code. It works fine as long as I test my app as an administrator; but if I test it as a simple user, an error message occurs when opening this form, saying that the function is not allowed.

How can I fix it?

Re: nuRefreshDisplayObject not allowed for an user

Posted: Sun Apr 04, 2021 5:35 pm
by kev1n
sph_global global should be set to 1. Verify by running this query:

Code: Select all

SELECT * FROM `zzzzsys_php` WHERE `sph_code` = 'nurefreshdisplayobject'
If it's set to 0, replace it with a 1.