I have some webform portlet used, for example to ask users if the experience in the website was good.
Now I need to get the web form values and create a table to show them. I know that data are stored in liferay's DB in the Exapando (tables, ros, column, values). The problem is that i can't find web form name. In Expandotable it is stored like 1_WAR_webformportlet_INSTANCE_...
but I want the name that appear in browser ("MY FORM" for example).
Hope that someone can help me...
PS: I'm Using ExpandoTableLocalServiceUtil in JAVA.