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.