- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Friday
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:
Now it's showing this:
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:
When it should be showing this:
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!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Friday
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Friday
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
