Hi All,
Facing an issue while displaying task description of workflow task in My Inbox app.
I have formatted the content in HTML Table format and did bind to task container in SAP workflow. It was working fine in EHP6 but when we deployed changes into an EHP8 sys then issue stared.
It should display content in vertical format like
<TR><TD> fields 1</TD></TR>
<TR><TD> fields 2</TD></TR>
.....
<TR><TD> fields n</TD></TR>
but displaying like
<TR><TD> fields1</TD>
<TD> fields2</TD>
.....
<TD> fields1</TD></TR>
Thanks,
Satish