Question
Update service in Windchill Connector for Thingworx
Has anyone explored Update service in Windchill connector? I am having hard time finding out how to update an object in Windchill. What syntax would work for modification parameter. Any pointers..
var params = {
modification: undefined /* STRING */,
dataShape: undefined /* DATASHAPENAME */,
objects: undefined /* INFOTABLE */
};
// result: INFOTABLE dataShape: "undefined"
var result = me.Update(params);

