CAD · Question #80
Identify characteristic(s) of a Record Producer. Choose 3 answers
The correct answer is A. Graphics can be included on the user interface. C. You can script behaviors of fields in the user interface. E. Each field prompts the user with a question rather than a field label.. A Record Producer is a catalog item type that creates records in any target table (not just sc_req_item, eliminating B). Key characteristics are: (A) Graphics/images can be embedded in the interface for a richer user experience; (C) Field behaviors can be scripted using Client Sc
Question
Identify characteristic(s) of a Record Producer. Choose 3 answers
Options
- AGraphics can be included on the user interface.
- BAll records created using this strategy are inserted into the Requested Item [sc_req_item] table.
- CYou can script behaviors of fields in the user interface.
- DThey must be scripted.
- EEach field prompts the user with a question rather than a field label.
How the community answered
(41 responses)- A88% (36)
- B7% (3)
- D5% (2)
Explanation
A Record Producer is a catalog item type that creates records in any target table (not just sc_req_item, eliminating B). Key characteristics are: (A) Graphics/images can be embedded in the interface for a richer user experience; (C) Field behaviors can be scripted using Client Scripts and UI Policies, just like regular forms; (E) Each variable is presented to the user as a question (e.g., 'What is your department?') rather than a plain field label, which is the defining UX trait of Record Producers. Option D is false - Record Producers do not require scripting.
Topics
Community Discussion
No community discussion yet for this question.