Question
Inheriting from multiple skins
We have skin(For e.g OrgUserSkin) defined at the organization level application which contains organizational level styles. We also have multiple applications on top of the organization layer including a Customer Service application. Customer Service application skin is inherited from 'CSEndUser' by default. We also want the Customer Service application to inherit from Organizational skin(OrgUserSkin) as well. Is there a way for skin to inherit from org level skin and the 'CSEndUserSkin'.
I think we can create a new skin in the implementation ruleset and inherit from both Org Skin and CS Skin.