Is it possible to utilize standard projections with add-on client model?
Example:
AddonTest.client
client AddonTest;
component ADDON;
layer Cust;
projection CustomerOrderHandling;
Is it possible to utilize standard projections with add-on client model?
Example:
AddonTest.client
client AddonTest;
component ADDON;
layer Cust;
projection CustomerOrderHandling;
Best answer by hamalk
Hi
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.