Quote Configuration Overview

This article summarizes all of the configuration possibilities for a Quote.

Logics

Using logics you can implement all the price calculations you need.

Domain Model

The pre-configured types of quotes are stored in:

The following entities are used to store quote data:

See their relations in Quote Entity Relationship Diagram.

Advanced Configuration Options

There are many options, which can be set up in Configuration pages under Administration  Configuration and influence behavior of the application.

Values of those options are then stored in Advanced Configuration Options, which can be fetched to the project configuration files.

As an example of what can be done via advanced properties:

  • Product Recommendations

  • Lost Deal/Quote Reasons

  • Filter on list of quotes displayed to user

  • etc.

Feature Flags

Feature flags are settings in key-value form, which influences the application’s front-end behavior and appearance.

To change them, navigate to Administration  Feature Flags. Once modified, feature flags values are stored in advanced configuration option crm_config.

Approval Workflow

Quote is an approvable document, so it can have an approval workflow. For details see Approval Workflow Configuration Overview.

Entitlement

You can configure access to:

Creation Workflow

See:

Email Templates

See:

Publishing Templates

See:

Interceptors

Interceptor is a mechanism developed mainly for integration of Unity UI with CRM systems. It allows the developer to enrich the Unity UI with additional Javascript code which is called pre or post certain actions.

See:

Found an issue in documentation? Write to us.