Advanced Configuration Options (Customer Insights)

Customer Insights Package also uses the Advanced Configuration Options to store:

  • Data source information

  • Mapping fields

Path

Administration > Configuration > System Configuration > Advanced Configuration Options

List of Advanced Configuration Fields

  • sourceName

  • sourceType

  • customerIdFieldName

  • customerNameFieldName

  • productIdFieldName

  • productNameFieldName

  • pricingDateFieldName

  • invoicePriceFieldName

  • marginFieldName

  • quantityFieldName

  • uniqueIdFieldName

Example

Name

Value

Name

Value

customer-insights-accelerator

{ "sourceName": "Standard_Sales_Data", "sourceType": "DM", "customerIdFieldName": "CustomerId", "customerNameFieldName": "Name", "productIdFieldName": "ProductId", "productNameFieldName": "ProductName", "pricingDateFieldName": "PricingDate", "invoicePriceFieldName": "InvoicePrice", "marginFieldName": "GrossMargin", "quantityFieldName": "Quantity", "uniqueIdFieldName": "UniqueId" }

Â