new template

This commit is contained in:
Wolfgang Koch
2021-05-12 14:36:37 +02:00
parent 483a5f2696
commit e14a4e8c40
3 changed files with 30 additions and 9 deletions

View File

@@ -12,9 +12,9 @@ namespace Z_bookshop.extension;
// extend existing entity
extend orders.Orders with {
Z_newField : String default 'Default Value';
Z_NewAssociation : Association to one Z_NewEntity;
Z_NewEntity : Association to one Z_NewEntity;
Z_NewCodeList : Association to one Z_NewCodeList;
Z_NewComposition : Composition of many Z_NewCompEntity on Z_NewComposition.parent = $self;
Z_NewCompEntity : Composition of many Z_NewCompEntity on Z_NewCompEntity.parent = $self;
}
// new entity - as association target