RE: Access and Modify Object in backend, Created with Frontend.

Olaf Kock, modified 2 Years ago. New Member Posts: 2 Join Date: 5/22/23 Recent Posts

I am using Liferay 7.4 dev studio and created one workspace with it.
Now I have created one Object with Frontend and then i want to access and modify that object in the backend dev studio.

Note : I want to access that objce in my MVC - portlet.

thumbnail
Olaf Kock, modified 2 Years ago. Liferay Legend Posts: 6441 Join Date: 9/23/08 Recent Posts

Objects generate a full Headless API (that you can also call from the backend, but it's actually better practice to rather access them from the frontend, to reduce coupling and maintenance burden).

Your question is very broad, so that it's hard to give a more specific answer, I don't understand what exactly you're asking for.