15 December 2013

Query range in AX 2012 /2009

dateQBR.value(queryRange(FromDateEdit.dateValue(), ToDateEdit.dateValue()));

-> below query you can write in form ->DataSource-> ExecuteQuery()

this.query().dataSourceName("QualityInspectionControl").addRange(fieldNum(QualityInspectionControl,QuaityChecked)).value(queryvalue(NoYes::No));
this.query().dataSourceTable(tablenum(QualityInspectionControl)).addRange(fieldnum(QualityInspectionControl,QuaityChecked)).value(queryVal

1 comment:

  1. I was really satisfy by your information. It's well-written, to the point, and relative to what I need. thank you for providing information on.
    Microsoft Dynamics CRM Online Training | Microsoft Dynamics AX Training

    ReplyDelete

Give me the commetns and solutions

Ledger Voucher creation Framework and x++ code to create ledger voucher

 Please click her for MS reference file Below is the out of the box example reference and code. SalesInvoiceJournalPostSubBill_Extension->...