platform-agentexchange-partner-offers-configure

Configure Salesforce org TransactableMarketplaceReceivePartnerOffers preference via Tooling API inspection and metadata deploy with verification.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill platform-agentexchange-partner-offers-configure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: platform-agentexchange-partner-offers-configure
Source: https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG/tree/main/.agents/skills/platform-agentexchange-partner-offers-configure
Command: npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill platform-agentexchange-partner-offers-configure

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill removes the manual effort and guesswork involved in enabling or disabling Salesforce org support for receiving partner offers from the Transactable Marketplace.

Core Features & Use Cases

  • Preference Verification: Checks the current org preference before making any change so you know the starting state.
  • Metadata-Based Configuration: Generates the correct TransactableMarketplacePrivateOffer settings file and deploys it to the target org.
  • Safe Org Administration: Guides deployments with confirmation steps and post-deploy validation to reduce the risk of changing the wrong org or leaving the setting unverified.

Quick Start

Ask the skill to enable or disable partner offer reception for your Salesforce org and it will verify the current state, update the settings metadata, deploy the change, and confirm the result.

Frequently Asked Questions about platform-agentexchange-partner-offers-configure

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

FAQPage Schema
How do I enable TransactableMarketplaceReceivePartnerOffers in a Salesforce org?

You can configure TransactableMarketplaceReceivePartnerOffers by generating the TransactableMarketplacePrivateOffer settings file and deploying it as metadata to your Salesforce org, followed by a post-deploy verification check.

What's the best way to verify Salesforce org preferences before deploying partner offer settings?

The best way to verify org preferences is to use the Tooling API to inspect the current state of TransactableMarketplaceReceivePartnerOffers before generating and deploying any new settings metadata.

Do I need an sfdx-project.json file to configure Transactable Marketplace private offer settings?

Yes, resolving the package directory from your sfdx-project.json is required to correctly generate the TransactableMarketplacePrivateOffer settings file for a successful Salesforce metadata deployment.

Can I safely disable TransactableMarketplaceReceivePartnerOffers without affecting other org settings?

You can safely disable TransactableMarketplaceReceivePartnerOffers by targeting only the TransactableMarketplacePrivateOfferSettings metadata file, deploying the change, and running post-deploy validation to confirm the result.

Why does my partner offer settings deployment fail in Salesforce metadata?

Partner offer settings deployments often fail when the settings file is generated without correct package-directory resolution from sfdx-project.json, or when the Tooling API inspection step is skipped before the metadata deploy.