Hi guys,
I have modified some codes in JS file in AX7 and done a full build. When debug the code, i can see only the previous codes and not the latest one Ii have modified.
Ex
Say I am changing the fromDate in this code "itemDetails[obj][Counter].fromDate," to toDate as "itemDetails[obj][Counter].toDate,"and done full build. When I debug the old code "itemDetails[obj][Counter].fromDate," is keep on reflecting.
Please help me guys, Thanks.