Skip to main content

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

Example:

AddonTest.client

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

 

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