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

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

How can we fetch Change Notice information like we do it for Parts in Thingworx?

vkhole-2
2-Guest

How can we fetch Change Notice information like we do it for Parts in Thingworx?

How can we fetch Change Notice information like we do it for Parts in Thingworx?

I am trying to get Change Notice information from the number as we do for part. Is there any way we can do it?

4 REPLIES 4
dupatel
19-Tanzanite
(To:vkhole-2)

Vatsal Khole​: Could you please clarify or provide more details on your request. Is it something related to ThingWorx & Navigate/Windchill ?

If possible please provide screenshots to better understand the request.

-Durgesh

Durgesh Patel​: We are trying to write a service in thingworx, where the input would be the cn number and in output we would like to get the attribute information and the resulting item information. The cn would be in Windchill.

wposner-2
12-Amethyst
(To:vkhole-2)

Call the "query" service on the WindchillConnector and implement your params similar to this:

var params = {

containerUfid: obid /* STRING */,

criteria: "name=*" + searchParam + "* | number=*" + searchParam +"*" /* STRING */,

type: "wt.change2.WTChangeOrder2" /* STRING */,

dataShape: "ptc-demo.wt.change2.WTChangeIssue" /* DATASHAPENAME */

};

Wayne Posner: Thanks for the input. But we are not able to get this running. Is there any example which you can share.

Top Tags