Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

To find the database table name in which the records of the form are saved, run the below SQL:

select xml from dyextn_containers where caption = '<form name>';

The output would be the form XML file and the form ID and database table name in which the form records are stored. E.g.: Form ID is 86, and DB table name is 'DE_E_11006'

<container id="1">
  <id>86</id>
  <name>chemotherapyForm</name>
  <caption>Chemotherapy form</caption>
  <dbTableName>DE_E_11006</dbTableName>.......

  • No labels