2022 Feb 07 4:29 PM
Hi,
Does anyone know how to make an entity not filterable in CDS?
Thanks
2022 Feb 07 5:13 PM
Can you please add some more details about your scenario?
Release, Programming Model (RDS, BOPF, RAP, ...)
2022 Feb 08 8:58 AM
This is my entity:
entity Book { key id: UUID; name: String(100); author: String(200); numberPages: Integer; price: Decimal(6,2);}This is my service:
entity Book as select from db.Book;Thanks
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |