Files
Facilitor/APPL/API2/model_ctr_disc_params.inc
Jos Groot Lipman c62d7aac6b FSN#37004 CTR (soortcontrole) als module en disciplines opgevoerd
svn path=/Website/trunk/; revision=29889
2016-06-29 11:35:38 +00:00

46 lines
1.0 KiB
PHP

<% /*
$Revision$
$Id$
File: model_ctr_disc_params.inc
Description: Model voor ctr_disc_params
Context:
Notes: *uitsluitend* gebruikt als include van model_ctr_discipline
*/
%>
<%
model_ctr_disc_params =
{
"table": "ctr_disc_params",
"primary": "ctr_disc_params_key",
"records_name": "ctr_disc_params",
"record_name": "ctr_disc_params",
"autfunction": "WEB_CTRMSU",
"fields": {
"id": {
"dbs": "ctr_disc_params_key",
"label": "Key",
"typ": "key",
"seq": "bes_s_ctr_disc_params_key"
},
"ctr_ins_discipline_key": {
"dbs": "ctr_ins_discipline_key",
"label": "Foreign key",
"typ": "key",
"hidden_fld": true
},
"inspection_type": {
"dbs": "ctr_disc_params_controle_type",
"label": buildSrtcontroletypeList(),
"typ": "check0"
}
}
}
api2.generic_REST(model_ctr_disc_params);
%>