Hi
when we export eCom orderdata (from the table EcomOrders), there is a field called OrderCaptureInfo - which is data formatted as XML like this
<?xml version="1.0" encoding="utf-8" standalone="yes"?><OrderCaptureInfo><Timestamp>-8585716267392904180</Timestamp><State>NotCaptured</State><Message></Message></OrderCaptureInfo>
Q#1 I assumed the Timestamp was the TImestamp for when the order was captured, but since the State is NotCaptured - what does the timestamp indicate?
Q#2 Is there a way of only exporting orders where OrderCaptureInfo State is Captured, and equally important - is it possible to format the TimeStamp during export, so that we cann get a sortable field with data of when the order was captured? If so, how can this be done?
/Hans