amt sys runtime behaviour
| Column Name | Data Type | Description |
| RTBEHAVIOURID | int | ID of the runtime behaviour configuration. |
| DESCRIPTION | string | A free to choose description of this runtime behaviour configuration. |
| CALLTIMEOUT | int | Timeout in seconds before an error is raised when a call to an external dll has been made. |
| CALLSHAREDPROGRAMTIMEOUT | int | Timeout in seconds before an error is raised when a call to a shared program has been made. |
| RECEIVETIMEOUT | int | Timeout in seconds before an error is raised when a Receive of COMS has been made. |
| XMITTIMEOUT | int | The maximum number of seconds to wait for a response from the application server after a transmit. |
| WRITEPRINTEROCS | boolean | If True, printer macros will always be written to the printer. |
| WRITEFORMDEPTH | boolean | If True, the Form Depth will always be written. |
| CAPTIONAPPDESCR | boolean | If True, the application description will be displayed in the caption of the form. |
| OFFICENAME | string | The name of the office this runtime behaviour configuration is for. |
| OVERWRITEPRINTFILE | boolean | If True, overwrite existing print files instead of appending. |
| KEEPPRINTFILECOPY | boolean | If True, a backup of the print file is created in the prints folder. |
| DONTREGISTEREMPTYPRINT | boolean | If True, empty prints are not registered in the print logging. |
| EXCEPTIONONOUTOFBOUNDS | boolean | If True, an exception is thrown when accessing an array item out of bounds. |
| POOLTIMEOUT | int | WCF Client pool timeout, client side. |
| HEXVALUEPRINTINGFILTER | int | Hex value (control-character) printing filter setting. bitwise combination is allowed. NONE = 0 HEX00 = 1 HEX01 = 2 HEXFF = 4 |
| CHARSET | string | The character encoding used for the creation of print files. The character set UTF-8 is used by default. |
