App Page: VHE Second CRUD Sample

Our second CRUD example is a Lightning App Page named VHE Second CRUD Sample. This App Page consists of several LWCs that interact with each other. Some of the LWCs also use Apex methods to retrieve account data from Salesforce. Because of the number of components and files used, we will not be including complete code samples, but will include all code necessary to explain the functionality in detail.

To request the entire application, please contact Vincent Harriott at vharriott@vh-enterprises.com, or hvharriott@hotmail.com.

Here is the app in our Dev org:

VHE 2nd Crud Example - 1st Page

The default (Home) page of this app is a LWC named homePage. As we can see the page has a title and two options implemented by a radio group.

Create ( C ) an Account