experience-ui-bundle-salesforce-data-access

Automate Salesforce record CRUD operations in UI bundles via GraphQL and the platform SDK.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/padjei/SF_Agents --skill experience-ui-bundle-salesforce-data-access-padjei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: experience-ui-bundle-salesforce-data-access
Source: https://github.com/padjei/SF_Agents/tree/main/.claude/skills/experience-ui-bundle-salesforce-data-access
Command: npx skills add https://github.com/padjei/SF_Agents --skill experience-ui-bundle-salesforce-data-access-padjei

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @salesforce/platform-sdk, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies and automates Salesforce data access in UI bundles, streamlining the process of reading, creating, updating, deleting, and caching Salesforce records.

Core Features & Use Cases

  • Automated Data Access: Centralizes data access for UI bundles through GraphQL and the platform SDK.
  • Read/Write Workflows: Handles read and write operations for Salesforce records.
  • Caching and Refreshing: Implements caching for data operations and provides methods for refreshing data.
  • Use Case: Imagine you have a Salesforce UI bundle that needs to read and write records. Use this Skill to integrate with the Salesforce platform SDK and GraphQL, ensuring efficient and secure data access.

Quick Start

Use the experience-ui-bundle-salesforce-data-access skill to read Salesforce account records and write a new contact record. Example: execute GraphQL query to retrieve accounts and create a new contact with the following information.

Frequently Asked Questions about experience-ui-bundle-salesforce-data-access

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Salesforce data access in UI bundles?

You can automate Salesforce data access in UI bundles by using the platform SDK and GraphQL to centralize read and write operations. This approach handles CRUD operations on Salesforce records programmatically.

Can I perform CRUD operations on Salesforce records using GraphQL?

Yes, you can perform all CRUD operations on Salesforce records using GraphQL. The platform SDK integrates with GraphQL to read, create, update, and delete records within UI bundles.

Do I need the platform SDK to cache and refresh Salesforce records?

Yes, the platform SDK is required to implement caching for Salesforce data operations and to provide methods for refreshing data within UI bundles.

What is the best way to handle data refreshing in Salesforce UI bundles?

The best way to handle data refreshing in Salesforce UI bundles is by leveraging the platform SDK and GraphQL. This combination provides built-in methods for caching and refreshing Salesforce records efficiently.

What prerequisites are needed for Salesforce UI bundle development with GraphQL?

You need knowledge of the Salesforce platform SDK and GraphQL, along with an existing UI bundle development environment, to implement automated data access and caching for Salesforce records.