This project is a Salesforce DX application that provides a user-friendly interface for managing contacts.
The QuickContacts.app
is the main application for displaying and managing contacts. It utilizes Aura components to create a responsive and interactive user interface.
- File Location:
force-app/main/default/aura/QuickContacts/QuickContacts.app
- Key Features:
- Displays a list of contacts.
- Allows users to navigate to contact details.
The ContactController.cls
is the Apex controller that handles the business logic for the Quick Contacts application.
- File Location:
force-app/main/default/classes/ContactController.cls
- Key Features:
- Fetches contact data from Salesforce.
- Provides methods for creating, updating, and deleting contacts.
Now that you’ve created a Salesforce DX project, what’s next? Here are some documentation resources to get you started.
Do you want to deploy a set of changes, or create a self-contained application? Choose a development model.
The sfdx-project.json
file contains useful configuration information for your project. See Salesforce DX Project Configuration in the Salesforce DX Developer Guide for details about this file.