RE: Liferay DXP forms edit and save audit fields automatically

Brijesh Desai, modified 7 Years ago. Junior Member Posts: 55 Join Date: 10/22/14 Recent Posts

Hello team,

 

We are using liferay forms to get user data, It is very great feature when it is Add scenario,

But we have came across Edit scenario, we can see form entries by site admin under control panel, but on site pages we need to edit this entries by logged in user id.

 

1) Does Liferay DXP form provide Edit option?, I couldn't find yet if I have missed, We can do edit in DDL but on in forms,

2) Also we need to save audit fields value like userid(logged in user id), and site id(scopeGroudId), can we achieve with any way without having much customization(by using Predefined Value in any way) ?

3) can we get file upload option OOTB to upload from file system(Not from Site's doc media and select file),

 

Thanks in advance.

Brijesh

 

thumbnail
Samuel Kong, modified 7 Years ago. Liferay Legend Posts: 1902 Join Date: 3/10/08 Recent Posts

1. No

2. For the user info, this is already recorded. If you view the filled in entries of a form, you will see an "Author" column that indicates the user who filled in the form (assuming the user has signed in). For the site id, forms are created within a site. So the site id will be the site that you created the form in.

3. No

Brijesh Desai, modified 7 Years ago. Junior Member Posts: 55 Join Date: 10/22/14 Recent Posts

Thanks for details