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 8 Next »

Generic Logic

Create a generic feeder logic that emits the Quote objects for use in the Analytics logic:

Analytics Logic

Retrieve the target rowset from the Datamart:


Fetch the Quote from the feeder logic:


Fetch header inputs/output values from the Quote:


Fetch line-level inputs/output values from the Quote (you can use api.getCalculableLineItemResult to fetch line-level outputs):


Create a map object mapping values to Datamart fields. (Map keys MUST match the Datamart field names). Add the row to the target rowset:


Create global variables for all field values:


Create logic elements for each Datamart field. Return the global variables in each logic element with the Display Mode "Everywhere", so they can be accessed in the Data Load.

Data Load

If the target is a Datamart, create a calculation data load for Datamart that runs incrementally and assign the appropriate Analytics and generic logics as the Formula and Feeder logics respectively. If the target is a Data Source, update the existing 'Flush' type Data Load for the Data Source by configuring the Formula and Feeder logics in the Calculation section.

  • No labels