Hi
We have created a custom XML to show extra columns that a user can select(personalize) on their work list.
This used to work using EHP 6, NW 7.31 but since we have upgraded to EHP 8, NW 7.5 it does not. What happens is, the work list subtracts 1 day from the actual date as it is stored in the workflow container. Only for the custom dates. We compare the system (OS) dates to make sure the time zones are correct. Even looked at the time zones for test users who see the entries in their work list.
P_ACTION_DATE is of type DATS in workflow container.
Any suggestions?
Here is the definition as it is in XML file:
<DisplayAttribute format="medium" hAlign="LEFT"
headerVisible="yes" maxTextWidth="0" name="P_ACTION_DATE"
sortable="yes" type="date" vAlign="BASELINE">
<Descriptions default="Effective Date"/>
</DisplayAttribute>