inderbir
inderbir

Reputation: 43

How to access and display all Liferay forms from a specific user

We want users to be able to view the forms that they have filled in while they're logged in. How could we use Liferay Forms to achieve this or how could we use DDL to access the forms?

We thought to access the user id and then return the forms associated with that id however we're not sure how to approach this solution.

Upvotes: 1

Views: 253

Answers (2)

Joy
Joy

Reputation: 631

You can do it through permission settings. Go on Site > Content > Form > Form's specific Settings (...) > Permissions.

You have to create a new Role and add only user who wants to see this Form. From Form's Permission setting you can control to whom you want to show the form.

enter image description here

Upvotes: 0

kakashi hatake
kakashi hatake

Reputation: 1185

I think spring portlet good approach for you enter link description here configure with spring security or access liferay user services and manage and authorize your views or portlets

Upvotes: 0

Related Questions