Notifications
Announcements
No record found.
1 2 3 4 5 6 7 8 91011
public void init(){ QueryBuildDataSource dataSource; super(); dataSource = this.query().dataSourceTable(tableNum(InventTrans)); dataSource.addGroupByField(fieldNum(InventTrans,ItemId)); dataSource.addSelectionField(fieldNum(InventTrans, Qty), SelectionField::Sum);}
*This post is locked for comments
*This post is locked for comments