Hi All,
We have a query in AX2012 R2 that needs to filter by a packing slip ID in such a way:
qbdsInventTrans.addRange(fieldNum(InventTrans, PackingSlipId)).value(' 466/Z');
The important part to note is the initial whitespace before 466/Z which should match the value in the database. As soon as the range gets added to the query the whitespace is being removed (I can see its removed from the Query object text while debugging) so the range does not match what is in the database.
How do I configure the query or range so that it does NOT remove the whitespace?
Thanks!
Dale
*This post is locked for comments
I have the same question (0)