Could it be, that Client Script Sql in FSM does not work yet? I can not get it up and running and there is no documentation for it.
Could it be, that Client Script Sql in FSM does not work yet? I can not get it up and running and there is no documentation for it.
Best answer by Jon Reid
The client script data source in Lobby refers to a client script you would create in Studio->Client Scripts. The Client Script SQL screen identifies a SQL statement called by the GetDBValue() method within a client script. So you would need to create a client script then call your TEST client script sql within your script like this:
var personIDs = getDBValue('TEST');
You don’t have a WHERE clause on your client script SQL so I’m not sure what you’re expecting - the list of person ids could be quite large in customer databases.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.