Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Expand
titleTable of Contents
Table of Contents
maxLevel3
stylenone
typelist

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

Logics

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

  • Customer Input Filter Logic

Domain Model

The pre-configured types of quotes are stored in:

The following entities are used to store quote data of the quotes.:

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.

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 attached an Approval Workflowapproval workflow. For details see Approval Workflow Configuration Overview.

Entitlement

You can configure access to:

...

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 Javascript code , which is called pre or post certain actions.

See: