Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 45 Next »

 Table of Contents

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

Logics

Using logics you can implement all the 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 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 can have attached an Approval Workflow. For details see Approval Workflow Configuration Overview

Access

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 Unity UI with additional javascript code, which is called pre or post certain actions.

  • No labels