Hello,
I have a Contact entity with some details.
In other entity (named NewEntity), I want to have access to some details (Addresses) from Contact entity.
Pratical example: I have a detail wizard in NewEntity that has columns that are fields from addresses detail in Contact entity.
How can I do that?
Thank you
Like
Dear Carolina,
It would not be possible to add such detail. Basically if you add contact address detail in the new entity, you will not be able link the particular address to the contact. It can only be done using the development tools to filter the addresses by the required contact.
I suggest you to add the detail with editable list which can filter the addresses by contacts. Here is the development guide how to do it.
https://academy.bpmonline.com/documents/technic-sdk/7-13/adding-detail-editable-list
Best regards,
Dean