PLpgSQL function input parameters - Giswater/giswater_dbmodel GitHub Wiki

In this page you can find the common PLpgSQL function parameters (client, from, feature):

"client":{
"device":4, ->> Device type: 1-mobile, 2-tablet, 3-web, 4-desktop
"infoType":1, ->> Info type: 1-full, 2-reduced
"lang":"es_ES", ->> Language of client
"epsg":25831}, ->> Srid of map
"cur_user":"test_user"}, ->> Name of current user
}

"form":{
"formName":"upsert_catalog_arc", ->> Name of the form
"tabName":"data", ->> Name of the tab
"editable":"TRUE", ->> Force editability of form
"formTabs":{"active":true, "fields":{}} ->> Tabs of form
}

"feature":{
"featureType":"arc", "feature_type: "ARC", "type":"ARC", ->> Feature type. Need to be harmonized
"tableName":"ve_arc_pipe", ->> Name of the table related to feature
"idName":"arc_id", ->> Name of the column wich acts as primary key on related table
"id":"2001", ->> Id of element
"catFeature":"PUMP" ->> Catalog of element
}

⚠️ **GitHub.com Fallback** ⚠️