Programming
hybris: Remove All Instances Of An Itemtype
by admin on Feb.19, 2019, under Programming
Posting this mostly as a reminder to myself for the next time I have to do this. For those who don’t know, we might as well delete all items of a particular Itemtype through Impex.
REMOVE PaymentTransaction[batchmode=true];itemtype(code)[unique=true] ;PaymentTransaction
The Impex script above will delete all instances of the type PaymentTransaction.