Skip to main content
Chris Holland (HigherEchelon) 님이 #Data Management에 질문했습니다
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개
  1. 2017년 11월 14일 오후 8:59

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

    Account.RecordType.Name

     

     
0/9000