- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2016 06:48 PM
Hi, I would like to make VIP users more obvious in a list of of tasks or requests. Does anyone have any suggestions on how to do this? Highlighting or small VIP image possibly? Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2016 06:37 PM
Hi guys,
Just thought I'd let you know, I spoke to a developer in Sydney and he sent me the following information that solved my VIP problem.
This way the VIP icon displays in the task lists.
I hope this helps anyone else looking for this fix.
Thanks for your suggestions guys!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2016 12:06 AM
Hi Oliver,
I did the changes in my dev instance and got the desired result on list view.
Below is the snapshot for your reference.
To achieve the desired result on form view, you need to have a client script similar to 'Highlight VIP Caller'.
You can do this by editing current 'Highlight VIP Caller' client script. You need to change the table name to ' sc_request' and you need to make changes in the script for table name and field name wherever required.
Does that make sense?
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2016 12:58 AM
Hi Raj,
Yes that works for me, thank you. I was looking in the Catalog Tasks area and didn't see it.
Is there a way to make the icon appear with in the Catalog Tasks section as this would be more applicable to my work?
Under Style, I have tried using the "Catalog Task [sc_task]" Table but then "Requested for" is not an option in the Field Name.
I tried all of the Catalog tables from the drop down but none of them have "Requested for" as an option in the Field Name.
Sorry for the confusion.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2016 01:19 AM
Yes you can do, you follow same steps you did for Request.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2016 01:29 AM
Hi Ashutosh,
I can not follow the same steps because "Requested for" is not an option in the Field Name for the "Catalog Task [sc_task]" table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2016 01:33 AM
ohk, i can suggest you one option, in field style, value field you call a script include.
in this script include you glide record request table and check whether the user is VIP or not,
if user is vip return some value,
example:
javascript: new check(current.sys_id) == true.
it will work.