You are here:
comp-cart-review (layout)
The comp-cart-review layout provides the structure for the main panel of the Review Cart Visualforce page.
In Salesforce Industries Communications, Media, and Energy Summer '18, comp-cart-review has been changed. The comp-assets-product-item card has been renamed comp-cart-review-product-item.
Template
Layout Session Variables
Name |
Value |
|---|---|
totalSize |
payload.totalSize |
nextProducts |
payload.actions.nextproducts |
messages |
payload.messages |
Data Source
Dual
Remote Class
CpqAppHandler
Remote Method
getCartsItems
Input map
Input Map Variable |
Value |
|---|---|
cartId |
{{attrs.cartId}} |
fields |
vlocity_cmt__BillingAccountId__c,vlocity_cmt__ServiceAccountId__c,Quantity,vlocity_cmt__RecurringTotal__c,vlocity_cmt__OneTimeTotal__c,vlocity_cmt__OneTimeManualDiscount__c,vlocity_cmt__RecurringManualDiscount__c,vlocity_cmt__ProvisioningStatus__c,vlocity_cmt__RecurringCharge__c,vlocity_cmt__OneTimeCharge__c,ListPrice,vlocity_cmt__ParentItemId__c,vlocity_cmt__BillingAccountId__r.Name,vlocity_cmt__ServiceAccountId__r.Name,vlocity_cmt__PremisesId__r.Name,vlocity_cmt__InCartQuantityMap__c |
pagesize |
10 |
priceDetailsFields |
vlocity_cmt__OneTimeCharge__c,vlocity_cmt__OneTimeCalculatedPrice__c,vlocity_cmt__OneTimeTotal__c,vlocity_cmt__RecurringCharge__c,vlocity_cmt__RecurringCalculatedPrice__c,vlocity_cmt__RecurringTotal__c |
validate |
false |
Result JSON Path
records
REST API Information
Get Line Item
GET /services/apexrest/vlocity_cmt/v2/cpq/carts/{{attrs.cartId}}/items?pagesize=10&price=false&validate=false&fields=vlocity_cmt__BillingAccountId__c,vlocity_cmt__ServiceAccountId__c,Quantity,vlocity_cmt__RecurringTotal__c,vlocity_cmt__OneTimeTotal__c,vlocity_cmt__OneTimeManualDiscount__c,vlocity_cmt__RecurringManualDiscount__c,vlocity_cmt__ProvisioningStatus__c,vlocity_cmt__RecurringCharge__c,vlocity_cmt__OneTimeCharge__c,ListPrice,vlocity_cmt__ParentItemId__c,vlocity_cmt__BillingAccountId__r.Name,vlocity_cmt__ServiceAccountId__r.Name,vlocity_cmt__PremisesId__r.Name,vlocity_cmt__InCartQuantityMap__c&priceDetailsFields=vlocity_cmt__OneTimeCharge__c,vlocity_cmt__OneTimeCalculatedPrice__c,vlocity_cmt__OneTimeTotal__c,vlocity_cmt__RecurringCharge__c,vlocity_cmt__RecurringCalculatedPrice__c,vlocity_cmt__RecurringTotal__c
Cards
comp-assets-product-item (card)
comp-cart-review-product-item (card)
Image

