Test your knowledge
- In which of the following scenarios is the updateView method invoked? (100 points)
a. First time rendering the code component on a form
b. When the data inside the state has changed
- Which function provides the parameter that enables us to cache the data? (100 points)
a. init
b. updateView
- Which is the feature that works on web, phone, and tablet? (100 points)
a. getBarcodeValue
b. pickFile
- What happens when you invoke the updateRecord Web API method with an undefined record ID? (200 points)
a. You get an error stating Uncaught UciError: Value should be of type: guid: Parameter Name: id
b. You don't receive an error, but the record isn't updated