Today i am going to share how to create a field dependency in LWC component. We are using Custom fields on Account that are Upsell(UpsellOpportunity__c) and SLA(SLA__c). We created the field dependency on Object level using these field as shown in image below. So now we are all set to work LWC Component: Html: <template> … Continue reading Dependent Picklist in LWC
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
Setting Up VS- Code For LWC
With LWC, Coming to picture Salesforce has now officially introduced VS Code as IDE for development of Lightning Web Components. First we need to install the Visual Studio Code from the link. If you already have Visual Studio Code installed, there’s no need to reinstall it. After all installation is done . We need to … Continue reading Setting Up VS- Code For LWC
You must be logged in to post a comment.