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

Display Method

$
0
0

Hello,

I'm working on a display Method that is supposed to call the field Qty (Quantity) from the table InventTrans and display it on a report called InventDimPosted. Here is the Method:

Display Qty QtyPhy()
{
InventTrans inventTrans;

Select Qty From InventTrans Where InventTrans.ItemId == InventSum.ItemId;
Return QtyPhy();
}

Now my problem is that there is an error message on it telling me that: "The Method has not been declared." I don't understand what's going on.


Viewing all articles
Browse latest Browse all 72043

Trending Articles



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