Update pdm-service.cds
entity semantics
This commit is contained in:
@@ -24,7 +24,7 @@ using { sap.capire.bookshop.OrderItems } from '@capire/orders';
|
||||
Items.netAmount as Item_NetAmount};
|
||||
|
||||
// annotate new view
|
||||
annotate PDMService.OrderItemView with @(PersonalData.EntitySemantics: 'ContractRelated')
|
||||
annotate PDMService.OrderItemView with @(PersonalData.EntitySemantics: 'Other')
|
||||
{
|
||||
Item_ID @PersonalData.FieldSemantics: 'LegalGroundID';
|
||||
Customer_ID @PersonalData.FieldSemantics: 'DataSubjectID';
|
||||
@@ -33,4 +33,4 @@ using { sap.capire.bookshop.OrderItems } from '@capire/orders';
|
||||
|
||||
// Data Privacy annotations on 'Customers' and 'CustomerPostalAddress' are derived from original entity definitions
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user