Author: Kumaresan

Meetup

Futureproofing the Public Sector – a new webinar

Hi Everyone The Industrial Commission of Arizona and MST Solutions are teaming up to present a live webinar about digital transformation in the public sector. It should be really informative, and I’d love for you to join us.   Members from the original project taskforce will come together to show you how to:    ·         Eliminate data silos and automate workflows    ·         Increase […]

Kumaresan 
Development

Record iteration in lightning component

We are going to show the Salesforce record using the Aura iteration. here we are going to list out records using lightning component and apex controller. aura:iteration iterates the collection of data items and renders to the frontend. Backend data changes are rerendered automatically on the web page. It also supports iterations containing components that are […]

Kumaresan 
Development

Media Query Breakpoints For Lightning Component Responsive Design and Development

In Lightning Component or Aura Component some time you need to write some custom CSS for responsive or device Compatability. Let’s discuss salesforce responsive design. Media Queries Breakpoints playing the main role in responsive design as well as salesforce SaaS products. Learn some basic stuff regarding, Screen resolution, Device width, and Screen Size. Standard breakpoints […]

Kumaresan