Files
Facilitor/APPL/API2/model_mld_afmeldtekst.inc
Erik Groener c8f6360012 FSN#39312 Verder ontsluiten van modellen via de API
svn path=/Website/trunk/; revision=32967
2017-02-27 12:54:11 +00:00

92 lines
2.2 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",
"name",
"description"
]
}
// hashints: true
}
api2.generic_REST(model_mld_afmeldtekst);
%>