Hi All,
I followed the below post to convert my Datetime BCS OOB field to a Date field by updating the view from SP designer 2010 as suggested.
I replaced existing field value from:
<xsl:value-of select="$thisNode/@[name()=current()/@Name]">
To
<xsl:value-of select="ddwrt:FormatDateTime($thisNode/@[name()=current()/@Name], 1033, 'MM/dd/yyyy')
">
Also followed this document to replace using a substring:
https://docs.microsoft.com/en-us/previous-versions/office/developer/sharepoint-2010/gg271157(v=office.14)?redirectedfrom=MSDN#to-customize-the-date-column-of-an-external-list
In both these cases, my pagination capability to go over to the next page is getting lost. When I click on the next page, the list becomes empty.
I'd like to know if you have seen this behavior anytime during this implementation and if you have, is there a workaround to this problem?
Appreciate your inputs.
Regards,
Shalabh



