-
Notifications
You must be signed in to change notification settings - Fork 11
gw_fct_setconfig
Edgar Fuste edited this page Nov 2, 2021
·
1 revision
Set values on config dialog for current user
SELECT gw_fct_setconfig($${
"client":{"device":4, "infoType":1, "lang":"ES"},
"form":{"formName":"config"},
"feature":{},
"data":{"fields":[{"widget":"", "value":"", "chk":"", "isChecked":"", "sysRoleId":""},
{"widget":"", "value":"", "chk":"", "isChecked":"", "sysRoleId":""}]}}$$)
{
"status": "Accepted",
"version": {
"value": "3.4.019"
},
"body": {
"message": {
"level": 1,
"text": "Process done successfully"
},
"form": {},
"feature": {},
"data": {}
}
}