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

Incorrect generation of record type mapping table name in a namespaced org context #3713

Closed lakshmi2506 closed 11 months ago

lakshmi2506 commented 11 months ago

W-11242094

In case of generate_and_load_from_yaml when inject_namespace is true and while creating the record type table, the naming format doesn't actually support a case.

That is it is searching for the namespace_sfobject_rt_mapping but the actually table created is sfobject_rt_mapping.