Hi,
One of the lookup fields on the form shows up as empty and when selected displays '(No Name)'. I have exhausted myself trying to resolve it but could not. Hope someone can guide me through this.
We have recently migrated to Dynamics 365 online from CRM 2016 onprem. Nothing has been changed surrounding this lookup field and there aren't any business rules or js that sets its value. This field is actually pointing to 'Team' entity where we have county names in it.
I do have a script though that reads value from this field and I noticed while debugging that the 'id' of the lookup comes fine but 'name' shows 'null'. Not sure why it would do that, because I do see the primary field populating the name correctly in the lookup entity. When it pulls the 'id', it should pull the name as well.. isn't it?
I see something is buggy with the 'name' and hence it isn't populating well in the lookup view. Can somebody please share if you have any ideas troubleshooting this issue?
Thanks for any help!