//Query Range for Existing Range field in ax 2012 AOT Query
Query --> init-->
this.query().dataSourceTable(tableNum(InventValueReportTmpLine)).rangeField(fieldNum(InventValueReportTmpLine,InventLocationId)).value("");
this.query().dataSourceTable(tableNum(InventValueReportTmpLine)).rangeField(fieldNum(InventValueReportTmpLine,InventLocationId)).status(1); // 1 Lock , 0 Open
Query --> init-->
this.query().dataSourceTable(tableNum(InventValueReportTmpLine)).rangeField(fieldNum(InventValueReportTmpLine,InventLocationId)).value("");
this.query().dataSourceTable(tableNum(InventValueReportTmpLine)).rangeField(fieldNum(InventValueReportTmpLine,InventLocationId)).status(1); // 1 Lock , 0 Open
No comments:
Post a Comment