pdm annotations
This commit is contained in:
@@ -19,6 +19,16 @@ annotate bookshop.CustomerPostalAddress with @PersonalData.EntitySemantics: 'Dat
|
||||
country @PersonalData.IsPotentiallyPersonal;
|
||||
}
|
||||
|
||||
// annotations for Personal Data Manager - Search Fields
|
||||
annotate bookshop.Customers with @(Communication.Contact : {
|
||||
n : {
|
||||
surname: lastName,
|
||||
given: firstName
|
||||
},
|
||||
});
|
||||
|
||||
annotate bookshop.Customers.emailAddress with @Communication.IsEmailAddress;
|
||||
|
||||
|
||||
// annotations for Audit Log
|
||||
annotate bookshop.Customers with @AuditLog.Operation: {Read: true, Insert: true, Update: true, Delete: true};
|
||||
|
||||
@@ -13,8 +13,8 @@ applications:
|
||||
buildpack: nodejs_buildpack
|
||||
services:
|
||||
- gdpr-db
|
||||
- name: pdm
|
||||
parameters: ./pdm-config.json
|
||||
# - name: pdm
|
||||
# parameters: ./pdm-config.json
|
||||
|
||||
# -----------------------------------------------------------------------------------
|
||||
# HANA Database Content Deployer App
|
||||
|
||||
Reference in New Issue
Block a user