cancel
Showing results for 
Search instead for 
Did you mean: 

Need help in getting the SQL Query in FSM

931

Need to pass the Activity ID and get the Service call details in FSM .

Please help me writing a generic query which i can use it . Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Yanik_Kurzawski
Participant
0 Kudos

Hello Venka Sai Veda Prakash Meka,

do you want to use the query in the query API? If yes, this query might help you.

(SELECT s, a.id FROM ServiceCall s JOIN Activity a ON a.object.objectId = s.id WHERE a.id = 'insert here own activity id';)

Kind Regards
Yanik

Answers (0)