cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

Is there any API to get associated Change request of Problem report ?

jishageorge
6-Contributor

Is there any API to get associated Change request of Problem report ?

Is there any API to get associated Change request of Problem report ?

ACCEPTED SOLUTION

Accepted Solutions

There is:

QueryResult qr = ChangeHelper2.service.getChangeRequest(problemReport);

 

View solution in original post

2 REPLIES 2

There is:

QueryResult qr = ChangeHelper2.service.getChangeRequest(problemReport);

 

Thank you 🙂

Announcements

Top Tags