Our support engineers have assembled the top recommended solutions for you.
Microsoft Dynamics AX 2012CRM Connector in Microsoft Dynamics AX 2012Financials Management in Microsoft Dynamics AX 2012Upgrading to Microsoft Dynamics AX 2012
Microsoft Dynamics AX 2009
Application Object Server (AOS)
Enterprise Portal and Role Centers
Inventory Costing in Microsoft Dynamics AX 2009
Invoice Settlements/Discounts/Reversals
SSRS and SSAS Integration
Workflow
Hello,
How can I do :
while select dateColumn1, dateColumn2 ....
from myTable
where myTable.dateColumn1 >= myTable.dateColumn2 + 1 // **** I want to compare to date of column + 1 day. How can I do that?
{
// **** ....
}
Thanks :)
Hello Eitan,
You can use DateTimeUtil class method addDays.
Dont forget time stamps in datetime type fields. But still you can use the same DateTimeUtil class to manage with all hhmmss issues.
In select (AX 2009)?
I think I cannot use DateTimeUtils in select statment (or any function).
Anywise - for my question: How can I select the date without the time (time = 0, and date = same date as query).
conversion method used in select is not supported in AX.
you may get some idea with the blog on how you can achieve your requirement
msdax.wordpress.com/.../how-to-find-those-record-that-are-modified-on-certain-date-from-a-certain-table
Amirhttps://msdax.wordpress.com