Mobility

Migration Of UI To SwiftUI

Apple provides different types of Frameworks such as: 1.UIKit  2.AppKit 3.WatchKit 4.MapKit 5.HealthKit etc; Apple also has released recently the Swift UI Framework which is supported in XCode 11.x series What is Swift UI? 1.SwiftUI framework is  used to build UI faster  2.SwiftUI provides views, controls, and layout structures for declaring your app’s user interface… Continue reading Migration Of UI To SwiftUI

Apex · Lightning · Report

Displaying standard report data in Lightning component

Sometime we might end up the slow performance of showing custom charts by querying the object data- if the data is in millions. The best way to improve the performance is by creating a standard report and getting data of report to apex with ReportManager class. we can also pass the filter values based on… Continue reading Displaying standard report data in Lightning component

Apex · Email Service · Integration · Outlook · Salesforce · Trigger

Send ICS calendar invitations for Outlook meetings

Here we are going to send the meeting invites from salesforce using ICS calendar to our outlook. In general ICS is the  iCalendar/.ics/.ical file and it is used to store the calendar information. Whenever you export anything a outlook, google, etc., calendar  it will automatically save as .ics file. New and updated meetings are sent… Continue reading Send ICS calendar invitations for Outlook meetings