...
Set Foreign-Keys for Linking records
Code Block | ||||
---|---|---|---|---|
| ||||
// call method for Stamm_ID for foreignkeys new record in panel
akioma.osiv.setForeignKeyCalcMethodStamm_ID = function(self){
var aForeignKeys = [{
name: 'Stamm_ID',
value: "" + self.container.getLink("PRIMARYSDO:TARGET").getValue("stamm_id")
}];
return aForeignKeys;
}; |