Dear All Experts,
Please give the suggestion for FMS query how i get the last sales price in according to customer ??
and currently i am using these query
SELECT (T0.[Price]) FROM INV1 T0
WHERE T0.[ItemCode] = $[RDR1.itemcode]
Order by T0.DocEntry desc
Regards,
Varun Pandya