Posts

Showing posts from November, 2017

Design thinking in Salesforce

Image
Overview Presently what i have noticed that we focus more on the problem based thinking, where we just target to provide the solution to the problem.    When we get a problem we straight away jump into analyzing it and finding a solution.  We do analysis of the problem and break down an intellectual or substantial whole into parts of components.  But have we through of what benefit we are doing to the issue?  So put this in a better place and justify our approach of solving our problem, we take shelter of Design thinking . Design thinking has analysis but it also includes synthesis as well. Now you would ask what is Synthesis? Synthesis is defined as the opposite procedure: we combine separated components so as we can build a complete solutions. However, analysis and synthesis, as scientific methods, always go hand in hand; they complement one another. Every synthesis is built upon the results of a preceding analysis, and every analysis requires a su...

lightning:accordion

Image
Winter 18 New  Lightning Components   lightning:accordion Accordions are the vertically stacked sections which can contain many sections holding contents inside them.  This is the new component which was added as part of Winter 18 release.  Earlier the same was build using Html and javascript code. This components groups all of the related contents in a single container. Only one can be expanded at a time and all others will be in collapsed state. Use attribute " activeSectionName " to select the default section you want it to be expanded. Each section can contain one or more lightning components. The design is inherited from the accordion in lightning design system. For additional styling use the "Class" attribute with helper classes of lightning design system.  Below is the example of how to use accordion on the lightning components.  Section A is expanded by default  Section B contains another lightning compo...