We are upgrading some code from AX4 to AX 2012. We have this line of code qbds1.addRange(fieldNum(inventTrans, DateExpected)).value(periodL); Where "periodL" comes from a text type form control. In this control, the user often writes value t, for today. Other times they write a date range, for example "01/01/2015..31/01/2015" The thing is that this filter is not working in AX 2012. When user types t, periodL value is t, but the InventTrans table is not filtered by DateExpected. Any changes I have to do? Is there a better way to ask a user for date filters in a form input?
↧