70-158 · Question #76
Drag and Drop Question You deploy a Forefront Identity Manager (FIM) 2010 server in your company network. You create an inbound synchronization rule. The synchronization rule populates the…
The correct answer is IIF; Custom expression: Eq(Type, "Contractor"); String: Temporary employee; Custom expression: Null(). The correct configuration uses IIF (Immediate If) as the function, with 'Eq(Type, "Contractor")' as the condition expression to test if the Type attribute equals 'Contractor'. When the condition is true, the destination attribute receives the string value 'Temporary employee'…
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- IIF
- Custom expression: Eq(Type, "Contractor")
- String: Temporary employee
- Custom expression: Null()
Explanation
The correct configuration uses IIF (Immediate If) as the function, with 'Eq(Type, "Contractor")' as the condition expression to test if the Type attribute equals 'Contractor'. When the condition is true, the destination attribute receives the string value 'Temporary employee', and when false, it receives Null() - perfectly matching both requirements. This IIF(condition, true-value, false-value) structure is the standard FIM 2010 attribute flow syntax for conditional value mapping.
Topics
Community Discussion
No community discussion yet for this question.
