SAP
C_CPE_16 · Question #10
You want to implement an event handler to show a console log once a supplier record is read. What is the correct syntax to implement this?
The correct answer is A. const cds = require('@sap/cds'). See the full explanation below for the reasoning.
Question
You want to implement an event handler to show a console log once a supplier record is read. What is the correct syntax to implement this?
Options
- Aconst cds = require('@sap/cds')
- Bconst cds = require("@sap/cds')
- Cconst cds = require('@sap/cds")
- Dconst cds = require('@sap/cds')
How the community answered
(28 responses)- A86% (24)
- B4% (1)
- C7% (2)
- D4% (1)
Community Discussion
No community discussion yet for this question.