-
System notes of deleted line items
We have an integration with another internal system. We push all the transactions and transaction lines. We had a scenario we had an invoice with one line that pushed by the integration from NS to the other system. Then, a NS user edited this invoice in NS, remove the line and recreate another line. That caused the old…
-
Check for applied bills on purchase order sublist line
I have a script (Thank You Nathan Lamb) that prevents deleting a sublist line on Purchase orders when PO is in an approved state. I need additional functionality to also check if the sublist line has a bill applied to it, if false, then allow delete. Is this possible and if so what fields/variables do I need to add? /** *…
-
Is there a way to delete an invoice line (item) via web services (SOAP)?
Hi all, I have a SOAP application (written in PHP), and I need to delete an invoice line item. I can't seem to figure out how to do it. I've tried using the line's unique key, but I get an error: "BaseRef is an abstract type and cannot be instantiated" I have the transaction id, invoice number, line number, and unique key,…