Hi
We have a customer that exports order data monthly, and tey want to get an overview of when the orders where captured. But the only value we get exported, is a field containing XML and where the timestamp is a binary field
The Field OrderCaptureInfo show data like this:
<?xml version="1.0" encoding="utf-8" standalone="yes"?><OrderCaptureInfo><Timestamp>-8585578580894875792</Timestamp><State>Success</State><Message>Capture successful</Message></OrderCaptureInfo>
Would be really nice, if it was possible to get this data in a similar way as eg. OrderVisitorSessionDate, like this 09-11-2021 12:28:03:630
/Hans