Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to do an upsert on a master-detail child object gets an error around permission #3700

Open
igforce opened this issue Nov 10, 2023 · 0 comments
Labels

Comments

@igforce
Copy link

igforce commented Nov 10, 2023

Describe the bug

using the upsert dataset on a child object with master-detail gives an error on the master lookup.
The error "Field xxx__c does not have the correct permissions ('updateable', 'createable') for this operation."

Reproduction steps

1.generate the dataset (Upsert on a child object)
2.load the dataset
3.Error during load -> "Field xxx__c does not have the correct permissions ('updateable', 'createable') for this operation."
n. ...

Your CumulusCI and Python versions

CumulusCI version: 3.80.0 (/Library/Frameworks/Python.framework/Versions/3.9/bin/cci)
Python version: 3.9.6 (/Library/Frameworks/Python.framework/Versions/3.9/bin/python3)

Operating System

MAC / Linux

Windows environment

No response

CumulusCI installation method

pipx

Error Gist

"Field xxx__c does not have the correct permissions ('updateable', 'createable') for this operation."

Additional information

cumulusci/tasks/bulkdata/mapping_parser.py


) or self.action in (DataOperationType.UPSERT, DataOperationType.ETL_UPSERT):
return ("updateable", "createable")

@igforce igforce added the bug label Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant