Page 1 of 1

ToDate Failed to parse given JDEDate

Posted: June 15th, 2023, 4:11 pm
by smoady
VIEW-10000167 in product EC MVC

When filtering the Statement Date, the service converts the date to JDE. However when attempting to sort a column, the ToDate service is ran again and I'm getting the following error.

<Message>Failed to parse StatementDate Date: 117212 into Format: </Message>

Parameters passed filtering without using the sorting feature
<DateOutputFormat>MM/dd/yyyy</DateOutputFormat>
<StatementNumber/>
<CustomerNumber/>
<CustomerName/>
<StatementDate>117212</StatementDate>

Parameters passed when error is displayed (after filter is applied and triggering the sort control)
<DateOutputFormat>MM/dd/yyyy</DateOutputFormat>
<StatementNumber/>
<CustomerNumber/>
<CustomerName/>
<StatementDate>117212</StatementDate>

The setup of the ToDate service is displayed below
2023-06-15_14-51-04.png

Re: ToDate Failed to parse given JDEDate

Posted: August 4th, 2023, 2:39 am
by CathyC
This was resolved out of the forum. I tested recently and this is no longer happening. The ToDate service as shown in the screenshot is working, so it was the correct setup