SFDO-Tooling / CumulusCI

Python framework for building portable automation for Salesforce projects

Home Page:http://cumulusci.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AddFieldsToPageLayout

rtoepfer opened this issue · comments

Describe the bug

I'm running into an issue with cumulusci.tasks.metadata_etl.layouts.AddFieldsToPageLayout. The page layout metadata is getting downloaded from Salesforce but I'm getting an error message with the file location: "Cannot find metadata file".

I'm attached the debug logs from the task when I run cci with "--debug".
Page Layout Update 1
Page Layout Update 2

Reproduction steps

Run the Cumulus CCI task cumulusci.tasks.metadata_etl.layouts.AddFieldsToPageLayout on a custom task that has Account page layouts under api_names parameter.

Your CumulusCI and Python versions

CumulusCI version: 3.75.1 (C:\Users\RandallToepfer\AppData\Local\Programs\Python\Python311\Scripts\cci)
Python version: 3.11.3 (C:\Users\RandallToepfer\AppData\Local\Programs\Python\Python311\python.exe)

Operating System

Windows

Windows environment

PowerShell

CumulusCI installation method

pip

Error Gist

No response

Additional information

No response