Yes, I did output the reference details via an alert: alert( "entityType="+reference[0].entityType+"\n"+ "id="+reference[0].id+"\n"+ "name="+reference[0].name); This results in: entityType=account id=GUID-RIGHT-HERE name=CompanyNameHere It does show up in the form, but it's still marked as not filled and when submitting it will tell the user to fill out the Customer field. I can even click on the filled in Customer and it takes me to the correct account record.
↧