Hi everyone!
I have a question regarding Objects - it it possible to combine (1-M Relation):
A) Site-scoped Objects with Company-scoped Objects
B) Site-scoped Objects (from site X) with Site-scoped Objects from Global site
Sample scenario: there are Countries (“global” Objects), and Projects (site-scoped objects). Projects from different sites need to reference the same country. (Note: Country is just an example, there might be other “shared” Objects, with more complex structure than just PickLists)
It seems there is no option to do this way in OOTB implementation. Any ideas?
Are there any plans to support this kind of relations in future?
Regards,
Vitaliy
Hey there!
I ran a simple test case on the latest Liferay release (2025.Q4) and was able to implement both of the use cases you described:
-
A 1-to-many relationship between a site-scoped object and a company-scoped object
-
A 1-to-many relationship between a site-scoped object (site X) and another site-scoped object (Global Site)
I know there have been quite a few feature improvements over the last several Liferay releases, but I wasn’t able to identify the specific JIRA ticket where this functionality was introduced. Maybe someone else will know.
Depending on the Liferay version you’re currently using, these features may already be available in a newer release.
Cheers,