Hi,
I have a Sales order that was invoiced on a wrong date. So now I'm generating another invoice after entering minus(-Quantity) in the "Deliver now" field in the Lines, which generates a Credit Note. This cancels the Sales order line. Now I can create another line and generate invoice on correct date.
This works okay from the front end.
But when I try to do this with data entity, I'm getting an error.
Sales Order Lines V2 (Entity) [Deliver now field in -ve quantity]
In order to import the -ve quantity I switched off the Business rules validations on the Data Entity.
Why is it working from front end and not with Data Entity?
What is the best practice to correct the date of Sales Order Invoice if posted in a wrong date?
Best Regards,