You are here:
Rule Library Mappings
Here's the list of mapping names and the tags in the default SalesTransactionContext context definition that they map to.
| Mapping Name | Sales Transaction Context Definition Tag | Description |
|---|---|---|
| productSellingModel | ProductSellingModel | The product selling model. |
| contactId OR accountId | For contactId, select BillToContact. For accountId, select Account. |
The contact or account ID for the transaction. |
| cartLineItemId | LineItem | The ID a transaction line item. |
| cartLineProductId | Product | The product associated with a line item. |
| currencyISOCode | CurrencyIsoCode | The transaction’s currency ISO code. |
| cartLineProductCategoryId | ProductCategory | The category of the product associated with the line item. |
| activityStartDate | StartDate | The date when the transaction is evaluated. |
| cartLineCouponCode | SalesTransactionItemCouponCode__std | The promotion’s coupon code. |
| shouldEvaluatePromotions | ShouldEvaluatePromotions__std | The promotion's evaluation and execution configuration. |
| productBundleRootId | RootItemProduct | The ID of the root product in a product bundle. |
| engagementChannelId | Channel__C | Optional. The channel on which the transaction occurs. Use this only after you set up channels. . |

