Posts

Showing posts from September, 2021

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