Posts

Showing posts from 2022

Salesforce CPQ (SB-Steel Brick)

  Salesforce CPQ(SB-Steel Brick) CPQ- C: Configure P: PriceQ: Quote Topics : What is CPQ Product Product Bundle Product Option / Optional For Product feature Price book Quoting and QLE. Product Rule Summary variables Price Rule Approval rules QCP Option constraints Configuration attributes CPQ : Configure Price quote. C: Configure = which products user/customer can buy P: Price = on what price Q: Quote = details of products/price/discounts/quantity etc.. Product : Company’s products that are used to sell to the customers. Standalone (onetime) Products.(Ex: Laptop, Phone, etc) Subscription based Products.(Ex: Prime video,Netflix etc) Product Bundle: Grouping of products under Main product/wrapper sku(stock keeping unit). Ex:  Laptop(Main Products)  Accessories like Mouse, Keyboard (Product options) Product Option / Optional For: Product option is used to add products to the main Products. Feature : Products to display in the under category. Price book: Price book hol...

Copado Deployment in Salesforce

  Copado Deployment in Salesforce

VS Code for Salesforce (Installation guide)

Image
                                          Steps to authenticate Salesforce Org with VS code VS code is used to write programs(LWC, Aura components, Apex classes, Triggers) in our local machines and to deploy it to our Salesforce org. Steps: 1. Install VS code. (https://code.visualstudio.com/download) 2. Download salesforce CLI (https://developer.salesforce.com/tools/sfdxcli) 3. Add salesforce CLI path to the environment variable in the local machine       a) open environment variable, click on New, and add the path.     b)  The path is taken from  C:\Program Files\Salesforce CLI\bin 4. Test whether CLI is installed or not by command prompt.     a) Open command prompt --> click on windows-->type cmd,  command prompt pallet will open          type sfdx or sfdx --version  ...