Skip to main content
Fellow Admins - 

 

Can you please help me figure out how to add an existing Account Record Type field to the contacts object? My clients wants to sort their Contact list view by Account Record type. Record Type is not an available field in Contact list views in Lightning
4 respuestas
  1. 14 nov 2017, 20:59

    Create a Formula(Text) field on the Contact object using a Cross-Object Formula like this

    Account.RecordType.Name

     

     
0/9000