So far I have not found a better/shorter way to check if a table entry exists than the following:
1 2 | let exists = await SELECT ( 1 ) . from ( Books , 201 ) return ( exists . length > 0 ) ? true : false |
Found here: https://cap.cloud.sap/docs/node.js/cds-tx#cds-tx-ctx-fn