70-158 · Question #11
You administer a Forefront Identity Management (FIM) 2010 server in your company network. Resource Control Display Configuration (RCDC) XML files are used to control end-user UI elements. End users…
The correct answer is C. Set the DefaultValue property to the correct integer value on the UocNumericBox element. In FIM 2010 RCDC configurations, the DefaultValue property on UocNumericBox controls the initial integer value displayed to users, ensuring valid data is pre-populated in the form field.
Question
Options
- AInclude the <xsd:attribute ref="my:AutoValidate"/> line within the RCDC Panel element.
- BSet the MinValue property on the UocNumericBox element.
- CSet the DefaultValue property to the correct integer value on the UocNumericBox element.
- DSet the Value property to the correct integer value on the UocNumericBox element.
How the community answered
(62 responses)- A11% (7)
- B31% (19)
- C50% (31)
- D8% (5)
Why each option
In FIM 2010 RCDC configurations, the DefaultValue property on UocNumericBox controls the initial integer value displayed to users, ensuring valid data is pre-populated in the form field.
The AutoValidate attribute on the Panel element triggers client-side validation but does not correct an incorrect integer value being displayed in the Numeric Box element.
Setting the MinValue property only constrains the minimum allowable input value for validation purposes and does not correct or replace an already incorrect value being displayed in the field.
Setting the DefaultValue property on the UocNumericBox element pre-populates the field with a correct integer value, ensuring users see and submit valid data. This is the appropriate property for establishing a correct starting value in both read-only and editable Numeric Box elements, addressing the issue of incorrect values appearing and allowing valid form submission.
The Value property in UocNumericBox is used to bind the field to a data source attribute via XPath expressions, not to directly set a static correct integer value as a default for form display.
Concept tested: FIM 2010 RCDC UocNumericBox DefaultValue property configuration
Source: https://learn.microsoft.com/en-us/microsoft-identity-manager/reference/rcd-configuration-xml-reference
Topics
Community Discussion
No community discussion yet for this question.