cancel
Showing results for 
Search instead for 
Did you mean: 

How can check from where Territories data fetching in Service Call

Sakil_Ahmed
Explorer
0 Kudos
254

Hi All,

Can you please help me to find the object/Table name from where this Territories data fetching in Service Call Screen.

Regards,

Sakil

Accepted Solutions (1)

Accepted Solutions (1)

Yanik_Kurzawski
Participant
0 Kudos

Hi Sakil Ahmed,

I think this field is fetched from service Regions. You can maintain these in the Service regions section of the General settings.

The object name to fetch these in the query api is: Region

Greetings
Yanik

Answers (2)

Answers (2)

Yanik_Kurzawski
Participant
0 Kudos

The Region is linked to the activity. In the query API you need to fetch the field activity.region

So you would need to work with JOINs to get the region data of the activity linked to your serviceCalls.

Sakil_Ahmed
Explorer
0 Kudos

Thank you Yanik.

Yes I found the territories in Region.

I tries to generated the service call details along with territories in Query API.

Can you please help me how can I retrive this data