I hereby claim:
- I am andrew-barnard on github.
- I am d023604 (https://keybase.io/d023604) on keybase.
- I have a public key ASBY2wMjxb9ZEfYLQFSfv8rh2DRDmAGdx_VpLNFdmClGtAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
const cds = require('@sap/cds') | |
class northbreeze { | |
async selectProduct(req) { | |
const { communityid } = req.data | |
... | |
const { ProductName } = await SELECT.one.from(Products).columns(....) | |
return `${ProductName}` } | |
} | |
module.exports = northbreeze |