Displaying the u_sla Field Based on sys_tags
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2024 02:35 AM
Hello
I have a request to display the u_sla field in the Incident table only when one of the associated SLAs has the tag INC_SLA in the task_sla table.
To achieve this, I created a Client Script and a Script Include (see below). However, the script is unable to retrieve the tag (sys_tags) to apply the desired behavior.
I suspect that tags (sys_tags) have a special behavior and are part of the label table.
Would you have any suggestions to resolve this issue?
the tag on sla definition
In addition to the issue described earlier, I’ve noticed that the tags I’ve defined in the SLA definition are not appearing in the task_sla table when I create an incident.
client script --->
---> Script include
Best regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2024 02:44 AM
Why are you tagging SLA records? Aren't they defined on the table? Having client scripts/ui policies work on tags on related records will be a challenge, so maybe there is a need for a different solution.
What is the business case for tagging SLA's (why/when is this done) and what is the content of the u_sla field? What is the use of this field? Is it displaying something?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark