Experience UI Bundle Salesforce Data Access

MUST activate when a uiBundles/*/src/ project does ANY Salesforce record operation — reading, creating, updating, deleting, or caching/refreshing query results. Triggers: code importing @salesforce/platform-sdk, calls to sdk.graphql.query / sdk.graphql.mutate / sdk.fetch, *.graphql files, stale data needing a force-refresh, or wiring up a UI bundle's data layer to read, write, or refresh Salesforce records. The default for new read/write work is the Read/Write workflow with the current @salesforce/platform-sdk API; only follow the migration path when EXISTING code already uses the old @salesforce/sdk-data callable form. Not for building app shell/UI, styling, file upload, or auth/search scaffolding — use the other ui-bundle-* skills. DO NOT TRIGGER when: OAuth setup, schema changes, Bulk/Tooling/Metadata API, or declarative automation.

om-scogo 23ad5a5 4 files · 80.6 KB Updated 0 repo stars

File contents

om-scogo/skillsh-scraper/tree/main/data/skills/forcedotcom-sf-skills/experience-ui-bundle-salesforce-data-access commit 23ad5a55b1

Frequently asked questions

npx skillmds add om-scogo/experience-ui-bundle-salesforce-data-access