- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2023 10:16 PM
Hi Developers,
I want to assign VIP flag in the list view of 'sc_task' table's for 'Requested for' column.
When I am creating new 'Field Style' and choosing the table name 'sc_task' than I am not seeing 'Request for column' name since it has been referenced from 'sc_req_item' table.
Please tell me how to dot walk this.
I can create new field style for the sc_req_item and it will automatically start to show for 'sc_task' also (since sc_task is child table of sc_req_item. But I want to do it only for sc_task table.
Please give me your useful solutions.
Thankyou in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2023 12:02 AM
@Voona Rohila That link is really not very supportive. But I have configured the issue. I had run the query in parent table in a way that query does not work in parent table but it work in child table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2023 10:44 PM
Hi @Saurabh _
You can dot-walk to RITM -> Requested For -> VIP field from SCTask.
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2023 11:05 PM
Hi @Voona Rohila ,
I believe that I may not be explain my requirement exactly.
I want to dot walk in the above shown photo. I want requested for field but It is not their. It is in sc_req_item table.
How to dot walk here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2023 11:37 PM
Actually I want in the above way
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2023 11:52 PM - edited 02-13-2023 11:53 PM
Hi @Saurabh _
check this article with similar requirement and try to implement the same
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0993773
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP