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

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! 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