Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Apply fiscal calendar to incident records

YvanMartino
Tera Contributor

I've successfully generated Fiscal Calendar records and their related Calendars for Package for most every table, but Incident (Incident Management) doesn't seem to work, is there a different package needed than Incident Management for those?

1 ACCEPTED SOLUTION

Tanushree Maiti
Kilo Patron

Hi @YvanMartino 

 

As per KB2019921 Generated fiscal period unavailable in Incident/Problem table when applying the filters 

 

Known issue:Fiscal period generated for filtering conditions in various task tables is not available in Incident table. The fiscal year is only available to use in the filtering conditions of Change Request table.

 

Cause :The sys_dictionary collection record package is pointing to 'Incident Resolution Fields', but the calendars for packages pointing to 'Incident management'

 

Resolution: Once the fiscal calendar plugin is activated,

  • validate the package field 'Incident Resolution Fields' from the 'sys_dictionary' table, and the type is 'Collection'.
  • Set the record of the 'Calendars_for_packages' table to the 'Package = Incident Resolution Fields' / 'Package = Problem Management' [refer to the package from the sys_dictionary table of the collection].
  • Then the fiscal period filters will be available in the list view.

 

Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:

View solution in original post

3 REPLIES 3

Tanushree Maiti
Kilo Patron

Hi @YvanMartino 

 

As per KB2019921 Generated fiscal period unavailable in Incident/Problem table when applying the filters 

 

Known issue:Fiscal period generated for filtering conditions in various task tables is not available in Incident table. The fiscal year is only available to use in the filtering conditions of Change Request table.

 

Cause :The sys_dictionary collection record package is pointing to 'Incident Resolution Fields', but the calendars for packages pointing to 'Incident management'

 

Resolution: Once the fiscal calendar plugin is activated,

  • validate the package field 'Incident Resolution Fields' from the 'sys_dictionary' table, and the type is 'Collection'.
  • Set the record of the 'Calendars_for_packages' table to the 'Package = Incident Resolution Fields' / 'Package = Problem Management' [refer to the package from the sys_dictionary table of the collection].
  • Then the fiscal period filters will be available in the list view.

 

Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:

Pointing me at the package field on the dictionary entry did the thing.

Thanks

YvanMartino
Tera Contributor

Interesting, we don't have the package "Incident Resolution Fields" but I did make Calendars_for_packages records for "Problem Management" already, but that doesn't seem to have made a difference.