Quantcast
Channel: Microsoft Dynamics 365 Community
Viewing all articles
Browse latest Browse all 17314

Container and unbounded string (text) fields are not allowed in a WHERE expression in AX.

$
0
0
Container and unbounded string (text) fields are not allowed in a WHERE expression in AX. Error: Container and unbounded string (text) fields are not allowed in a WHERE expression in AX. Reason: Axapta does not allow you to use an unbounded string in a where clause. Solution: You must use a ‘bounded’ string. To do this you must declare your string with a numerical limiter e.g. str 50. Example: PurchTable getFirstByCustomerPOId(str 50 customerPOId) { PurchTable purchTable; ; purchTable.selectForUpdate...(read more)

Viewing all articles
Browse latest Browse all 17314

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>