Answered step by step
Verified Expert Solution
Question
1 Approved Answer
3 0 . The Person entity has a field called Age of type int. An insurance company wants to display this fiel the UI using
The Person entity has a field called Age of type int. An insurance company wants to display this fiel the UI using a Text Input which is only visible if the Age is not null. The development team is considering using one of the following PCF files: PersonsLV.pcf PersonDetailScreen.pcf PersonDetailDV.pcf and PersonInputSet.pcf All the PCF files have one root object defined: aContact : Contact Which two steps can the development team complete to implement this requirement? Choose twoChoose all correct answers Add the Text Input directly to the Person DetailScreen.pcf Add the Text Input directly to the PersonsLV.pcf Set the Text Input's valueType attribute to java.lang. Integer Set the Text Input's value attribute to Contact.Age Set the Text Input's visible attribute to aContact as PersonAge null
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started