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
ToDate Failed to parse given JDEDate
-
- Posts: 23
- Joined: February 4th, 2022, 3:52 pm
- Contact:
-
- Posts: 472
- Joined: November 16th, 2021, 11:15 am
- Contact:
Re: ToDate Failed to parse given JDEDate
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
word count: 32