Solved

Is it possible to utilize standard projections with add-on client model?

  • 14 February 2024
  • 1 reply
  • 11 views

Userlevel 2
Badge +8

Is it possible to utilize standard projections with add-on client model?

Example:

AddonTest.client

client AddonTest;
component ADDON;
layer Cust;
projection CustomerOrderHandling;

 

icon

Best answer by hamalk 14 February 2024, 11:44

View original

1 reply

Userlevel 5
Badge +13

Hi @NECMIOH 

You should be able to use the CustomerOrderHandling projection in ORDER component with AddonTest client. We have not enforced such restriction technically that you cannot use a projection in a different component. 

So if you are using this projection in the client file, the ADDON component should have a static dependency to ORDER component. both component should be enabled and customer has to purchase both together. 

 

/Harshini

Reply