Results for “apex”
16 skillsApex
Generate Oracle APEX applications using APEXlang with structured workflows and domain references.
736 · bundle
Apexlang
Generates APEXlang artifacts for Oracle APEX applications using deterministic local-context discovery and compact machine-readable contracts.
736 · bundle
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
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
Apex Email Services
Implements inbound email processing in Apex: parsing messages, creating or updating records, handling attachments, and configuring Email Service routing.
15 · bundle
Apex Enum Patterns
Use Apex enums for closed-set dispatch and routing, with safe valueOf conversion, exhaustiveness checks, and managed-package considerations.
15 · bundle
More results
Governor Limits
Designs bulk-safe, limit-aware Apex transactions to prevent Salesforce governor limit errors, covering SOQL, DML, CPU, heap, and async patterns.
15 · bundle
Salesforce Developer
Develops and debugs Apex code, builds Lightning Web Components, optimizes SOQL queries, and manages Salesforce DX deployments with CI/CD pipelines.
10.4k · bundle
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
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
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
Convex
Build reactive backends with Convex: schema design, TypeScript functions, real-time subscriptions, auth, file storage, scheduling, and deployment.
3
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
Custom Permissions
Creates, assigns, and checks custom permissions to gate feature access across Salesforce contexts including validation rules, Apex, Flow, Visualforce, and Connected Apps.
15 · bundle
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
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