Dynamic Form With Lightning App Builder

So Summer 20 Release is round the corner and the most highlighted feature of this release is  "Dynamic Forms and Action". Dynamic form are an addition to Lightning Record Pages which gives more power to admin to control the Visibility on Record pages without touching the existing classic page layout. For me its kind of … Continue reading Dynamic Form With Lightning App Builder

Enable Email Drafts for Cases

While working with Service Console, you must have come across sending emails on Case object. So what if you just want to save your message without sending them immediately. Yes this is possible to let support agents who use the case feed write and save messages without having to send them immediately with "Draft Emails" … Continue reading Enable Email Drafts for Cases

Top 5 Features of Spring 20

Today , I am going to share top 5 features of Salesforce Spring 20 release which i liked and seems to have increased efficiency to great extent. Mobile: Customized Mobile Experiences and the New Salesforce Mobile App So with the new Salesforce mobile app, Mobile Publisher gets custom notifications, deep linking, and other key features … Continue reading Top 5 Features of Spring 20

Create Record Through LWC

Hi Friends . This is my first post on LWC. So today we will discuss 2 different way of creating record through LWC. 1.Creating Form and Save Controller . template.html <template> <lightning-card title="Create Account" icon-name="standard:account"> <div class="slds-p-around_x-small"> <div class="slds-p-around_medium lwc-bg"> <lightning-input type="text" label="Name" value={rec.Name} onchange={handleNameChange} required></lightning-input> </div> <div class="slds-p-around_medium lwc-bg"> <template if:true={TypePicklistValues.data}> <lightning-combobox name="progress" label="Type" … Continue reading Create Record Through LWC

Why should you Attend Trailheadx -2019 (19th Dec-20th Dec)

Finally Trailheadx 2019 is all set to happen in India at Bangalore on Dec 19th -Dec 20th , 2019 at BIEC Campus . As this a huge event and must attend event for anyone who is related to Salesforce in any ways. I have my own reasons why one should attend this event . Below … Continue reading Why should you Attend Trailheadx -2019 (19th Dec-20th Dec)