SP List - Json Custom View Question

Copper Contributor

I am working on a view that is a custom display .. we basically want the people hover card but we wanted to add their email, job title and phone beneath the picture and name...

I have that all working except for the business phone. I can see the value of the business phone when I hover over the person so we know it's there... The column name is "TC" and I tried TC.businessphone and TC.phone. 

How would I access the business phone number?

3 Replies
TC.Telephone?
Nope, good thought though...

@sasrsc2415 

 

Currently people fields only supports the following properties (with example values) in JSON formatting:

 

{
   "id": "122",
   "title": "Kalya Tucker",
   "email": "kaylat@contoso.com",
   "sip": "kaylat@contoso.com",
   "picture": "https://contoso.sharepoint.com/kaylat_contoso_com_MThumb.jpg?t=63576928822",
   "department":"Human Resources",
   "jobTitle":"HR Manager"
}

 

SourceSpecial string values - People fields 


Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.