Hi all,
I'm testing the aderence of data created by XMLPF with the concepts of context in Liferay Portlet.
Very probably I'm doing something of wrong, but I'm not able to create data in the Company context and viewable from all the Groups/Communities of the portal instance - I used:
1<restrictBy>
2 <companyId>true</companyId>
3 <groupId>false</groupId>
4 <userId>false</userId>
5 </restrictBy>
But I see the data only from the Groups/Communities from where I created the company's data.
I tried also to generate the portlets to manage the "company-wide" data using
1<showInControlPanel>true</showInControlPanel>
but the portlets appears in the context of the Site/Community not in the Portal section of the Control Panel.
Also if I set the "Global" context of the Control Panel, the data I create are not visible in all Sites/Communities
Please could anyone help me ?
Thank you in advance !
Ivano C.