Posts

Salesforce Career Options

Image
What is Salesforce(SFDC)? SFDC stands for Salesforce dot com or Salesforce.com. Salesforce is one of the most popular and powerful Cloud-based CRM systems. Over the years it has evolved and grown into “THE GO-TO…” option for every small, medium, and large-scale industry. Sales,  Service ,  Field Service , Mobile, Marketing, Net Zero, Non-profit, Education, Philanthropy, Commerce and CPQ. Just name it and they have an OOTB cloud solution in place for immediate deployment – you just have to configure and customize it as per your industry and customer needs. Let’s deep dive into the various career options and opportunities available for you in this vast ecosystem. Career option in Salesforce To give a quick perspective of various roles and responsibilities in any Salesforce project/program team. Let’s have a look at the below diagram. This is a sample waterfall delivery-based model to showcase various technical and functional roles available in a salesforce program. Side Note- Wa...

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  ...

Salesforce Development Learning

Image
Web Application: Frond End: which user view/see websites/Applications. Back End: By using backend applications and database servers users can perform operations. Ex: Amazon, Flipkart, Yesbank, Titan etcs. Web Technologies: Salesforce user interfaces: 1. Classic-before 2014 2. Lightning-2014 Front Salesforce technologies: 1. Classic: Visualforce Pages. 2. Lightning: Aura Components and Lightning web components. -------------------------------------------********************------------------------------------------------ Apex Fundamentals: System.debug('Hey I wrote code finally buddy'); or String greeting = 'My code'; system.debug('greeting'); things to know here: system.debug(); system-defined method used to printable statements string = datatype represents character values greeting= variable ////////////////////////////////////////////////////////////////////////////////////////////////////// Datatypes in Apex: 1. Primitive 2. Collections 3. Sobjects 4. Enum Pr...

Salesforce Admin Notes

Image
1. What is Salesforce and why do we need to use salesforce. Ans: Salesforce is a CRM platform established by Marc Benioff in 1999, San Francisco. Over 150,000 companies using salesforce.  Ex: Godrej, CEAT, Edelweiss, Clear trip, DTDC, Titan, Razorpay, IDFC mutual funds, Bharat Petroleum, L&T realty, Saint Gobin, etc. Uses :  * Win more customers by getting to know their needs and concerns. * Deliver the amazing shopping experiences your customers expect. * Respond faster to customer support issues on any channel. * Automate time-consuming tasks by building custom apps. 2. Cloud Computing, IAAS, PAAS, SAAS Ans:  Cloud Computing:   Store, access, and work with data over the online cloud. Uses : Fast implementation, No up-front costs, Instant scalability, Maintenance-free Access anywhere, better security,  IAAS : Infrastrcture as a Service Examples: Amazon EC2, Windows Azure, Rackspace, Google Compute Engine.             ...