pdm binding

This commit is contained in:
Wolfgang Koch
2020-11-13 09:35:03 +01:00
parent 5cc9ca25f7
commit ba015431bd
5 changed files with 12 additions and 5 deletions

View File

@@ -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: 'LegalGround')
{
Customer_ID @PersonalData.FieldSemantics: 'DataSubjectID';
Customer_Email @PersonalData.IsPotentiallyPersonal;