Elasticsearch doesn't open any custom fields

@John
Thanks for reply

I’m use SuiteCRM 7.11.15
Also, I use fix for Elasticsearch by your reply in separate topic Elasticsearch return empty result page - #2 by John

I created all my relationship in Studio after the custom module was published

How they can be correct If I try to open "Name" I get the correct redirect and can see this URL
index.php?action=DetailView&module=Contacts&record=zcrm_3111820000005032012&offset=1

But if I try to click Region (Lookup) I get a redirect with Error retrieving record. This record may be deleted or you may not be authorized to view it.
and can see the wrong ID in URL
index.php?action=DetailView&module=RGNS_Regions&record=zcrm_3111820000005032012&offset=1

As you can see both records have the same ID. But ID correct only for Name column
for Region (Lookup) records with this ID doesn’t exist

UPD:
in my first post, you can see the AsNa_AssociatedNames module, which contains the Name and Contact columns, they also have the same ID. and I don’t understand this point. why for the second column its own id is not registered?