In the Application Server's web.config file, you can specify the date format that is the expected format of the date data in the ERP output. By default, the expected date format is yyyyMMdd. If the expected format differs from the default, you must edit the ERPDateFormat setting in the web.config file of the Application Server. The following is an example of the setting in the web.config file:
<!--Sets the ERP date format for processing results for LOB Broker classes.-->
<!--<ERPDateFormat value="yyyyMMdd"/>-->
You must uncomment the line and then edit the value to the expected date format.