How to check 'DoesThingExists' in TWX 9.1 using script
Hi Team,
I was using TWX 8.3 version earlier which was having below snippet:-
var params = {
thingName: thingName /* STRING */
};
// result: BOOLEAN
var result = Resources["PTC.Factory.CommonUtilities"].DoesThingExists(params);
But in ThingWorx 9.1, PTC.Factory.CommonUtilities is not available.
How would I run my code now?
Please provide snippet for ThingWorx 9.1 for checking the existence of Thing in the composer.
Thanks in advance.

