Activate scheduled jobs to generate labor costs for your planning items

  • Release version: Xanadu
  • Updated August 1, 2024
  • 1 minute to read
  • Activate scheduled jobs to automatically generate labor costs for attribute-based resource assignments.

    Before you begin

    Role required: admin

    Procedure

    1. Navigate to All > System Definition > Scheduled Jobs.
    2. Filter the Name field to locate and open Generate labor costs for demands and projects and Generate Labor Costs For Epic jobs.
    3. Select Active and on the Scheduled Script Execution form, fill the fields.

      For a description of the field names, see Scheduled Script Execution form to generate labor costs for planning items.

      Note:
      You can generate the labor costs for inactive planning items. Remove true from the following code lines for the respective planning items to include the inactive planning items.
      • Epics: epicGr.addQuery("active", true);
      • Projects: projectsGr.addQuery("active", true)
      • Demands: demandGr.addQuery("active", true);
    4. Select Update to save your changes or Execute Now to run the scheduled job.