The CreatorCon Call for Content is officially open! Get started here.

Made a field hidden on task table, but now it is not reportable, why would that happen?

snow_beginner
Mega Guru

Hi, so there is a field 'Escalation Reason' which is a drop down field with 7 choices. It is present on the incident_task table and when a user escalates an incident, the value is captured in that field.

 

The ask was to make it a hidden field but still it should capture data and be reportable. I made it hidden by using the slush bucket in the form layout and moving it to the left side. However, now when a report is run, the reason is not captured. How can I fix this. Attached is a screen shot of the issue

 

Screenshot 2024-01-02 143105.png

 

So looking at the graph, this field was created in May last year and all the lines (blue colors) represent the escalation reasons for each of the month when it this report was run. The person ran it today (in January) and there is no data for the escalation reason (no blue line - he chose the reason as customer impacting). Why is this happening? How can I fix it?

2 ACCEPTED SOLUTIONS

Hi @snow_beginner 

 

The reason can be data is so small ad ranges are more , so it is look like No line.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

View solution in original post

Kristen Ankeny
Kilo Sage

I'm noticing that the key shows "Incident Escalation Reason" and the list view shows the "Reason for Escalation" - is the Incident Escalation Reason populated?

View solution in original post

14 REPLIES 14

Oya Orhan
Giga Guru

Hi there,

The field you hid cannot get its value. Check the new records if the field has a value.

If the field doesn't have the value, you can set its value by using business rule running for insert and update regarding to your requirement. You'll also need the a fix script to set the field's value for the related records.

I hope this helps.

Oya

Hi,

The field does have a value in it. Although it is no longer visible on the incident_task form view, it is present in the list view and it has a value 'customer impacting'Screenshot 2024-01-02 165734.png

 

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @snow_beginner 

 

Hi, so there is a field 'Escalation Reason' which is a drop down field with 7 choices. It is present on the incident_task table and when a user escalates an incident, the value is captured in that field.

Atul: Understood .

 

The ask was to make it a hidden field but still it should capture data and be reportable.

Atul: If you want to hide , dont bring the field on form.  and Data capture, you can use script / BR to capture the data.

 

I made it hidden by using the slush bucket in the form layout and moving it to the left side. However, now when a report is run, the reason is not captured. How can I fix this. Attached is a screen shot of the issue

Atul: Try to run the same in list view first, may be these is no data exists for these 2 days or it is not satisfying the overall run condition.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Hi @Dr Atul G- LNG 

There is data in the field. I am able to see the selction 'Customer Impacting' in the list of the the incident_task table. See attached picture.

Screenshot 2024-01-02 165734.png