Hi,
Today i will be sharing the code to pass the range of a enum value while working in x++ query or adhoc query.
SalesTable_ds.query().dataSourceTable(tableNum(SalesTable)).addRange(fieldnum(SalesTable,SalesStatus)).value(sysquery::value(SalesTable::Invoiced));
No comments:
Post a Comment