pdm annotations
This commit is contained in:
@@ -19,6 +19,16 @@ annotate bookshop.CustomerPostalAddress with @PersonalData.EntitySemantics: 'Dat
|
|||||||
country @PersonalData.IsPotentiallyPersonal;
|
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
|
// annotations for Audit Log
|
||||||
annotate bookshop.Customers with @AuditLog.Operation: {Read: true, Insert: true, Update: true, Delete: true};
|
annotate bookshop.Customers with @AuditLog.Operation: {Read: true, Insert: true, Update: true, Delete: true};
|
||||||
|
|||||||
@@ -13,8 +13,8 @@ applications:
|
|||||||
buildpack: nodejs_buildpack
|
buildpack: nodejs_buildpack
|
||||||
services:
|
services:
|
||||||
- gdpr-db
|
- gdpr-db
|
||||||
- name: pdm
|
# - name: pdm
|
||||||
parameters: ./pdm-config.json
|
# parameters: ./pdm-config.json
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------------
|
||||||
# HANA Database Content Deployer App
|
# HANA Database Content Deployer App
|
||||||
|
|||||||
Reference in New Issue
Block a user