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

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

Open igforce opened 1 year ago

igforce commented 1 year ago

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_Idc!=null order by BCM_Unique_Idc fields: Id : BCM_Unique_Idc BCM_Unique_Idc : BCM_Unique_Id__c

Describe alternatives you've considered

Scripting to map the id

Additional context

No response