Plugins

7 plugins

Results for “sales”

17 skills
More results
pranavnagrecha
Apex Batch Chaining
Chains Salesforce Batch Apex jobs via finish() callbacks, Flex Queue guards, or a Queueable coordinator, with guidance on state passing and test limitations.
15 · bundle
pranavnagrecha
Lwc Lds Writes
Creates, updates, and deletes Salesforce records from Lightning Web Components using Lightning Data Service, covering record input shapes, error handling, and cache refresh strategies.
15 · bundle
pranavnagrecha
Apex Metadata API
Creates or updates Salesforce metadata components at runtime from Apex using the Metadata namespace, including custom fields, objects, picklist values, and labels, with asynchronous deployment and callback handling.
15 · bundle
pranavnagrecha
Cpq Custom Actions
Configure and troubleshoot Salesforce CPQ custom action buttons in the Quote Line Editor, product configurator, and amendment/renewal screens, covering action types, placement, conditional visibility, and the five-action limit.
15 · bundle
pranavnagrecha
Apex Email Services
Implements inbound email processing in Apex: parsing messages, creating or updating records, handling attachments, and configuring Email Service routing.
15 · bundle
pranavnagrecha
Apex Enum Patterns
Use Apex enums for closed-set dispatch and routing, with safe valueOf conversion, exhaustiveness checks, and managed-package considerations.
15 · bundle
pranavnagrecha
Invocable Methods
Designs and reviews Apex actions exposed to Flow via @InvocableMethod, focusing on wrapper DTOs, bulk-safe list contracts, and intentional error behavior.
15 · bundle
pranavnagrecha
Lwc Custom Lookup
Builds a custom LWC lookup component with typeahead search via Apex SOSL/SOQL, debounce, keyboard navigation, and pill UI for cases where standard pickers fall short.
15 · bundle
pranavnagrecha
Fsc Apex Extensions
Extends Financial Services Cloud behavior through Apex: custom triggers coexisting with FSC's trigger framework, post-bulk-load rollup recalculation, and Compliant Data Sharing participant integrations.
15 · bundle
pranavnagrecha
Fsl Apex Extensions
Writes Apex that calls Field Service Lightning scheduling APIs to book, schedule, grade, or optimize service appointments programmatically, including transaction-splitting patterns to avoid callout-DML conflicts.
15 · bundle
pranavnagrecha
Lwc Imperative Apex
Call Apex methods imperatively from Lightning Web Components for button clicks, lifecycle hooks, and conditional logic, covering import syntax, cacheable vs non-cacheable methods, async/await patterns, error handling, loading states, and parallel calls with Promise.all.
15 · bundle