return{
label: item.Name,
value: item.Name
}
response( $.map( data, function( item ) {
return {
label: item.company,
value: item.company,
companyid: item.companyId
}
so how do you want to know what is first and last name ? just a split ?
What is last and first name for the contactName "IT Solution Wizard" ?