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

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

Infotable for GetVersionHistory

cpanelli1
1-Newbie

Infotable for GetVersionHistory

Hi,

Starting from a wt part's ufid I want to get the other versions of it.

I thought to use the GetVersionHistory.

Here is the snippet code I found:

var params = {
ufids: undefined /* INFOTABLE */,
dataShape: undefined /* DATASHAPENAME */
};

// result: INFOTABLE
var Result = Things["ptc-windchill-demo-thing"].GetVersionHistory(params);

How the ufids infotable have to be build ?

I mean, is it ok an infotable called generically UfidsInfoTable containing only one field where I'll insert the wt part's ufid ?

Thanks and Regards,

0 REPLIES 0
Top Tags