How to show emebedded Attribute Type (ReferenceToEntity) in DataGrid

Hi,
I am using RefereceToEntity attribute in my Entity, and i want to show the Reference Entity in my list page on datagrid and in detail page in Entity Picker.

How can i do it?

Thanks.

Hi,

Could you please describe in more detail what problem you have and why you need to refer to the ReferenceToEntity, which is a system-level entity?

Regard,
Gleb

Hi @gorelov
Thanks for the response, we are creating a multi-tenancy application, where each tenant has their own dynamic attribute for an Entity, for that we are creating an ActiveAttribute entity and referring to CategoryDynamicAttribute system-level entity. And in the list of ActiveAttribute we want to show the CategoryDynamicAttribute in the Datagrid and in the Detail page, we want to show in the EntityPicker component.

We also want to expose the ActiveAttribute Entity in the REST API for external applications. We expecting to show the dynamic attribute (CategoryDynamicAttribute) in the API.

Hi,

Thank you for the explanation, but it is still not clear what the problem is with your implementation and EntityPicker.