Advanced Configuration (AP), set during deployment through PlatformManager, is used to map Datamart data to our internal names. Caution is recommended while editing any AP object.
Example of an AP:
{
"datamartName":"Standard_Sales_Data",
"productId":"ProductId",
"productName":"ProductName",
"productGroup":"ProductGroup",
"customerId":"CustomerId",
"customerName":"name",
"customerClass":"CustomerClass",
"customerType":"CustomerType",
"invoicePrice":"InvoicePrice",
"quantity":"Quantity",
"pricingDate":"PricingDate",
"pricingDateWeek":"PricingDateWeek",
"pricingDateMonth":"PricingDateMonth",
"pricingDateQuarter":"PricingDateQuarter",
"pricingDateYear":"PricingDateYear",
"grossMargin":"GrossMargin",
"grossMarginPct":"GrossMarginPct",
"salesChannelDiscount":"SalesChannelDiscounts",
"promotionDiscount":"PromotionDiscount",
"competitorDiscount":"CompetitorDiscount",
"volumeDiscount":"VolumeDiscounts",
"customerNegotiatedDiscount":"CustomerNegotiatedDiscount"
}