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

set a mapping to the id instead of it being either a number or the salesforce id #3701

Open
igforce opened this issue Nov 10, 2023 · 0 comments
Labels
enhancement Listed under "Changes" in the changelog

Comments

@igforce
Copy link

igforce commented Nov 10, 2023

Feature Type

I'm interested in functionality that solves a current problem or limitation in how CumulusCI works.

Does your feature request solve a current problem?

It enables the sorting of the records correctly so that we can do a proper git diff.

Describe the solution you'd like

Able to map the id to a different field Insert Account:
sf_object: Account
soql_filter: BCM_Unique_Id__c!=null order by BCM_Unique_Id__c
fields:
Id : BCM_Unique_Id__c
BCM_Unique_Id__c : BCM_Unique_Id__c

Describe alternatives you've considered

Scripting to map the id

Additional context

No response

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

No branches or pull requests

1 participant