View Single Post
  #2  
Old 12-09-2005, 05:26 PM
kevina kevina is online now
Registered User
 
Join Date: 03-27-2003
Posts: 825
Actually the itemtitle for contacts is computed as follows:
-> both first and last are populated: item title = last, first
-> either first or last is populated: itemtitle = the populated value
-> neither is populated but company is: itemtitle = company
-> none are populated: itemtitle = (New Contact)

Regardless, the title is computed when the underlying related values (above) are edited and the ordering can't be modified.
Reply With Quote