掲示板

Web Forms Portlet Database

thumbnail
12年前 に sujay paul によって更新されました。

Web Forms Portlet Database

Regular Member 投稿: 164 参加年月日: 11/10/28 最新の投稿
Hi ,

Please tell me how to define the database name for Web Forms Portlet .

Actually I had created a web form for data insertion in data base. But i dont know after saving where the data saved.

Is there any process to view/ modify those saved data?

Please help.

Thanks
thumbnail
12年前 に Sandeep Nair によって更新されました。

RE: Web Forms Portlet Database

Liferay Legend 投稿: 1744 参加年月日: 08/11/06 最新の投稿
It is stored in ExpandoValue table. You are given the option to configure the tablename in config of webform portlet. Check the name of the table in ExpandoTable table and the actual value in ExpandoValue table

Regards,
Sandeep
thumbnail
12年前 に sujay paul によって更新されました。

RE: Web Forms Portlet Database

Regular Member 投稿: 164 参加年月日: 11/10/28 最新の投稿
I am using MYSQL data base
on that database I found "ExpandoValue" table but there is no data in that table.
please tell me how to configure it.
thanks
thumbnail
12年前 に Saikat Saha によって更新されました。

RE: Web Forms Portlet Database

New Member 投稿: 23 参加年月日: 11/11/16 最新の投稿
sujay paul:
I am using MYSQL data base
on that database I found "ExpandoValue" table but there is no data in that table.
please tell me how to configure it.
thanks



I'm also facing the same problem here. I'm using LR 6.0 with MySql DB.
Can I use customed table for web form ?
I also need to update & view option for the inserted data through web form.
Please help .. if someone has already worked on it .
Thanks in advance.
11年前 に Rahul Saraswat によって更新されました。

RE: Web Forms Portlet Database

New Member 投稿: 18 参加年月日: 13/01/09 最新の投稿
Hi Everyone.

Can someone please tell how to give custom table name for storing the data in web form instead of ExpandoValue table. I checked the table ExpandoValue and the entire data is inserted in the table in the column named data_. Is there any way to insert the data in a custom table which has columns named "Name", "Rating", "Comments".
Please find the attached screenshot for the DB.

Thanks & Regards
Rahul Saraswat
11年前 に Rahul Saraswat によって更新されました。

RE: Web Forms Portlet Database

New Member 投稿: 18 参加年月日: 13/01/09 最新の投稿
Hi Everyone.

Can someone please tell how to give custom table name for storing the data in web form instead of ExpandoValue table. I checked the table ExpandoValue and the entire data is inserted in the table in the column named data_. Is there any way to insert the data in a custom table which has columns named "Name", "Rating", "Comments".
Please find the attached screenshot for the DB.

Thanks & Regards
Rahul Saraswat
11年前 に renith r によって更新されました。

RE: Web Forms Portlet Database

New Member 投稿: 2 参加年月日: 13/01/14 最新の投稿
sujay paul:
I am using MYSQL data base
on that database I found "ExpandoValue" table but there is no data in that table.
please tell me how to configure it.
thanks



I am also having the same problem but i am using postgre mysql
8年前 に Anabelle Trinidad によって更新されました。

RE: Web Forms Portlet Database

Junior Member 投稿: 27 参加年月日: 12/05/01 最新の投稿
Were you able to solve this? I also need to save the value to different table not just in ExpandoValue.