ECCnet Accelerator limitations

When customizing the ECCnet accelerator please consider the following limitations.

Service API

Read requests with unqualified fields of "ArticleIngredientLang" and "ArticleIngredientDomainLang" in the same request are not supported.

Example:

http://localhost:1512/rest/V1.0/list/Article/ArticleIngredient/byCatalog?
fields=ArticleIngredient.JuiceContentPercentage,ArticleIngredientLang.IngredientStatement,ArticleIngredientDomainLang.GMOIngredients&
catalog=ECCnet_TEST_CAT

Qualified fields can be used in one request:

http://localhost:1512/rest/V1.0/list/Article/byCatalog?
fields=ArticleIngredient.JuiceContentPercentage,
ArticleIngredientLang.IngredientStatement(de),ArticleIngredientLang.IngredientStatement(en),
ArticleIngredientDomainLang.GMOIngredients(de),ArticleIngredientDomainLang.GMOIngredients(en)&
catalog=ECCnet_TEST_CAT