Currently when I use the Office365User.SearchUser() it only displays the first name in a SharePoint list. Is there a way to Show the First and Last Name.
In the Item Control of the Dropdown Box:
Office365Users.SearchUser(
{
searchTerm:cmbSearch_3.SearchText,top:10
}
)