Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
The "Generate Time Cards" UI Action is not generating Time Cards for Demands - Support and Troubleshooting
  • >
  • Knowledge Base
  • >
  • Support and Troubleshooting (Knowledge Base)
  • >
  • The "Generate Time Cards" UI Action is not generating Time Cards for Demands
KB0813169

The "Generate Time Cards" UI Action is not generating Time Cards for Demands


377 Views Last updated : Apr 7, 2024 public Copy Permalink
KB Summary by Now Assist

Issue

The "Generate Time Cards" UI Action is not generating Time Cards for Demands

Resolution

This is indeed Out of the Box expected behavior.
When we generate the Time Cards, we look only for records extended from the "planned_task" table.

Since the "dmn_demand" table is extended from the "task" table, the Time Cards are not generated.

The code controlling this behavior is found in the "TimeCardGenerator" Script Include's "_getPlannedTasksForUser" method.
On line 116 of OOB Madrid Patch 9 instance is specifically where the "planned_task" table is mentioned.
If you have a requirement of Demand generated Time Cards, you may be able to change the table on that line to "task".

Note that this would be a customization not supported by ServiceNow.


The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.