django25
23rd October 2009, 07:11
Hi
A Purchase order was deleted by mistake.
How do we recover it. Also, how can we find who deleted it.
Regards
Django

sushil
23rd October 2009, 07:44
You Could get the information in history tables.
tdpur051

django25
23rd October 2009, 07:57
Is there a way to recover this Purchase Order.

sushil
23rd October 2009, 08:07
Using History information - i think you could create a new PO with same item code / Qty
but you cannot undo deleted PO.

dheerendra_gosw
23rd October 2009, 12:00
Hi Dear,

You can write a program to recover PO from History tables... or do manual...
You should enable the Audit for these important tables...

Thx.