You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to export relational data for Brand, currently export for reference data only works with independent entity, but triggers issue when in case of Relational entity.
As in docs there is example bundle, when tried to export Brand, gives same error as in my bundle.
I my case:
Brand is primary entity and Parts is having field which refers to Brand.
Now when I tried to export Brand, works well and in case of Parts export gives me following error.
NO NORMALIZER FOUND FOR OBJECT OF CLASS "PROXIES\__CG__\EXTERNAL\BUNDLE\CUSTOMENTITYBUNDLE\ENTITY\BRAND"
I am using CustomEntityBundle V = 2.0
The text was updated successfully, but these errors were encountered:
dadasoz
changed the title
Export related entity issue
Export related entity issue - NO NORMALIZER FOUND
Mar 19, 2018
I am trying to export relational data for Brand, currently export for reference data only works with independent entity, but triggers issue when in case of Relational entity.
As in docs there is example bundle, when tried to export Brand, gives same error as in my bundle.
I my case:
Brand is primary entity and Parts is having field which refers to Brand.
Now when I tried to export Brand, works well and in case of Parts export gives me following error.
NO NORMALIZER FOUND FOR OBJECT OF CLASS "PROXIES\__CG__\EXTERNAL\BUNDLE\CUSTOMENTITYBUNDLE\ENTITY\BRAND"
I am using CustomEntityBundle V = 2.0
The text was updated successfully, but these errors were encountered: