Hi,
I've posted this question to StackOverflow, but I figured I'd post it here as well.
I have a bit of a mystery with a Dynamics AX 2012 R2 CU7 custom service. It's really simple and it basically assigns some data to a contract for a downstream system to use.
orderContract.shippingDateRequested(SalesTable.shippingDateRequested);
This contract field, for instance, is based on the TransDate EDT. When I look at the data in sql server, it's the date at midnight which is pretty standard.
My mystery is that when the data comes through the port ( c# console app and BizTalk 2013 R2 as consumers ), the date now comes through as date @ 12 PM.
Am I missing something here or is this by design? Can I stop this behaviour and have it pass the time as 00:00:00 instead? The downstream system is setup to assign that "date only" columns are set at 00:00:00.