Skip to content

This project implements a subscription management App in Salesforce using Lightning Web Components (LWC) and Apex controllers.

Notifications You must be signed in to change notification settings

msallam64/Subscription-Magazin

Repository files navigation

Salesforce LWC Subscription Management

This project implements a subscription management App in Salesforce using Lightning Web Components (LWC) and Apex controllers.

Components

1. Custom Lookup Component

  • Purpose: Provides a dynamic lookup field to search for Account or Product records.
  • Files:
    • customLookup.js
    • customLookup.html
    • customLookup.js-meta.xml
  • Apex Controller: CustomLookupController.cls
    • Handles search and fetching of default records.

2. Subscription Component

  • Purpose: Allows users to create a new subscription tied to Account and Product.
  • Files:
    • subscriptionComponent.js
    • subscriptionComponent.html
    • subscriptionComponent.js-meta.xml
  • Apex Service: SubscriptionService.cls
    • Handles the subscription creation logic, including duplicate prevention.

Create Subscription UI

Create Subscription

Subscription Summary UI

Create Subscription

About

This project implements a subscription management App in Salesforce using Lightning Web Components (LWC) and Apex controllers.

Topics

Resources

Stars

Watchers

Forks