Batch Validate - Deleting Line Items from DB
Hi all,
We are currenlty facing an issue with Batch Validate.
We are developing a backend application for our customer and using batch validate to run the constraint rules.
The order and line item creation is happening with a input XML. While doing a modify order and when there is a delete request, we are cheaning the action code to 'Deleted'.
But during the BatchValidate call, the entire line item is getting deleted from the DB. Is it working in non-ABO mode?
Anyone faced similar issue in your implementation?