SFDO-Tooling / CumulusCI

Python framework for building portable automation for Salesforce projects
http://cumulusci.readthedocs.io
BSD 3-Clause "New" or "Revised" License
363 stars 242 forks source link

retrieve_profile task seems to be missing some Metadata #3773

Open Julian88Tex opened 6 months ago

Julian88Tex commented 6 months ago

Describe the bug

Noticed that when using retrieve_profile I don't get any AccountContactRelation Field Permissions

Reproduction steps

  1. Create a profile with AccountContactRelation field permissions on it
  2. Use retrieve_profile task to pull down profile

Result: No AccountContactRelation fieldPermission metadata types are present

I do get AccountContactRelation fieldPermissions when I use retrieve_unpackaged and a package.xml file that includes these metadata types.

Your CumulusCI and Python versions

CumulusCI version: 3.86.0 (/Users/julianjoseph/.local/bin/cci) Python version: 3.10.0 (/Users/julianjoseph/.local/pipx/venvs/cumulusci/bin/python)

Operating System

MacOS 14.4.1

Windows environment

No response

CumulusCI installation method

pipx

Error Gist

No response

Additional information

No response