Tag Archives: Delete a Record in Sage X3

How to delete Customer BP Invoice in Sage X3

The customer BP invoice entry function is used to manage the customer invoicing out of the “typical” sales cycle.In this context, the user does not manage the order, the delivery note with the stock issue etc. When issuing the invoice, the data necessary to the accounting are saved. We may need a basic important points… Read More: How to delete Customer BP Invoice in Sage X3 »

How to Delete a Record in Sage X3 by using Table Index (Key)

There is multiple way of deleting a record in Sage X3. If we do not delete the record using the index the database must read the full table to find the rows to be deleted. That means deleting the row would be fast but finding would be very slow. ‘DeleteByKey’ instruction deletes a record at… Read More: How to Delete a Record in Sage X3 by using… »