ToDate Failed to parse given JDEDate

This forum allows users to post and respond to "How Do I Do ....." questions. The information contained in this forum has not been validated by K-Rise Systems and, as such, K-Rise Systems cannot guarantee the accuracy of the information.
Post Reply
smoady
Posts: 22
Joined: February 4th, 2022, 3:52 pm
Contact:

ToDate Failed to parse given JDEDate

Unread post 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
word count: 102

Tags:
CathyC
Posts: 469
Joined: November 16th, 2021, 11:15 am
Contact:

Re: ToDate Failed to parse given JDEDate

Unread post 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
word count: 32
Post Reply