Make a LookUpField in fieldGroup

There is not a reference attribute in a fieldGroup.
we have a order entity,product entity and a productType entity.
I want make the productTypeName from make a LookUpField common in fileGroup of the order,can this be done?
Thanks!

You can use “custom” field in field group for this purpose. Doc

2 Likes

Hi,

@baranukis is right, you can use a custom field with the setComponent() method.