Hello,
In an XPage I am trying to fill a combo with an @DbColumn :
var dbname = new Array(“”, “TESTVUE.nsf”);
return @DbColumn(dbname, “test”, 1);
When I open the Xpage in my browser, the combo is empty.
I am Manager of the TESTVUE database.
I tried to set the Manager access to the “-default-” user, and now the combo get filled !!
Does this mean that the Javascript @DbColumn uses the Default access rights, and not the current user ?