From 81e99b3a463656e60fecb8db1efa63b7b1dafed2 Mon Sep 17 00:00:00 2001 From: wmkoch <72808872+wmkoch@users.noreply.github.com> Date: Wed, 20 Jan 2021 16:45:21 +0100 Subject: [PATCH] Update pdm-service.cds entity semantics --- gdpr/srv/pdm-service.cds | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdpr/srv/pdm-service.cds b/gdpr/srv/pdm-service.cds index 5e17e024..2adb3e79 100644 --- a/gdpr/srv/pdm-service.cds +++ b/gdpr/srv/pdm-service.cds @@ -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 - }; \ No newline at end of file + };