AAIT#33956: Tracking uitbreiden op grondbeginselen financiele & rechten inrichting.
svn path=/Website/trunk/; revision=33192
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user