Flag Icon on Incident
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2018 03:59 AM
Hi ,
I have a requirement to configure a flag on the incident number field for our current servicenow environment.The flag will appear for the incident number when the ticket will be updated by the end user.I have downloaded the required image and made the configuration changes in the style as well.But it is not reflecting in the incident form or List.
Style configuration mentioned below:
--------------------------------------------------
Plesae provide your input on the same.
Thanks,
Sambit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2018 04:10 AM
just try changing the value to javascript: current.caller_id.user_name == current.sys_updated_by and see if it works
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2018 04:12 AM
I have just changed it to
javascript: current.caller_id.user_name == current.sys_updated_by

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2018 04:12 AM
Hi,
You forgot to add current object. Correct code would be
Javascript: current.caller_id == current.sys_updated_by
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2018 08:03 PM
Hi All,
Thanks for your reply.But still the same configuration not working either from the resolver end or in portal.
Please find the style and the image details here for reference.
Let me know your thoughts on the same.
Image:
-------------------------
Thanks,
Sambit
Thanks,
Sambit