Application Configuration & Customization
 
Global configuration items like the location of the reports or the maximum level of accounts are saved in the XAppConfig table. This table can be used for addtional module specific or global variables.
 
The static method GetAppConfigValue(string ConfigName) gets this variable.
 
More information on input validation can be found in the Input Validation section.
 
Information on label and message box adaptations can be found on the Multi Language Support page.
 
Workflow Management and user control behavior can be found on the Workflow Management page.