Hi there,
I have a job that maps EcomOrders to XML. I have one column that contains a code expression:
@Code(System.DateTime.Now.ToString())
But when I run the job, the entire column is ignored:
<item table="EcomOrders">
<column columnName="OrderId"><![CDATA[ORDER6830]]></column>
</item>
When I change the columnn to be a normally mapped column, it shows up in the XML as expected.
Bug? Or not supported on XML?
Running on 10.20.6.
Imar