Skip to main content

3 docs tagged with "DX Graph in DX Engine"

Recipes that invoke DX Engine using DX Graph.

View all tags

CPQ (Configure, Price, Quote) Core Capabilities (Configurator)

This recipe uses DX Engine and DX Graph to provide an entry point for CPQ (Configure, Price and Quote) capabilities common in custom products, B2B/B2B2C use cases, and more. The product in this example is a custom couch, whose options we will populate in DX Graph and access from DX Engine. Prices are cumulative, with some options adding to the total cost, and others reducing it. Logic for the flow through elements lives in DX Engine.

Dynamic Variables and Handlebars Templates

With the Conscia Digital Experience Engine, you can use Handlebars for simple string formatting, replacing tokens in the Handlebars templates with values from Context, Component responses, and elsewhere. You can implement a solution based on this recipe that applies a Handlebars template to format a personalized response from an Orchestration Component.

Update Algolia on DX Graph Record Changes

If you are managing content in DX Graph that is being indexed in a search engine, you can use DX Engine Orchestration to listen to record created or updated events which will trigger a search index update. This recipe shows using a DX Engine Orchestration flow to update an Algolia search index whenever a record appears or changes in a DX Graph Collection.