namespace correction
This commit is contained in:
@@ -16,7 +16,7 @@ extend orders.Orders with {
|
|||||||
Z_Customer : Association to one Z_Customers;
|
Z_Customer : Association to one Z_Customers;
|
||||||
Z_SalesRegion : Association to one Z_SalesRegion;
|
Z_SalesRegion : Association to one Z_SalesRegion;
|
||||||
Z_priority : String @assert.range enum {high; medium; low} default 'medium';
|
Z_priority : String @assert.range enum {high; medium; low} default 'medium';
|
||||||
// Z_Remarks : Composition of many Z_Remarks on Z_Remarks.parent = $self;
|
Z_Remarks : Composition of many Z_Remarks on Z_Remarks.parent = $self;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -118,18 +118,18 @@ annotate OrdersService.Z_SalesRegion with @(
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
LineItem: [
|
LineItem: [
|
||||||
{Value: regionCode} //,
|
{Value: regionCode},
|
||||||
// {Value: name},
|
{Value: name},
|
||||||
// {Value: descr}
|
{Value: descr}
|
||||||
],
|
],
|
||||||
Facets: [
|
Facets: [
|
||||||
{$Type: 'UI.ReferenceFacet', Label: 'Main', Target: '@UI.FieldGroup#Main'}
|
{$Type: 'UI.ReferenceFacet', Label: 'Main', Target: '@UI.FieldGroup#Main'}
|
||||||
],
|
],
|
||||||
FieldGroup#Main: {
|
FieldGroup#Main: {
|
||||||
Data: [
|
Data: [
|
||||||
{Value: regionCode} //,
|
{Value: regionCode},
|
||||||
// {Value: name},
|
{Value: name},
|
||||||
// {Value: descr}
|
{Value: descr}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -200,7 +200,7 @@ annotate OrdersService.Orders with @(
|
|||||||
Facets: [
|
Facets: [
|
||||||
{$Type: 'UI.ReferenceFacet', Label: '{i18n>Details}', Target: '@UI.FieldGroup#Details'},
|
{$Type: 'UI.ReferenceFacet', Label: '{i18n>Details}', Target: '@UI.FieldGroup#Details'},
|
||||||
{$Type: 'UI.ReferenceFacet', Label: '{i18n>OrderItems}', Target: 'Items/@UI.LineItem'} //,
|
{$Type: 'UI.ReferenceFacet', Label: '{i18n>OrderItems}', Target: 'Items/@UI.LineItem'} //,
|
||||||
// {$Type: 'UI.ReferenceFacet', Label: 'Remarks', Target: 'Z_Remarks/@UI.LineItem'} // new composition
|
{$Type: 'UI.ReferenceFacet', Label: 'Remarks', Target: 'Z_Remarks/@UI.LineItem'} // new composition
|
||||||
],
|
],
|
||||||
FieldGroup#Details: {
|
FieldGroup#Details: {
|
||||||
Data: [
|
Data: [
|
||||||
|
|||||||
Reference in New Issue
Block a user