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

Is this code a Bug in WMSPickingList_OrderPickDP class?

$
0
0

Dear Team,

I'm doubted that the particular code highlighted(see attachment)

as a bug.Because when I run the report with completed check box ticked,due to this code the parameter passes false value. I changed the code as below and then its working fine.

Kindly provide your suggestions.

Code corrected as below:

showRegistered = rdpContract.parmShowRegistered();

showActivated = rdpContract.parmShowActivated();

showStarted = rdpContract.parmShowStarted();

showPicked = rdpContract.parmShowPicked();

showStaged = rdpContract.parmShowStaged();

showLoaded = rdpContract.parmShowLoaded();

//showCompleted = rdpContract.parmShowLoaded();

showCompleted = rdpContract.parmShowComplete();

showCanceled = rdpContract.parmShowCancelled();

wmsPickingRouteTmpRecId = rdpContract.parmPickingRouteId();

Regards,

Divya Lakshmi.J


Viewing all articles
Browse latest Browse all 72043

Trending Articles



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