function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Shawn Low 59Shawn Low 59 

I need to know how to use the SFDX CLI tool to change the "Running User" on Reports in mass.

VinayVinay (Salesforce Developers) 
Hi Shawn,

As per my understanding, You would need to manually update 'Running User' in your metadata.xml file using sfdx.

Thanks,
Shawn Low 59Shawn Low 59
Hi Vinay,
Im not a Developer, but I am an experienced Admin. What are you referring to when you say metadata.xml file?
And how would I use the sfdx to do that? Is there a User guide or something?
I can't even tell if it installed properly on my laptop (it's a work laptop)
Thanks
VinayVinay (Salesforce Developers) 
Metadata mean when you retrieve report or any component using sfdx it will generate metadata in your vs code and you can manually ediit names etc and re-deploy.

Check below references for better understanding.

Check 'Declarative Metadata Sample Definition' in below doc
https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_report.htm
https://www.simplysfdc.com/2021/12/salesforce-retrieve-report-metadata.html

Please mark as Best Answer if above information was helpful.

Thanks,