Question about the portal example. If the Portal Apps (End User layer) reference the Portal Theme (Foundation Layer), and the Portal Theme references the Portal Apps, isn't this a violation of the No Cyclic References rule, or at the very least a violation of the No Upwards References rule? Also, Service Studio will perpetually give the 'Producer module uses outdated references' warning for all three modules.
Thanks,
Greg
Hi Greg ,I'm also think so that is violated Upwards References rule between Portal_Theme (Producer module )and PortalApp1_UI, PortalApp2_UI (consumer modules).It should be replaced Screen destinations by external URLs or consume Actions through REST APIs of PortalApp1_UI, PortalApp2_UI in the Portal_Theme .Thanks, Aung