Tag Archives: delete

How to Delete Complete Purchase Order via Code in Sage X3?

There can be occasions when you want to delete Complete PO in Sage X3. New Stuff: How to know web service pool In a custom development, we have come across the above scenario wherein we need to delete the Purchase Order programmatically. To do this we have created Object base web service for POH object… Read More: How to Delete Complete Purchase Order via Code in Sage… »

How to delete Detail(Product)lines from Sales order via Import template ?

You may come across a situation, where you may want to delete detail(product) lines  from Sales order .  Here we are describing  how to delete detail(product) lines from sales order via import template.To delete the detail lines, the quantity should set to zero on a detail line.Please refer the below example- New Stuff: How to… Read More: How to delete Detail(Product)lines from Sales order via Import template… »