How to refresh Lightning Data Table after triggering standard event(new/edit)?
Never Stop Learning
by Santanu
3y ago
How to refresh Lightning Data Table after triggering standard event(new/edit)?                  In general way, if we will try to create a new record by NavigationMixin Create event from Lightning Data Table, it will be redirected to the detail page of newly created record, but if business wants to update the Lightning Data Table without navigating to the detail page of newly create record what will we do? In the same way, if we will try to update the record by NavigationMixin Edit event from Lightning Data Table, the columns will not be refre ..read more
Visit website
Pagination With Unlimited Records in Lightning
Never Stop Learning
by Santanu
3y ago
Pagination With Unlimited Records in Lightning                   As you know, We can build the pagination by using Offset feature in SOQL, but this offset pagination has the limit to show the 2000 records, using StandardSetController, it can be reached to max 10000. So, I have built this component to paginate the unlimited records. I hope it will help you to build pagination without any limit. Features This component will be capable of paginate the records for unlimited data. For example, here we have considered Account object. Inline editing feat ..read more
Visit website
How to read Page Layout in LWC?
Never Stop Learning
by Santanu
4y ago
In this section, we will learn how to use getRecordUi in our Lightning Web Component(LWC). We will build one LWC by which we can show Account Information by using the same Account record id for learning purposes. We will do this by “getRecordUi” function. Basically, getRecordUi is used to get metadata information of the records in Salesforce. By this function, we will read the Account Page Layout and read the value of some fields present in that Page Layout. So, we have created one LWC named “showAccountInfobyRecordUi”. Step 1: Update showAccountInfobyRecordUi.xml file to enable the LWC for Li ..read more
Visit website
Join #Journey2Salesforce Ecosystem
Never Stop Learning
by Santanu
4y ago
Hello everyone, Please join #Journey2Salesforce ecosystem. It’s a great learning opportunity from Salesforce to build your career in Salesforce Platform. 1,290 total views, no views today The post Join #Journey2Salesforce Ecosystem appeared first on Santanu Pal-Salesforce Developer Evangelist ..read more
Visit website
Build a simple application by LWC Open Source
Never Stop Learning
by Santanu
4y ago
In the previous articles, we have seen how to create simple node application with express server. Now, we will see how to create a simple application using Lightning Web Component(LWC) Open Source. In this tutorial, we will try to host an application for Customer Service Programme. So, please maintain the following steps: Step 1: Still, if you have not installed Node.js please install it first.  After that please set the environment variable for Node JS framework. Step 2: Please open a command line or terminal and point to any drive. Step 3: Just write down this line npx create-lwc-app ..read more
Visit website
Build simple application by Node JS
Never Stop Learning
by Santanu
4y ago
In this session, we will learn how to develop a simple Node.JS application with express.js web application framework. I thought before starting about Lightning Web Component Open Source, we need to learn about Node JS and other certain useful libraries. Let’s start: Node JS was written by Sir Ryan Dahl in 2009 [wiki]. Node JS is not a programming language. It’s an open-source, cross-platform javascript run time environment that executes javascript code outside a web browser. Node JS supports event-driven architecture and also supports asynchronous I/O framework. Developers also can build serve ..read more
Visit website
Learning Einstein Vision
Never Stop Learning
by Santanu
4y ago
Please download the Einstein Vision Cheatsheet (unofficial) PDF – Einstein Vision Cheatsheet DOCX – Einstein Vision Cheatsheet   737 total views, no views today The post Learning Einstein Vision appeared first on Santanu Pal-Salesforce Developer Evangelist ..read more
Visit website
How to increase the width of Quick Action and call the LWC from Quick Action?
Never Stop Learning
by Santanu
4y ago
Problem Statement: In many projects, I got the requirement to call the Lightning Web Component from Quick Action, but the width of that Lightning Web Component is almost 80% of the screen. How can you accomplish this? Solution: We all know how to invoke Lightning Web Component from Lightning Aura Component which can be associated with the Quick Action in Salesforce Lightning Experience. Now, if we will open any Quick Action settings, we can update the height of the standard quick action modal as per business requirement, but what we will do if we have to increase the width of the standard quic ..read more
Visit website
Include SLDS into LWC Open Source Application
Never Stop Learning
by Santanu
4y ago
In this tutorial, we will see how to include Salesforce Lightning Design System(SLDS) component into the LWC Open Source Application. But, before this, please complete this previous tutorial. As per the previous tutorial, we already have created a customer-service-app using LWC Open Source framework where we are showing all Case Records from Salesforce. But, We have not applied SLDS into this application. Now, we will see how to include SLDS into this LWC Open Source application. Let’s start. Step 1: Open customer-service-app in VS Code. Step 2: Please install @salesforce-ux/design-system node ..read more
Visit website
Connect Salesforce from LWC Open Source Application
Never Stop Learning
by Santanu
4y ago
Please complete the previous tutorial about building a simple application by LWC Open Source. Our object is that customer-service-app will show the Case records from Salesforce. Already, we have created customer-service-app as per the previous tutorial. Now, we have to connect to Salesforce to get the Case records and we have to upgrade the UI layer for our customer-service-app. Step 1: Please open the customer-service-app in VS Code and you will get this type of project structure.                               Step 2 ..read more
Visit website

Follow Never Stop Learning on FeedSpot

Continue with Google
Continue with Apple
OR