-
Notifications
You must be signed in to change notification settings - Fork 33
gw_fct_setconfig
Daniel Marín edited this page Jul 8, 2026
·
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": {}
}
}

