Hi All ,
Can someone provide SQL to read RMA Module - RMA Received By (When RMA Is received using RMA Receivings Window).. as well when the item was received (Received Date) for both Open & HIstory RMA?
Thank You.
Thanks
Ravi
Hi All ,
Can someone provide SQL to read RMA Module - RMA Received By (When RMA Is received using RMA Receivings Window).. as well when the item was received (Received Date) for both Open & HIstory RMA?
Thank You.
Thanks
Ravi
There's a view you can leverage for this:
SELECT * FROM SVC5000V
Let me know if this helps. If not, we can find a different alternative