Hello stefanoc17252495,Looking at the documentation,,you probably have to use also sqlDefault, same as default attribute, in your schema definition.Marcel
Helo @chloechen1995If you cannot use the above (in the webApp) you might use e.g.// "http://domain.com?par1=pp&par2=ff"var url = "http://abc.com?q=2q42&ctype=ids&cval=3444444&ttag";String.prototype.getParameter = function(param){ if(this.split("?").length != 2) return false; for each(var qp ...