Hello,
I noticed that in the Contacts related list in the Account page layout the Contact Name field is mandatory at first row.
I need to sort the Contacts in the related list by Last Name but the Contact Name field sorts by fisrt name. So I tried to remove the Contact Name field and use First and Last Names instead. But I'm not allowed. Why? Any workaround?
Thanks
2 件の回答
Hi Mimma,
The Name field cannot be removed from the related list, for Contact the Name field is the concatenation of first and last name fields.
One way of doing this is, create a custom formula field which returns the Last Name and include that field in the related list and sort the related list by the formula field.
the formula will be as belowformula return type: text
LastName