Add relationship between two or more Liferay Objects.
Low code and no code development are handy for developing a website without a technical background. Liferay came with the Object concept, which is able to generate the persistence and service layers by just defining the required fields from the Liferay control panel. In this blog, here are some essential points from the objects.
With Liferay Objects we can map two or multiple Objects together, Right now we will map Invoice and Loan object, One Invoice can have a multiple Loans.
As we want to map one Invoice with multiple Loans Mapping will be added in Invoice Object
Great!! Now publish both objects and that's it.