Field that Embeds a Configurable Table

You can configure a web form to display a configurable table.

Just add a dummy field to define the table using Field Type=emxTable.



To configure a form to display a configurable, use these settings


  • Field Type = emxTable
  • table = <name of the admin table>
  • sortColumnName = <name of the column in table>
  • Sort Direction = <ascending or descending>

Also include 1 of the following to get the list of objects:


  • inquiry = <admin inquiry name>
  • program = <JPO program name:JPO method name>