AAIT#33956: Tracking uitbreiden op grondbeginselen financiele & rechten inrichting.

svn path=/Website/trunk/; revision=33192
This commit is contained in:
Maykel Geerdink
2017-03-20 14:29:39 +00:00
parent 0ef5e780a7
commit 755dd14f09
9 changed files with 83 additions and 38 deletions

View File

@@ -19,7 +19,17 @@ function model_fac_profiel()
this.records_name = "profiles";
this.record_name = "profile";
this.table = "fac_profiel";
this.childtable = "fac_profielwaarde"
this.audit = { // Parameters voor fac_audit.
"childtable": "fac_profielwaarde",
"childaudit": {"sql": "SELECT fac_profielwaarde_key"
+ " FROM fac_profielwaarde"
+ " WHERE fac_profiel_key IN ({0})",
"key": "fac_profielwaarde_key",
"sqlget": "SELECT x.fac_profiel_key"
+ " FROM fac_profielwaarde x"
+ " WHERE x.fac_profielwaarde_key = {0}"
}
};
this.primary = "fac_profiel_key";
this.autfunction = "WEB_FINMSU";
this.record_title = L("fac_profiel");