nerdexam

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.

Submitted by devops_kid· Mar 4, 2026Configure the FIM Portal

Question

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 report that incorrect integer values appear in read-only Numeric Box elements. Some users can edit this field. You need to ensure that users can submit valid form data by using the Numeric Box element. What should you do?

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)
  • A
    11% (7)
  • B
    31% (19)
  • C
    50% (31)
  • D
    8% (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.

AInclude the <xsd:attribute ref="my:AutoValidate"/> line within the RCDC Panel element.

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.

BSet the MinValue property on the UocNumericBox 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.

CSet the DefaultValue property to the correct integer value on the UocNumericBox element.Correct

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.

DSet the Value property to the correct integer value on the UocNumericBox element.

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

#RCDC#UocNumericBox#FIM Portal Configuration

Community Discussion

No community discussion yet for this question.

Full 70-158 Practice