Skip to main content

Posts

Showing posts from April, 2018

Classes, Inheritance and Overriding in SalesForce

Classes In a class we have two types of numbers Static means belongs to class & non – static means belongs to object Static number methods can access the static and non static  data members Non –static member methods can access the static and non –static data members You can access the static methods through Classname. Method name You can access the non static methods through Object name. method name;                                  ↓ Object handle. method name; Types of methods we perform all over Apex are 1.Constructors  → [DC, PC] 2.Setters 3.Getters 4.Operations (actions) →  in apex When to use static & non static method as? → The non static method is used w.r.t the object what you perform → The static method is used independent of the object what you perform Accelerate Your career with Salesforce Training and become  experts  in Salesforce Enroll For Free  Salesforce Training  Demo! Memory Belongs To Static & Non Static     On

Salesforce Tutorial for Beginners

Salesforce Tutorial This tutorial helps you to understand basic concepts of Salesforce. Now Salesforce.com is a number one on-demand CRM in the market. It runs on the force.com platform, it reduces development cost and we can deliver the application in very short time. What Is Cloud Computing   A number of vendors are making claims to offer “cloud” solutions. In most development communities and the enterprise computing space, in general,  Salesforce.com, Google and Amazon.com  are leading the march towards enterprise adoption of  cloud computing  services. The three commonly accepted levels of cloud computing offerings include Infrastructure as a Service (IaaS) Platform as a Service (PaaS) Software as a Service (Saas) Each has its own unique space, but they sometimes overlap place in the cloud computing space with their own unique features and benefits of the space itself. The key characteristic of a cloud computing offering is that, above all it should be a multitenan

SQL Server Reporting Services Performance Tuning - MSBI

Monitoring by Using Execution Log 2 The reporting services Execution log2 view is a good starting point from which to analyze your current workload and understad its dataset size, performance and complexity characteristics.   In particular, this view contains a new Addition Info column. Execution Log2 Addition Info contains Information related to the size of memory pressure responding data structures.   One way this information can be useful is to check whether you have reports with high values (10s or 100s of MBs) – these reports might be candidate for further review, focusing on the design of those reports and the dataset query sizes.   FREE Demo Class From Industry Experts - Enroll Now.!!   MSBI training   Some tips on how to view thaw ExecutionLog2 view to quickly understand potential performance bottlenecks are given below Linked is the Review Execution Logs reporting services project which create summary and detail reporting services reports on the last 1,0

Salesforce Interview Questions

If you're looking for Salesforce Interview Questions and Answers for Experienced & Freshers, you are at right place. There are a lot of opportunities from many reputed companies in the world. According to research, Salesforce has a market share of about 49.3%. So, You still have opportunities to move ahead in your career in Salesforce. Mindmajix offers advanced Salesforce Interview Questions 2018 that helps you in cracking your interview & acquire your dream career as Salesforce Developer. Salesforce Apex Interview Questions Q. What is Apex in Salesforce? >>Apex is a strongly typed object oriented programming language. >>It allow the developer to execute flows and transaction control statements. >>Apex enables developers to add business logic to most system events like button clicks related record updates and visualforce pages. Q. What is Apex Programming Language? 1. Integrated: It provides built in support for DML Calls 2. Inline Salesforce Ob