How can I filter on a quote type?
Question
The following example does not work, it says there is no "quoteType" on the Quote class:
api.find("Q", Filter.equal("quoteType", "Configuration"))
Answer
Use quoteTypeUniqueName
instead.
Found an issue in documentation? Write to us.