First push

This commit is contained in:
nkaputnik
2022-05-06 11:05:33 +02:00
parent df57a9d8d0
commit 7d46db42ec
3 changed files with 98 additions and 22 deletions

View File

@@ -0,0 +1,13 @@
async function run() {
debugger
while (true) {}
process.exit()
1.substring()
let res = await cds.read(SELECT.one`title`.from(`Books`).where(`ID=201`))
let { title } = res
const data = req.data
data.modifiedBy = "Custom Event handler read changed this!";
data.placeOfDeath = ' --- Somewhere over ' + title + ' --- create in Sandbox'
return data
}
output = run()