I created a new resource type called "Position" that has a UocIdentityPicker attribute bound to it called "Team". When a new resource of type "Position" is created, I'd like to display the value for"Team" in the Search Scope. Since "Team" is actually a resource itself and not a text string, I need a way to capture the Display Name of "Team" in order to display that in the Search Scope. I found the following instructions in another post (which referenced a prior post by Eric Huebner). It appears this approach only works with the "User" resource type (i.e., only attributes bound to the "User" resource type appear in the picklist for "Target"). Is there a way within FIM to do something similar with attributes bound to a custom resource type? Thanks!
--------------------------------------------------------------------------------------------------
1. Create an Action Workflow activity...
2. Add The function Evaluator
2.a Activity Display Name = Set Role
2.b Target Attribute = [//Target/AttRoleString]
2.c Value = [Custom Expression] [//Target/AttRole/DisplayName]
3. Save
4. Add an MPR on change to AttRole attribute with your new workflow activity in place
---------------------------------------------------------------------------------------------------