
Deploying Omnistudio Datapacks
- 1.9k installs
- 763 repo stars
- Updated July 24, 2026
- forcedotcom/sf-skills
deploying-omnistudio-datapacks is an agent skill that Salesforce Industries DataPack deployment automation using Vlocity Build. TRIGGER when: user deploys or validates OmniSt.
About
deploying omnistudio datapacks Vlocity Build DataPack Deployment Use this skill when the user needs Vlocity DataPack deployment orchestration export deploy workflow manifest driven deploys failure triage and CI CD sequencing for OmniStudio Industries DataPacks Use deploying omnistudio datapacks when work involves vlocity packDeploy packRetry packContinue packExport packGetDiffs validateLocalData DataPack job file design projectPath expansionPath manifest queries org to org DataPack migration and retry loops troubleshooting DataPack dependency matching key and GlobalKey issues Delegate elsewhere when the user is deploying standard metadata with sf project deploy deploying metadata deploying metadata SKILL md building OmniScripts FlexCards IPs or Data Mappers building omnistudio designing Product2 EPC bundles modeling omnistudio epc catalog modeling omnistudio epc catalog SKILL md writing Apex LWC code generating apex generating apex SKILL md generating lwc components generating lwc components SKILL md Use Vlocity Build vlocity commands for DataPacks not sf project deploy Prefer Salesforce CLI auth integration sfdx username alias over username password files when available Always ru.
- name: deploying-omnistudio-datapacks
- description: "Salesforce Industries DataPack deployment automation using Vlocity Build. TRIGGER when: user deploys or va
- Use this skill when the user needs **Vlocity DataPack deployment orchestration**: export/deploy workflow, manifest-drive
- Follow deploying-omnistudio-datapacks SKILL.md steps and documented constraints.
- Follow deploying-omnistudio-datapacks SKILL.md steps and documented constraints.
Deploying Omnistudio Datapacks by the numbers
- 1,942 all-time installs (skills.sh)
- +6 installs in the week ending Jul 28, 2026 (Skillselion tracking)
- Ranked #618 of 16,659 AI & Agent Building skills by installs in the Skillselion catalog
- Security screen: MEDIUM risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
deploying-omnistudio-datapacks capabilities & compatibility
- Capabilities
- name: deploying omnistudio datapacks · description: "salesforce industries datapack dep · use this skill when the user needs **vlocity dat · follow deploying omnistudio datapacks skill.md s
- Use cases
- orchestration
What deploying-omnistudio-datapacks says it does
name: deploying-omnistudio-datapacks
description: "Salesforce Industries DataPack deployment automation using Vlocity Build. TRIGGER when: user deploys or validates OmniStudio/Vlocity DataPacks with vlocity commands (packDeploy/packRetry
Use this skill when the user needs **Vlocity DataPack deployment orchestration**: export/deploy workflow, manifest-driven deploys, failure triage, and CI/CD sequencing for OmniStudio/Industries DataPa
npx skills add https://github.com/forcedotcom/sf-skills --skill deploying-omnistudio-datapacksAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1.9k |
|---|---|
| repo stars | ★ 763 |
| Security audit | 2 / 3 scanners passed |
| Last updated | July 24, 2026 |
| Repository | forcedotcom/sf-skills ↗ |
When should an agent use deploying-omnistudio-datapacks and what problem does it solve?
Salesforce Industries DataPack deployment automation using Vlocity Build. TRIGGER when: user deploys or validates OmniStudio/Vlocity DataPacks with vlocity commands (packDeploy/packRetry/packExport/pa
Who is it for?
Developers invoking deploying-omnistudio-datapacks as documented in the skill source.
Skip if: Skip when requirements fall outside deploying-omnistudio-datapacks documented scope.
When should I use this skill?
Salesforce Industries DataPack deployment automation using Vlocity Build. TRIGGER when: user deploys or validates OmniStudio/Vlocity DataPacks with vlocity commands (packDeploy/packRetry/packExport/pa
What you get
Outputs aligned with the deploying-omnistudio-datapacks SKILL.md workflow and stated deliverables.
- Deployed DataPack bundles
- Deployment manifest
- Deployment transcript documentation
By the numbers
- Example deployment uses defaultMaxParallel set to 1 in Vlocity Build configuration
Files
deploying-omnistudio-datapacks: Vlocity Build DataPack Deployment
Use this skill when the user needs Vlocity DataPack deployment orchestration: export/deploy workflow, manifest-driven deploys, failure triage, and CI/CD sequencing for OmniStudio/Industries DataPacks.
---
Scope
Use deploying-omnistudio-datapacks when work involves:
vlocity packDeploy,packRetry,packContinue,packExport,packGetDiffs,validateLocalData- DataPack job-file design (
projectPath,expansionPath,manifest,queries) - org-to-org DataPack migration and retry loops
- troubleshooting DataPack dependency, matching-key, and GlobalKey issues
Delegate elsewhere when the user is:
- deploying standard metadata with
sf project deploy-> deploying-metadata - building OmniScripts, FlexCards, IPs, or Data Mappers ->
building-omnistudio-* - designing Product2 EPC bundles -> modeling-omnistudio-epc-catalog
- writing Apex/LWC code -> generating-apex, generating-lwc-components
---
Critical Operating Rules
- Use Vlocity Build (`vlocity`) commands for DataPacks, not
sf project deploy. - Prefer Salesforce CLI auth integration (
-sfdx.username <alias>) over username/password files when available. - Always run a pre-deploy quality gate before full deploy:
1) validateLocalData 2) optional packGetDiffs 3) then packDeploy
- Use
packRetryrepeatedly when error counts are dropping; stop when retries no longer improve results. - Keep matching-key strategy and GlobalKey integrity consistent across source and target orgs.
---
Required Context to Gather First
Ask for or infer:
- source org and target org aliases
- job file path and DataPack project path
- deployment scope (full project, manifest subset, or specific
-key) - whether this is export, deploy, retry, continue, or diff-only
- namespace model (
%vlocity_namespace%,vlocity_cmt, or core) - known constraints (new sandbox bootstrap, trigger behavior, matching key customizations)
Preflight checks:
vlocity help
sf org list
sf org display --target-org <alias> --json
test -f <job-file>.yaml---
Recommended Workflow
1. Ensure tool readiness
npm install --global vlocity
vlocity help2. Validate project data locally
vlocity -sfdx.username <source-alias> -job <job-file>.yaml validateLocalDataUse --fixLocalGlobalKeys only when explicitly requested and after explaining impact.
3. Export from source (when needed)
vlocity -sfdx.username <source-alias> -job <job-file>.yaml packExport
vlocity -sfdx.username <source-alias> -job <job-file>.yaml packRetry4. Deploy to target
vlocity -sfdx.username <target-alias> -job <job-file>.yaml packDeploy
vlocity -sfdx.username <target-alias> -job <job-file>.yaml packRetry5. Continue interrupted jobs
vlocity -sfdx.username <target-alias> -job <job-file>.yaml packContinue6. Verify post-deploy parity
vlocity -sfdx.username <target-alias> -job <job-file>.yaml packGetDiffsJob-file starter: references/job-file-template.md
---
Gotchas
| Error / symptom | Likely cause | Default fix direction |
|---|---|---|
No match found for ... | missing dependency in target org | include missing DataPack key and redeploy |
Duplicate Results found for ... GlobalKey | duplicate records in target | clean duplicates and re-run deploy |
Multiple Imported Records ... same Salesforce Record | source duplicate matching-key records | remove duplicates in source and re-export |
No Configuration Found | outdated DataPack settings | run packUpdateSettings or enable autoUpdateSettings |
Some records were not processed | settings mismatch / partial dependency state | refresh settings both orgs, then retry |
| SASS / template compile failures | missing referenced UI template assets | export/deploy referenced template dependencies first |
Detailed matrix: references/troubleshooting-matrix.md
---
CI/CD Guidance
Default pipeline shape: 1. authenticate orgs (sf org login ...) 2. validate local DataPack integrity (validateLocalData) 3. export changed scope (packExport or manifest-driven export) 4. deploy (packDeploy) 5. retry loop (packRetry) until stable 6. compare (packGetDiffs) and publish deployment report
For incremental deploy optimization, use job-file options such as:
gitCheck: truegitCheckKey: <folder>manifestfor deterministic scope control
---
Cross-Skill Integration
| Need | Delegate to | Reason |
|---|---|---|
| metadata deploy outside DataPacks | deploying-metadata | Metadata API workflows |
| OmniStudio component authoring | building-omnistudio-* | build artifacts before deploy |
| EPC product and offer payload authoring | modeling-omnistudio-epc-catalog | Product2/DataPack model quality |
| Apex trigger/log error diagnosis | debugging-apex-logs, generating-apex | automation-side root-cause fixes |
---
Output Expectations
After completing a DataPack operation, deliver a completion block:
DataPack goal: <export / deploy / retry / diff / ci-cd>
Source org: <alias or N/A>
Target org: <alias or N/A>
Scope: <job file + manifest/key/full>
Result: <passed / failed / partial>
Key findings: <errors, dependencies, retries, diffs>
Next step: <safe follow-up action>---
Reference File Index
| File | When to read |
|---|---|
references/job-file-template.md | Before advising on job file structure — load as baseline configuration reference |
references/troubleshooting-matrix.md | When user reports deploy failures — load to diagnose DataPack errors and apply fix directions |
examples/business-internet-plus-bundle/TRANSCRIPT.md | Example of validation planning and execution for a Product2 bundle |
examples/business-internet-plus-bundle/deploy-business-internet-plus-bundle.yaml | Example job file for scope-limited validateLocalData run |
examples/business-internet-plus-bundle-deploy/TRANSCRIPT.md | Example of full deploy cycle including packDeploy and packRetry outcomes |
examples/business-internet-plus-bundle-deploy/deploy-business-internet-plus-bundle.yaml | Example job file for staged deployment with manifest targeting |
Credits & Acknowledgments
This skill is based on practical OmniStudio/Vlocity DataPack deployment workflows and the Vlocity Build command model.
---
projectPath: .
expansionPath: vlocity
manifest:
- Product2/9f1d3c4a-8e5b-4d71-9a2d-f6b719a90101
autoUpdateSettings: true
defaultMaxParallel: 1
supportHeadersOnly: true
gitCheck: false
Deployment Transcript: Business Internet Plus Bundle
This transcript captures the skills used plus the planning and execution process for deploying business-internet-plus-bundle with Vlocity Build.
---
Task Summary
Deploy the Business Internet Plus Product2 bundle DataPack and document the end-to-end process in deploying-omnistudio-datapacks/examples.
---
Skills Used
1) deploying-omnistudio-datapacks (Primary)
Why used: The task is DataPack deployment orchestration with Vlocity Build commands (validateLocalData, packDeploy, packRetry) and failure triage.
Applied guidance:
- Validate-first execution (
validateLocalDatabefore deployment). - Deterministic job file (
projectPath,expansionPath,manifest) for reproducible scope. - Retry loop and failure interpretation.
2) modeling-omnistudio-epc-catalog (Supporting)
Why used: The deployment target is an EPC Product2 offer bundle sample with Product Child Item dependencies and companion artifacts.
Applied guidance:
- Confirmed Product2 offer markers and companion file consistency.
- Preserved
%vlocity_namespace%placeholders and stable GlobalKey references.
3) deploying-metadata (Supporting preflight pattern)
Why used: Reused deployment preflight discipline for target org/tooling readiness and concise completion reporting.
---
Planning Process (Executed)
1. Confirm where the source bundle artifacts were authored. 2. Stage those artifacts into a standard Vlocity expansion path under vlocity/Product2/<global-key>/. 3. Build a deterministic deploy job file in this example folder. 4. Run pre-deploy validation (validateLocalData). 5. Run actual deployment (packDeploy). 6. Run retry (packRetry) to confirm whether the failure is transient or dependency-blocking. 7. Capture findings and next safe action.
---
Execution Details
A) Staging for deploy
Source payload location:
skills/modeling-omnistudio-epc-catalog/examples/business-internet-plus-bundle
Deploy staging location:
vlocity/Product2/9f1d3c4a-8e5b-4d71-9a2d-f6b719a90101
Staged files include:
Business-Internet-Plus_DataPack.jsonBusiness-Internet-Plus_AttributeAssignments.jsonBusiness-Internet-Plus_ProductChildItems.jsonBusiness-Internet-Plus_PricebookEntries.jsonBusiness-Internet-Plus_PriceListEntries.jsonBusiness-Internet-Plus_ObjectFieldAttributes.jsonBusiness-Internet-Plus_OrchestrationScenarios.jsonBusiness-Internet-Plus_DecompositionRelationships.jsonBusiness-Internet-Plus_CompiledAttributeOverrides.jsonBusiness-Internet-Plus_OverrideDefinitions.jsonBusiness-Internet-Plus_ParentKeys.json
B) Job file used
skills/deploying-omnistudio-datapacks/examples/business-internet-plus-bundle-deploy/deploy-business-internet-plus-bundle.yaml
Key settings:
projectPath: .expansionPath: vlocitymanifest: Product2/9f1d3c4a-8e5b-4d71-9a2d-f6b719a90101
C) Commands executed
npx --yes vlocity -sfdx.username sample-uat -job "skills/deploying-omnistudio-datapacks/examples/business-internet-plus-bundle-deploy/deploy-business-internet-plus-bundle.yaml" validateLocalData
npx --yes vlocity -sfdx.username sample-uat -job "skills/deploying-omnistudio-datapacks/examples/business-internet-plus-bundle-deploy/deploy-business-internet-plus-bundle.yaml" packDeploy
npx --yes vlocity -sfdx.username sample-uat -job "skills/deploying-omnistudio-datapacks/examples/business-internet-plus-bundle-deploy/deploy-business-internet-plus-bundle.yaml" packRetryD) Command outcomes
validateLocalData:
- Success (
1 Completed)
packDeploy:
- Auto-settings migration phase completed successfully.
- Bundle deploy failed with dependency error:
This DataPack has a reference to another object which was not found -- Product2/21e9dce1-4f89-4f99-a7b2-9cb5d6332101
packRetry:
- Failed with the same missing reference error.
---
Root Cause
The bundle references child Product2 DataPacks that are not currently present in local expansion scope and/or target org at deploy time.
Missing child Product2 keys confirmed absent from local vlocity/Product2:
21e9dce1-4f89-4f99-a7b2-9cb5d6332101(Managed Router)43f2fd94-6114-449b-a1b4-b8dd7238b202(Internet Security Suite)64a06b24-1135-4f2e-95a1-3a5f5822c303(Static IP Add-On)
---
Completion Block
DataPack goal: deploy
Source org: N/A (local staged payload)
Target org: sample-uat
Scope: Product2/9f1d3c4a-8e5b-4d71-9a2d-f6b719a90101
Result: failed (dependency missing)
Key findings:
- validateLocalData passed (1 completed)
- packDeploy failed: missing referenced child Product2
- packRetry failed with same error
Next step:
- Stage/deploy the three child Product2 DataPacks first (or include them in manifest), then rerun packDeploy and packRetry.projectPath: ../../../../
expansionPath: skills/modeling-omnistudio-epc-catalog/examples/business-internet-plus-bundle
# Deterministic scope for this validation example.
manifest:
- Product2/9f1d3c4a-8e5b-4d71-9a2d-f6b719a90101
autoUpdateSettings: true
defaultMaxParallel: 1
supportHeadersOnly: true
gitCheck: false
Validation Transcript: Business Internet Plus Bundle Deployment
This transcript captures the skills used and the planning/execution process to validate deployment readiness for the business-internet-plus-bundle sample.
---
Task Summary
Validate deployment for the Business Internet Plus bundle and document the process in a new examples folder under deploying-omnistudio-datapacks.
---
Skills Used
1) deploying-omnistudio-datapacks (Primary)
Why used: The task is Vlocity Build deployment validation for DataPacks (validateLocalData, deployment preflight, and scope verification).
Applied from skill guidance:
- Validate-first workflow (
validateLocalDatabefore deploy). - Required context checks (tooling readiness, org auth, deterministic scope).
- Job-file driven validation with explicit manifest targeting.
2) deploying-metadata (Supporting)
Why used: Deployment preflight practices overlap with org readiness checks.
Applied from skill guidance:
- Confirm CLI and org context before execution.
- Capture result and safe next action in a completion block.
3) modeling-omnistudio-epc-catalog (Supporting)
Why used: The target bundle payload was generated as an EPC Product2 offer bundle sample, so EPC-specific structure and guardrails were validated before deployment checks.
Applied from skill guidance:
- Confirm offer markers (
SpecificationType=Offer,SpecificationSubType=Bundle). - Confirm root PCI + child PCI composition.
- Confirm companion bundle artifacts and GlobalKey consistency.
---
Planning Process (Executed)
1. Locate the business-internet-plus-bundle payload and confirm all companion JSON artifacts exist. 2. Run preflight checks for deployment tooling:
vlocityCLI availability.- Salesforce org auth context for target alias.
3. Run file-level integrity checks:
- JSON parse for all bundle artifacts.
- Product2 + PCI + attribute consistency checks.
4. Create a deterministic Vlocity Build job file in this example folder for reproducible validation. 5. Execute validateLocalData against the bundle scope and record outcome. 6. Summarize result, findings, and safe next actions.
---
Execution Log
A) Bundle discovery
- Located bundle payload at:
skills/modeling-omnistudio-epc-catalog/examples/business-internet-plus-bundle- Confirmed 11 companion JSON files exist (
DataPack,AttributeAssignments,ProductChildItems, pricing files, orchestration/decomposition files, overrides, and parent keys).
B) Tooling and org preflight
vlocityglobal binary check: not installed globally (command not found).npx vlocitycheck: available (Vlocity Build v1.17.21).sf org list --json: org context available; target aliassample-uatis connected.
C) File-level integrity validation
Local JSON validation checks passed:
- Missing files:
0 - JSON parse errors:
0 - Product identity checks: name and product code match expected values.
- Offer checks:
SpecificationType=OfferandSpecificationSubType=Bundle. - Composition checks:
1root PCI and3child PCI records. - Attribute checks:
3attribute assignment records. - Key integrity checks: PCI parent references match Product2 GlobalKey.
D) Vlocity validateLocalData execution
Job file used:
skills/deploying-omnistudio-datapacks/examples/business-internet-plus-bundle/deploy-business-internet-plus-bundle.yaml
Command:
npx --yes vlocity -sfdx.username sample-uat -job "skills/deploying-omnistudio-datapacks/examples/business-internet-plus-bundle/deploy-business-internet-plus-bundle.yaml" validateLocalDataResult:
ValidateLocalData success: 0 Completed
Interpretation:
- Validation command executed successfully.
0 Completedindicates no DataPack records were processed for this scope layout.- This is consistent with the sample payload being stored as a documentation/example artifact rather than a standard
vlocity/expansion deployment path.
---
Validation Outcome
DataPack goal: validate deployment readiness
Source org: N/A
Target org: sample-uat
Scope: deploy-business-internet-plus-bundle.yaml + Product2/9f1d3c4a-8e5b-4d71-9a2d-f6b719a90101
Result: partial
Key findings:
- Bundle JSON payload is internally consistent and structurally valid.
- Vlocity validateLocalData ran successfully but processed 0 DataPacks in current example-folder scope.
Next step:
- Stage the bundle into a standard Vlocity expansion path (for example under `vlocity/Product2/<global-key>/`) and rerun `validateLocalData`, then `packDeploy` and `packGetDiffs`.deploying-omnistudio-datapacks
Salesforce Industries DataPack deployment automation using Vlocity Build. Export, validate, deploy, retry, and compare OmniStudio/Vlocity DataPacks with predictable workflow guardrails.
Features
- DataPack Deployment Workflow: Run
packExport,packDeploy,packRetry,packContinue, andpackGetDiffs - Job File Guidance: Build deterministic
projectPath,expansionPath,queries, andmanifestjob patterns - Validation-First Operations: Gate deployment with
validateLocalDataand dependency checks - Failure Triage: Diagnose matching-key, GlobalKey, dependency, and configuration drift failures
- CI/CD Patterns: Support manifest-driven and git-aware deployment sequencing
Usage
Invoke this skill when working with OmniStudio/Vlocity DataPack deployments:
Skill: deploying-omnistudio-datapacks
Request: "Deploy my OmniStudio DataPacks to UAT using Vlocity Build and include retry guidance."Common Operations
| Operation | Example Request |
|---|---|
| Export | "Export DataPacks from source org with this job file." |
| Validate local files | "Run pre-deploy validation and identify key issues." |
| Deploy | "Deploy DataPacks to target org using packDeploy." |
| Retry failures | "Run packRetry and summarize what remains." |
| Resume interrupted run | "Continue the failed deployment job." |
| Compare with target | "Run packGetDiffs and report drift." |
Key Commands
# Validate local DataPack integrity
vlocity -sfdx.username [sourceAlias] -job [jobFile].yaml validateLocalData
# Export from source
vlocity -sfdx.username [sourceAlias] -job [jobFile].yaml packExport
# Deploy to target
vlocity -sfdx.username [targetAlias] -job [jobFile].yaml packDeploy
# Retry failed DataPacks
vlocity -sfdx.username [targetAlias] -job [jobFile].yaml packRetry
# Continue interrupted execution
vlocity -sfdx.username [targetAlias] -job [jobFile].yaml packContinue
# Compare local files to target org
vlocity -sfdx.username [targetAlias] -job [jobFile].yaml packGetDiffsBest Practices
| Rule | Details |
|---|---|
| Validate first | Run validateLocalData before deploy |
| Keep scope minimal | Prefer manifest/key-scoped deploys for safer rollouts |
| Retry intentionally | Use packRetry while error count is decreasing |
| Preserve key strategy | Keep matching keys and GlobalKeys consistent across orgs |
| Compare post-deploy | Run packGetDiffs to verify target parity |
Cross-Skill Integration
| Related Skill | When to Use |
|---|---|
| deploying-metadata | Deploy non-DataPack Salesforce metadata with sf project deploy |
| building-omnistudio-omniscript | Author OmniScripts before deployment |
| building-omnistudio-flexcard | Build FlexCards before deployment |
| building-omnistudio-integration-procedure | Build Integration Procedures before deployment |
| debugging-apex-logs | Investigate runtime/triggers/log failures surfaced during deploy |
Documentation
- SKILL.md - Full DataPack deployment workflow and operating rules
- references/job-file-template.md - Baseline job file patterns
- references/troubleshooting-matrix.md - Common failures and fix directions
- examples/business-internet-plus-bundle/TRANSCRIPT.md - Validation planning/execution transcript and outcomes
- examples/business-internet-plus-bundle-deploy/TRANSCRIPT.md - Deployment execution transcript with packDeploy/packRetry results
Requirements
- Node.js 18+
- Vlocity Build CLI (
npm install --global vlocity) - Salesforce CLI v2 (for org auth and context)
- Source and target org access
Vlocity Build Job File Template
Use this as a baseline and keep only settings you need to override.
projectPath: .
expansionPath: vlocity
# Optional: narrow export scope
queries:
- OmniScript
- IntegrationProcedure
- DataRaptor
- FlexCard
# Optional: deterministic targeted scope
# manifest:
# - Product2/<global-key>
# - OmniScript/<type>_<subtype>_<language>
# Optional runtime controls
autoUpdateSettings: true
defaultMaxParallel: 1
supportHeadersOnly: true
gitCheck: falseCommon command patterns
# Export
vlocity -sfdx.username <source> -job <job>.yaml packExport
# Deploy
vlocity -sfdx.username <target> -job <job>.yaml packDeploy
# Retry
vlocity -sfdx.username <target> -job <job>.yaml packRetry
# Continue interrupted
vlocity -sfdx.username <target> -job <job>.yaml packContinueVlocity Build Troubleshooting Matrix
| Symptom | Quick checks | Typical fix |
|---|---|---|
No match found for ... | Is referenced key present in exported folder and target org? | Deploy missing dependency first, then packRetry |
Duplicate Results found for ... GlobalKey | Query target org for duplicate GlobalKey values | Remove duplicates in target, rerun deploy |
Multiple Imported Records ... same Salesforce Record | Check source for duplicate matching-key combinations | Clean source data, re-export, then redeploy |
No Configuration Found | Was packUpdateSettings run recently? | Run packUpdateSettings (or keep autoUpdateSettings: true) |
Some records were not processed | Compare settings and package versions across orgs | Refresh settings in both orgs, then packRetry |
| SASS/template compile errors | Are referenced UI templates exported? | Export missing templates by key and redeploy |
Retry strategy
1. Run packRetry. 2. Check if error count decreases. 3. Repeat until error count plateaus. 4. Fix root data/config issue before further retries.
Data hygiene checks
vlocity -sfdx.username <org> -job <job>.yaml validateLocalData
vlocity -sfdx.username <org> -job <job>.yaml packGetDiffsRelated skills
Forks & variants (1)
Deploying Omnistudio Datapacks has 1 known copy in the catalog totaling 509 installs. They canonicalize to this original listing.
- forcedotcom - 509 installs
How it compares
Choose deploying-omnistudio-datapacks over generic Salesforce deploy skills when the artifact is a Vlocity/OmniStudio DataPack bundle rather than standard SFDX metadata.
FAQ
What is deploying-omnistudio-datapacks?
Salesforce Industries DataPack deployment automation using Vlocity Build. TRIGGER when: user deploys or validates OmniStudio/Vlocity DataPacks with vlocity commands (packDeploy/pac
When should I use deploying-omnistudio-datapacks?
Salesforce Industries DataPack deployment automation using Vlocity Build. TRIGGER when: user deploys or validates OmniStudio/Vlocity DataPacks with vlocity commands (packDeploy/pac
Is deploying-omnistudio-datapacks safe to install?
Review the Security Audits panel on this page before production use.