Quote Route Types Control The Information Merged Onto Quotes

Every quote routing references a quote route type.

The quote route type controls the following quote functions:
  • It contains an algorithm that is responsible for extracting the information merged onto your quotes. Specifically, algorithms of this type create the "flat file records" that are passed to your quote-print software. Algorithms of this type are called under the following scenarios:
    • The background process that builds the flat file that's passed to your quote-print software calls these algorithms to construct the "flat file records" for each quote. Refer to Technical Implementation of Printing Quotes In Batch for the details.
    • If your quote-print software has the ability to construct a real-time image of a quote (in a PDF), you can plug in an Online Quote Display algorithm on the Installation Record. This type of algorithm calls the quote's dispatch group extract algorithm to extract the information that is merged onto the quote. Refer to Technical Implementation Of Online Quote Display for the details.
  • Refer to The Quote Extract Records for examples of the record layouts passed to the document composition application.
  • It contains the ID of the background process that builds the flat file that's passed to your quote-print software. The base package example of this background process (QUOTROUT) simply calls the extract algorithm on the routing record's route type to format the information placed onto the flat file.
Note: CIS Division can override the extract algorithm and/or the background process found on the quote route type. The system processes first check the quote’s account’s CIS Division for an override specific for the quote route type.