pdm annotations

This commit is contained in:
Wolfgang Koch
2021-02-19 11:58:08 +01:00
parent 52f15159f9
commit 92b69f3825

View File

@@ -26,15 +26,6 @@ annotate bookshop.CustomerPostalAddress with @PersonalData : {
country @PersonalData.IsPotentiallyPersonal;
}
// annotations for Personal Data Manager - Search Fields
annotate bookshop.Customers with @(Communication.Contact : {
n : {
surname : lastName,
given : firstName
},
bday : dateOfBirth
});
// annotations for Audit Log
annotate bookshop.Customers with @AuditLog.Operation : {
Read : true,