nerdexam

70-158 · Question #95

You administer a Forefront Identity Management (FIM) 2010 server in your company network. You need to add a user attribute named AccountStatus to the user interface in the FIM Portal. What should…

The correct answer is D. Modify the Resource Control Display Configuration (RCDC) XML files. To add a new user attribute to the Forefront Identity Management (FIM) 2010 Portal user interface, the Resource Control Display Configuration (RCDC) XML files must be modified.

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

Question

You administer a Forefront Identity Management (FIM) 2010 server in your company network. You need to add a user attribute named AccountStatus to the user interface in the FIM Portal. What should you do?

Options

  • AModify the web.config file.
  • BSet the Visible attribute of the Grouping element to true.
  • CSet the DisplayAsWizard attribute of the Panel element to false.
  • DModify the Resource Control Display Configuration (RCDC) XML files.

How the community answered

(15 responses)
  • A
    13% (2)
  • B
    7% (1)
  • C
    7% (1)
  • D
    73% (11)

Why each option

To add a new user attribute to the Forefront Identity Management (FIM) 2010 Portal user interface, the Resource Control Display Configuration (RCDC) XML files must be modified.

AModify the web.config file.

Modifying the web.config file typically controls application-level settings, security configurations, or database connections, not the display of specific user attributes within the FIM Portal UI.

BSet the Visible attribute of the Grouping element to true.

Setting the Visible attribute of a Grouping element only controls the visibility of an existing UI grouping, and does not add a new user attribute to the portal interface.

CSet the DisplayAsWizard attribute of the Panel element to false.

Setting the DisplayAsWizard attribute of a Panel element to false changes how a panel is rendered (wizard vs. standard form) but does not enable adding new user attributes to the FIM Portal UI.

DModify the Resource Control Display Configuration (RCDC) XML files.Correct

FIM 2010 uses Resource Control Display Configuration (RCDC) XML files to define the presentation and behavior of resources and their attributes within the FIM Portal user interface. To expose a new attribute like AccountStatus in the portal, the appropriate RCDC XML file must be updated to include the definition and rendering instructions for that attribute.

Concept tested: FIM Portal UI attribute customization using RCDC

Topics

#FIM Portal#RCDC#UI Customization#User Attributes

Community Discussion

No community discussion yet for this question.

Full 70-158 Practice