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
kryan0618kryan0618 

Scheduled jobs metadata

Is there a way to get to the metadata of the schedule information for reports and/or dashboards via Eclipse? What I would like to be able to do is to search through the metadata for email adresses of users we are going to deactivate. Then I will know which reports and/or dashboards need to be maintained to remove the 'dead' user from. I see the Running User email address in the Report and Dashboard Metadata XML (example below), but I do not see the recipient information.

 

</rightSection>
    <runningUser>first.last@email.com</runningUser>
    <textColor>#000000</textColor>
    <title>DashboardTitle</title>
    <titleColor>#000000</titleColor>
    <titleSize>12</titleSize>
</Dashboard>

 

Thanks!