Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 175888

RE: Inventory Serial Number

$
0
0

what are you looking for ? Do you need to join these tables and get the serial Id as display field in SalesLine in Ax ?

Try this .

InventDim::find(SalesLine.InventDimId).inventSerialId

or

Select firstOnly inventDim

               Join salesLine

               where inventDim.inventDimId == salesLine.InventDimId;

info(inventDim.inventSerialId);


Viewing all articles
Browse latest Browse all 175888

Trending Articles



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