100% Correct Answers 2024.
which two statements are true about Input Sets? - Correct Answer-1. An Input Set could
contain another Input Set
2. Input set Ref widget could be used to reference a reusable Input Set from a Detail
View.
The Contact entity has a LegalReports array. The LegalReportsLV List View displays
the elements of the array.
Which two steps must be taken as part of the configuration to allow the user to
add/remove rows to/from the LegalReportsLV? - Correct Answer-1. specify the
toRemove property of the Row Iterator widget
2. Specify the toAdd property of the Iterator Buttons widget
Which statement is true about Screen containers? - Correct Answer-A PanelRef widget
can be used to reference a reusable Detail View in a Screen container
What are three valid parent PCFs to reference a reusable Detail View PCF? - Correct
Answer-1. Card View
2. List Detail View
3. Screen
what are two of the steps that must be taken to create and reference a new
SecondaryAddressedLV PCF file? - Correct Answer-1. Add a Toolbar to the
SecondaryAddressesLV for pagination
2. Add a List View Input to a Screen container and configure the def property
Which two steps must be completed to make a Date Input editable - Correct Answer-1.
Add a Toolbar and Edit Buttons to the Screen that includes the detail View
2. Set the editable property of the Data Input widget to true
Which two steps must be completed to create a custom entity 'Report' with text fields
and a calculated datatime field ? - Correct Answer-1. Create an entity Report_Ext.eti
2. Create an enhancement property for the Report_Ext entity