Using the Reader type Field

My question is that I am requiring users to pick people from our Address Book. Once they choose the person it is showing in the field the full name including organization and company and I just want the field to display the name. Does anyone the code I need to do that?

Thanks in advance,

John

Subject: RE: Using the Reader type Field

The reader field will not work properly unless you use the fully qualified name. You could make a Computed For Display field that shows the short names, but store the full names in your document, perhaps in a hidden field.

Subject: RE: Using the Reader type Field

Andre’s absolutely right- but remember, the computed for display field should not be a “readers” field- just text. And you might hide the readers field based on role or access level. I generally will show such a field to designer and above- easier to work out issues.