×

Time out threshold for Dynamic Forms (windows)

Last updated: July 19, 2022

To prevent a time out in a dynamic form you can adjust the parameter. In this example the SELECT 60 seconds provides a timeout threshold of up to 60 seconds.

<Data ID='Data Resultaat'>
    <DataID>Data Zoeken</DataID>
    <Timeout>
        <Select>
            ![CDATA[
               SELECT 60
            ]]>
        </Select>
     </Timeout>

Notes:

  • The default threshold for dynamic forms is 30 seconds.
  • Try to avoid increasing the threshold because a dynamic form can seem to hang to the end user. Better way is to try to improve the performance of the queries used by the dynamic forms through e.g. indexes.