Does anyone know how to use Resources["SearchFunctions"].SearchPeople in ThingWorx?
Does anyone know how to use Resources["SearchFunctions"].SearchPeople in ThingWorx?
Does anyone know how to use Resources["SearchFunctions"].SearchPeople in ThingWorx?
var params = {
maxItems: undefined /* NUMBER */,
searchExpression: "El*",
modelTags: undefined /* TAGS */,
query: undefined /* QUERY */,
aspects: undefined /* JSON */,
excludedAspects: undefined /* JSON */,
maxSearchItems: undefined /* NUMBER */
};
// result: INFOTABLE dataShape: SearchResults
var result = Resources["SearchFunctions"].SearchPeople(params).peopleResults;
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.