Skip to content

Commit

Permalink
role Segregation
Browse files Browse the repository at this point in the history
  • Loading branch information
gopalanand333 committed Feb 27, 2024
1 parent 1db02bc commit 7824291
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions srv/services.cds
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ service ProcessorService @(requires:'support') {
}

/**
* Service used by administrators to manage customers and incidents.
* Service used by administrators to manage customers.
*/
service AdminService @(requires:'admin') {
entity Customers as projection on my.Customers;
entity Incidents as projection on my.Incidents;
}

0 comments on commit 7824291

Please sign in to comment.