Dot walking in task_sla to filter based on the requested_for company
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2017 05:45 AM
I am trying to filter catalog task sla (task_sla) records related to the requested items (sc_req_item) based on the company of the requested_for using dot walking.
Following is the sample URL query:
It is not filtering the data as expected, instead it is bringing all the records from task_sla.
Can someone suggest what is not correct in the URL query? Your help is greatly appreciated!
Thanks in advance.
-- Mallik
- Labels:
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2017 08:00 AM
Hi Mallikarjuna,
Is this referring to catalog task record from SLA table.
If so, then query should be sysparam_query=task.requested_item.requested_for.company.name=abc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2017 08:09 AM
Thank you for the reply Jaspal!
I think I have created confusion between catalog task and task sla. I have corrected it my details.
I am trying to extract the sla records of requested item based on the company of requested_for of the request.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2017 09:13 AM
Hello Mallikarjuna,
You could use the below URL for querying:
Hope this helps.
Please hit Like or mark Helpful or Correct based on the impact.
Thanks,
Rajshekhar Paul