Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

Show Page Sections

download

Configuring Admin Settings

Admin Settings are system properties that have different values, and you can use them for different purposes. Use the following admin settings, along with customs settings, to conform your implementation's behavior to your unique business requirements.

To create admin entries

  1. Log in to Salesforce.
  2. Click + and click Admin. All the out-of-the-box admin settings are displayed on the Admin home page. Based on your organization's requirements, you can add or create new Admin entries based on your organization's requirements.
  3. To create a new Admin entry, click New.
  4. Type Name, Value, and Code for the admin setting and click Save. Your new admin entry is saved and added.

Admin Settings in TurboEngines

The following content provides information about admin entries available for TurboEngines along with their values and purposes. The following properties enhance the performance of the pricing engine.

APTS_EnablePassingOptionLinesWithBundleUpdatesToTurbo

This admin setting enables you to pass the option lines along with the bundle line when the GET line call to the turbo is triggered.

Name

APTS_EnablePassingOptionLinesWithBundleUpdatesToTurbo

Data Type

Boolean

Value

  • True: The system passes the options lines along with bundle updates to turbo.
  • False: The system does not pass the options lines along with bundle updates to turbo.

Code

N/A

APTS_UpdateLineNumbersOnTurbo

This Admin setting defines whether the system calls the quick restore API when you navigate to a custom VF page using a custom button on the Cart and Config page or not.

Name

APTS_UpdateLineNumbersOnTurbo

Data Type

Boolean

Value

  • True: The system calls the quick restore API on navigating a custom VF page (for example, Custom Display Action) using a custom button on the cart or config page.
  • False: The system does not call quick restore API. Instead, you must perform quick redirects without doing any other actions.

Code

N/A

APTS_SkipZeroAdjustmentBenefits

APTS_SkipZeroAdjustmentBenefitsprevents adjustment lines from getting generated if the discount value is zero. This prevents generating a quote or orders with zero value lines. The administrator can turn on/off this feature at the org level.

Note:

This Admin setting for zero value (0% discount, 0 discount amount, 0 markup amount, 0 price factor) will only work for Incentives. This setting does not impact Price Matrices and Price Rulesets.

Name

APTS_SkipZeroAdjustmentBenefits

Data Type

Boolean

Value

  • True: The system will skip the adjustment line items with 0 adjustments.
  • False: The system will show the adjustment line items with 0 adjustments

Code

N/A

APTS_PricingCartRestoreMode

APTS_PricingCartRestoreMode allows you to restore the line items when they are modified after saving the cart. Whenever you modify the line items after saving the cart, those modifications must display on the cart page whenever you launch the cart. To achieve this, you must configure the following admin setting to communicate line item changes between Salesforce and TurboPricing. This setting was formerly known as APTS_RestoreLinesOnChange.

Note:

For any reason, if you relaunch the cart when the turbo cart does not exist, CPQ ignores this setting and restores the full cart in the turbo flow. This setting becomes effective from the subsequent cart launch.

NameAPTS_PricingCartRestoreMode

Data Type

String

Value

  • Quick: CPQ sends price pending line items to turbo pricing on cart launch.
  • Full: CPQ restores the complete payload for all line items.

Code

N/A