Hello All,
I have a FS_List in the template
<FS_LIST name="demo" hFill="yes" rows="5">
<DATASOURCE type="database" useLanguages="no">
<ACTIONS>
<ACTION name="ADD"/>
<ACTION name="REMOVE"/>
</ACTIONS>
<COLUMNS>
<COLUMN show="no">#identifier</COLUMN>
</COLUMNS>
<LAYOUT>
<ADD component="toolbar" constraint="top"/>
<ADD component="overview" constraint="center"/>
<ADD component="stackedview" constraint="hide"/>
</LAYOUT>
<table>demoschema.demo</table>
</DATASOURCE>
<LANGINFOS>
<LANGINFO lang="*" label="XYXYXYX"/>
</LANGINFOS>
</FS_LIST>
How can I get the value of the <table> element in the module through FS API ??.
Thank you,
Vasanth