How can I delete an old approved quote?
Question
There are some old approved Quotes (with the status Deal, Lost, Offer) in the list that I want to get rid of. Is there any way to delete them? I tried api.delete
and api.boundCall("local", "/delete/Q", api.jsonEncode(payload))
but without success.
Answer
You cannot delete these Quotes. It is not considered a good practice to remove records from the database.
Found an issue in documentation? Write to us.
Â