Product Catalog Management
1 ) What is the Catalog : A catalog is a collection of the products that you sell, organized into categories for easier discoverability. You must create a catalog before you create categories and assign products to the categories.
2) How to add Bundle structure in Product :
Open a any of the product then edit page from the gear icon and add the page to structure Tab.
Graph Name : EPC Product Structure Graph
3) Explanation of the Quote Panel :
1) Highlights Panel
2) Path
3) Transaction Line Progress Indicator
4) Tabs
5) Transaction Summary
6) Transaction Line Editor
4) Types of Price Adjustment Schedule1) BundleBasedAdjustment :
Tab Type : Pricing List View
Entity API Name : Bundle Based Adjustment
SELECT Id,Name,Product.Name,CreatedDate,PriceAdjustmentSchedule.Name FROM BundleBasedAdjustment Order By CreatedDate DESC
2) Attribute Based Adjustment :
Tab Type : Pricing List View
Entity API Name : Attribute Based Adjustment
SELECT Id,Name,Product.Name,CreatedDate,PriceAdjustmentSchedule.Name FROM AttributeBasedAdjustment Order By CreatedDate DESC
3) Price Adjustment Tiers :
Tab Type : Pricing List View
Entity API Name : Price Adjustment Tier
SELECT Id,Name,Product2.Name,CreatedDate,PriceAdjustmentSchedule.Name,LowerBound,UpperBound FROM PriceAdjustmentTier Order By CreatedDate DESC
Comments
Post a Comment