AI AGENT ADDONS

Using Ui Bundle Salesforce Data

forcedotcom/sf-skills
Backend & APIs
1,696installs

Salesforce data from your UI bundles is easy to access with the Data SDK. This tool handles authentication, CSRF protection, and base URL resolution automatically. You can use GraphQL for record queries and mutations. You can also use REST for other Salesforce endpoints like Apex REST and Connect REST.

You must check a few preconditions before you start. Make sure the @salesforce/sdk-data package is installed. Verify that a schema.graphql file exists at the project root. Also confirm that custom objects and fields are deployed. If these are missing, you can still build the UI layout but you must mark query locations with a TODO comment.

Only the supported APIs listed in the skill are allowed. Do not use enterprise SOQL queries, Aura-enabled Apex, or Chatter API. Use GraphQL for record reads and Apex REST for server-side aggregates. This skill makes your Salesforce data access safe and consistent.

Add Using Ui Bundle Salesforce Data skill to your workflow

Global

mkdir -p ~/.claude/skills/using-ui-bundle-salesforce-data

Project

mkdir -p .claude/skills/using-ui-bundle-salesforce-data

Source Repository

Stars
619
Forks
217
Watchers
619
License
NOASSERTION
Last Push
25 days ago
Created
8 months ago