Help Broke Something - Gotta Fix

terrieb
Tera Guru

So was working with service desk staff and they asked for a custom field on the Catalog Task form where if their group is the assignment group they can have another "assignment" type of service levels.

 

While we got that to work, the problem is it broke the display at the top of the Request, RITM and Task forms.

 

It should display the number at the top like this:

terrieb_0-1762528705269.png

 

Now it's showing this:

terrieb_1-1762528724229.png

 

Doing that on all 3 - Request/RITM/Catalog Task views

 

It's even showing that on the corresponding fields on the forms.

Like on the Requested Item form, the Field of Request is showing this:

terrieb_2-1762528807169.png

When it should be showing this: 

terrieb_3-1762528844958.png

 

So I broke something.  Even though I removed that custom field from the Catalog Task form, it's still showing this.

 

How do I fix this!!

1 ACCEPTED SOLUTION

jonsan09
Giga Sage
Giga Sage

It sounds like the display value on the Request Item table might have been changed. You'll want to check if the Number field has the display flag set to true, or if another field has it set. You might also have to check the dictionary override related listed on your new field and check if it is overriding the display value. 
Screenshot 2025-11-07 082908.png

Screenshot 2025-11-07 082938.png

Screenshot 2025-11-07 082949.png

View solution in original post

5 REPLIES 5

Hi @terrieb ,

 

In your task table, why the name field is reference field ? it should be string field, please navigate to sys_db_object.LIST table and search for sc_task table and try to check there for number's display field. Sys_id of sc_task table for reference - cca9c0bbe1f222108bb2327e6258863a

 

Please mark my answer correct and helpful if this works for you

Thanks and Regards,

Sarthak