Name display issues

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
tkilshaw
Posts: 170
Joined: Thu Jan 19, 2006 11:33 pm
Location: Western Canada
Contact:

Name display issues

Post by tkilshaw »

So I have FirstName field and a LastName field. I want to display this on one of the standard Aware list forms as:

LastName, FirstName

How?

I know this is probably very trivial for you.

thanks,

Terry
aware_support
Posts: 7523
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Post by aware_support »

You have to create an attribute called, for example, "FullName" or "Name". Mark this attribute as "calculated". Add a rule to set the value of this attribute:
Person.Name = Person.LastName + ',' + Person.FirstName

Then make sure you include this attribute into query results.

Best Regards
Aware IM Support Team
Post Reply