Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
where is generateGUID(); service present in thingworx. Will this provide unique id for every service execution ? So we dont need to verift this ID again ?
Solved! Go to Solution.
It is in snippets under 'misc'
// generateGUID():STRING
let id = generateGUID();
Will it always be unique, pretty much. there is an infinitesimally small chance that you'll get or even run into a duplicate.
It is in snippets under 'misc'
// generateGUID():STRING
let id = generateGUID();
Will it always be unique, pretty much. there is an infinitesimally small chance that you'll get or even run into a duplicate.