94 lines
2.3 KiB
PHP
94 lines
2.3 KiB
PHP
<% /*
|
|
$Revision$
|
|
$Id$
|
|
|
|
File: model_mld_afmeldtekst.inc
|
|
|
|
Description: Vanuit CodeCharge gegenereerd model voor mld_afmeldtekst
|
|
|
|
Context:
|
|
|
|
Notes:
|
|
*/
|
|
%>
|
|
<%
|
|
|
|
model_mld_afmeldtekst =
|
|
{
|
|
"records_name": "issueclosingtexts",
|
|
"record_name": "issueclosingtext",
|
|
"table": "mld_afmeldtekst",
|
|
"primary": "mld_afmeldtekst_key",
|
|
"autfunction": "WEB_MLDMGT",
|
|
"record_title": L("mld_afmeldtekst"),
|
|
"records_title": L("mld_afmeldtekst_m"),
|
|
|
|
|
|
"fields": {
|
|
"id": {
|
|
"dbs": "mld_afmeldtekst_key",
|
|
"label": L("lcl_key"),
|
|
"typ": "key",
|
|
"filter": "exact",
|
|
"seq": "mld_s_mld_afmeldtekst_key"
|
|
},
|
|
"name": {
|
|
"dbs": "mld_afmeldtekst_naam",
|
|
"label": L("mld_afmeldtekst_naam"),
|
|
"filter": "like",
|
|
"typ": "varchar",
|
|
"translate": true
|
|
},
|
|
"description": {
|
|
"dbs": "mld_afmeldtekst_omschrijving",
|
|
"label": L("mld_afmeldtekst_omschrijving"),
|
|
"filter": "like",
|
|
"typ": "memo",
|
|
"translate": true
|
|
},
|
|
"issuediscipline": {
|
|
"dbs": "mld_ins_discipline_key",
|
|
"label": L("mld_ins_discipline_key"),
|
|
"typ": "key",
|
|
"foreign": "MLD_DISCIPLINE"
|
|
},
|
|
"issuetype": {
|
|
"dbs": "mld_stdmelding_key",
|
|
"label": L("mld_stdmelding_key"),
|
|
"typ": "key",
|
|
"foreign": "MLD_STDMELDING"
|
|
},
|
|
"usefor": {
|
|
"dbs": "mld_afmeldtekst_usefor",
|
|
"label": L("mld_afmeldtekst_usefor"),
|
|
"typ": "number",
|
|
"LOV": L("mld_afmeldtekst_useforLOV"),
|
|
"emptyoption": null
|
|
}
|
|
},
|
|
"list": {
|
|
"columns": [
|
|
"id",
|
|
"issuediscipline",
|
|
"issuetype",
|
|
"name",
|
|
"description"
|
|
]
|
|
},
|
|
"search": {
|
|
"autosearch": true,
|
|
"filters": [
|
|
"issuediscipline",
|
|
"issuetype",
|
|
"name",
|
|
"description",
|
|
"usefor"
|
|
]
|
|
}
|
|
|
|
// hashints: true
|
|
}
|
|
|
|
api2.generic_REST(model_mld_afmeldtekst);
|
|
%>
|