
Hi,
In Ax2012, MarkupTrans values were part of AxdSalesOrder Query .
In D365FO, Do we need to handle this as a part of customization. I do not see the table in the data Entity SalesOrderHeaderV2Entity.
Reason for my question : We have upgraded the logic from Ax2012 SO to D365 FO Sales Order Data Entity and we find the table missing .
Any thoughts would be appreciated.
Thanks in advance.
Regards,
Anitha.E
Since you might have more than 1 charge per order, it would not be possible to import this data using the order header entity. That's why thre are separate entities: SalesOrderHeaderChargeV2Entity and SalesOrderLineChargeV2Entity.
You can always right click tables in Visual Studio AOT and select Find references to find such information.