ServiceNow Certified Application Developer — Question 166
Identify characteristic(s) of a Record Producer. (Choose three.)
Answer options
- A. All records created using this strategy are inserted into the Requested Item [sc_req_item] table.
- B. Each field prompts the user with a question rather than a field label.
- C. They must be scripted.
- D. You can script behaviors of fields in the user interface.
- E. Graphics can be included on the user interface.
Correct answer: B, D, E
Explanation
The correct answers B, D, and E highlight that Record Producers prompt users with questions, allow scripting of field behaviors, and can incorporate graphics. Option A is incorrect because it describes a different aspect of record handling, and option C is misleading as scripting is not a mandatory requirement for all Record Producers.