Quantcast
Channel: Support Portal
Viewing all articles
Browse latest Browse all 9807

Re : Deleting assets associated to a PO

$
0
0
use this query in database and then you can delete the PO from the UI.

delete from resources where purchaselotid in (select purchaselotid from purchaselot where purchaseorderextid in (select purchaseorderextid from purchaseorderext where purchaseorderid = ______));

Note: Enter the POID in ________

Regards,
Priya K


Viewing all articles
Browse latest Browse all 9807

Trending Articles