Link to home
Start Free TrialLog in
Avatar of Jaziar
Jaziar

asked on

@Name([CN]; ??) QUestions

I have a field called PMMAsst.  It is a name / editable with Multiple Values Allowed.  They can use the address book to enter the names.  The problem is sometimes the name comes in Full Ex:

Bobby Socks/Something/Something

and Sometimes it comes it Ex:

Bobby Socks

So in my view, it does not see them as the same person.  What can I do to get the names to always show up

Bobby Socks in the view.
ASKER CERTIFIED SOLUTION
Avatar of HemanthaKumar
HemanthaKumar

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of p_partha
p_partha

so ideally in your case your column formula should be

@name([cn];PMMAsst)

partha
No stealing all points to Hemanth :)

partha